Searched refs:shiftright128 (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | d2s_intrinsics.h | 39 static inline uint64_t shiftright128(const uint64_t lo, const uint64_t hi, const uint32_t dist) { in shiftright128() function 86 static inline uint64_t shiftright128(const uint64_t lo, const uint64_t hi, const uint32_t dist) { in shiftright128() function 289 return shiftright128(sum, high1, j - 64); in mulShift64() 311 return shiftright128(sum, high1, j - 64); in mulShift64() 328 *vp = shiftright128(mid2, hi2, (uint32_t) (j - 64 - 1)); in mulShiftAll64() 334 *vm = shiftright128(mid3, hi3, (uint32_t) (j - 64 - 1)); in mulShiftAll64() 342 *vm = shiftright128(mid4, hi4, (uint32_t) (j - 64)); in mulShiftAll64() 345 return shiftright128(mid, hi, (uint32_t) (j - 64 - 1)); in mulShiftAll64()
|
A D | d2fixed.c | 166 const uint64_t shiftedlow = shiftright128(s1low, s1high, dist); in mulShift_mod1e9()
|
Completed in 6 milliseconds