MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / _umul128

Function _umul128

Source/external/fast_float.h:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369// slow emulation routine for 32-bit
370#if !defined(__MINGW64__)
371fastfloat_really_inline FASTFLOAT_CONSTEXPR14
372uint64_t _umul128(uint64_t ab, uint64_t cd, uint64_t *hi) {
373 return umul128_generic(ab, cd, hi);
374}
375#endif // !__MINGW64__
376
377#endif // FASTFLOAT_32BIT

Callers 1

full_multiplicationFunction · 0.85

Calls 1

umul128_genericFunction · 0.85

Tested by

no test coverage detected