HomeSort by: relevance | last modified time | path
    Searched defs:_umul128 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 253 fastfloat_really_inline uint64_t _umul128(uint64_t ab, uint64_t cd, function in struct:fast_float::span
279 answer.low = _umul128(a, b, &answer.high); // _umul128 not available on ARM64
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 254 fastfloat_really_inline uint64_t _umul128(uint64_t ab, uint64_t cd, function in struct:fast_float::span
279 answer.low = _umul128(a, b, &answer.high); // _umul128 not available on ARM64

Completed in 19 milliseconds