Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp98 const uint64_t __low2 = __ryu_umul128(__m, __mul[2], &__high2); // 128 in __mulShift_mod1e9() local
103 const uint64_t __s1low = __low2 + __high1 + __c1; // 128 in __mulShift_mod1e9()
104 …const uint32_t __c2 = __s1low < __low2; // __high1 + __c1 can't overflow, so compare against __low2 in __mulShift_mod1e9()