Searched refs:high1 (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | d2s_intrinsics.h | 281 uint64_t high1; // 128 in mulShift64() local 282 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() 287 ++high1; // overflow into high1 in mulShift64() 289 return shiftright128(sum, high1, j - 64); in mulShift64() 303 uint64_t high1; // 128 in mulShift64() local 304 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift64() 309 ++high1; // overflow into high1 in mulShift64() 311 return shiftright128(sum, high1, j - 64); in mulShift64()
|
A D | d2fixed.c | 145 uint64_t high1; // 128 in mulShift_mod1e9() local 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 in mulShift_mod1e9() 153 const uint64_t s1low = low2 + high1 + c1; // 128 in mulShift_mod1e9()
|
Completed in 5 milliseconds