Searched refs:__high0 (Results 1 – 2 of 2) sorted by relevance
100 uint64_t __high0; // 64 in __mulShift() local101 (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()
93 uint64_t __high0; // 64 in __mulShift_mod1e9() local94 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()