Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2s_intrinsics.h282 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local
285 const uint64_t sum = high0 + low1; in mulShift64()
304 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() local
307 const uint64_t sum = high0 + low1; in mulShift64()
A Dd2fixed.c146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift_mod1e9() local
151 const uint64_t s0high = low1 + high0; // 64 in mulShift_mod1e9()
152 const uint32_t c1 = s0high < low1; in mulShift_mod1e9()

Completed in 4 milliseconds