Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/src/ryu/
H A Dd2fixed.cpp103 const uint64_t __s1low = __low2 + __high1 + __c1; // 128 in __mulShift_mod1e9() local
104 …const uint32_t __c2 = __s1low < __low2; // __high1 + __c1 can't overflow, so compare against __low2 in __mulShift_mod1e9()
111 const uint64_t __shiftedlow = __ryu_shiftright128(__s1low, __s1high, __dist); in __mulShift_mod1e9()
116 const uint64_t __r1 = __mod1e9((__r0 << 32) | (__s1low >> 32)); in __mulShift_mod1e9()
117 const uint64_t __r2 = ((__r1 << 32) | (__s1low & 0xffffffff)); in __mulShift_mod1e9()
121 const uint64_t __r1 = ((__r0 << 32) | (__s1low >> 32)); in __mulShift_mod1e9()