Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp100 uint64_t __high0; // 64 in __mulShift() local
101 (void) __ryu_umul128(__m, __mul[0], &__high0); // 0 in __mulShift()
102 const uint64_t __sum = __high0 + __low1; in __mulShift()
103 if (__sum < __high0) { in __mulShift()
H A Dd2fixed.cpp93 uint64_t __high0; // 64 in __mulShift_mod1e9() local
94 const uint64_t __low0 = __ryu_umul128(__m, __mul[0], &__high0); // 0 in __mulShift_mod1e9()
101 const uint64_t __s0high = __low1 + __high0; // 64 in __mulShift_mod1e9()