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

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

Completed in 289 milliseconds