Home
last modified time | relevance | path

Searched refs:high0 (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2s_intrinsics.h283 uint64_t high0; // 64 in mulShift64() local
284 umul128(m, mul[0], &high0); // 0 in mulShift64()
285 const uint64_t sum = high0 + low1; in mulShift64()
286 if (sum < high0) { in mulShift64()
305 uint64_t high0; // 64 in mulShift64() local
306 umul128(m, mul[0], &high0); // 0 in mulShift64()
307 const uint64_t sum = high0 + low1; in mulShift64()
308 if (sum < high0) { in mulShift64()
A Dd2fixed.c143 uint64_t high0; // 64 in mulShift_mod1e9() local
144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 in mulShift_mod1e9()
151 const uint64_t s0high = low1 + high0; // 64 in mulShift_mod1e9()

Completed in 5 milliseconds