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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 247 fastfloat_really_inline uint64_t emulu(uint32_t x, uint32_t y) { function in struct:fast_float::span
255 uint64_t ad = emulu((uint32_t)(ab >> 32), (uint32_t)cd);
256 uint64_t bd = emulu((uint32_t)ab, (uint32_t)cd);
257 uint64_t adbc = ad + emulu((uint32_t)ab, (uint32_t)(cd >> 32));
260 *hi = emulu((uint32_t)(ab >> 32), (uint32_t)(cd >> 32)) + (adbc >> 32) +
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h 248 fastfloat_really_inline uint64_t emulu(uint32_t x, uint32_t y) { function in struct:fast_float::span
256 uint64_t ad = emulu((uint32_t)(ab >> 32), (uint32_t)cd);
257 uint64_t bd = emulu((uint32_t)ab, (uint32_t)cd);
258 uint64_t adbc = ad + emulu((uint32_t)ab, (uint32_t)(cd >> 32));
261 *hi = emulu((uint32_t)(ab >> 32), (uint32_t)(cd >> 32)) + (adbc >> 32) +

Completed in 57 milliseconds