Searched refs:__high1 (Results 1 – 2 of 2) sorted by relevance
97 uint64_t __high1; // 128 in __mulShift() local98 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()
95 uint64_t __high1; // 128 in __mulShift_mod1e9() local96 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()