Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/ryu/
H A Dd2s.cpp97 uint64_t __high1; // 128 in __mulShift() local
98 const uint64_t __low1 = __ryu_umul128(__m, __mul[1], &__high1); // 64 in __mulShift()
103 ++__high1; // overflow into __high1 in __mulShift()
105 return __ryu_shiftright128(__sum, __high1, static_cast<uint32_t>(__j - 64)); in __mulShift()
H A Dd2fixed.cpp95 uint64_t __high1; // 128 in __mulShift_mod1e9() local
96 const uint64_t __low1 = __ryu_umul128(__m, __mul[1], &__high1); // 64 in __mulShift_mod1e9()
103 const uint64_t __s1low = __low2 + __high1 + __c1; // 128 in __mulShift_mod1e9()