Home
last modified time | relevance | path

Searched refs:__sum (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h32 if (_Tp __sum; !__builtin_add_overflow(__x, __y, &__sum)) in __add_sat() local
33 return __sum; in __add_sat()
/src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp101 const uint64_t __sum = __high0 + __low1; in __mulShift() local
102 if (__sum < __high0) { in __mulShift()
105 return __ryu_shiftright128(__sum, __high1, static_cast<uint32_t>(__j - 64)); in __mulShift()
H A Df2s.cpp135 const uint64_t __sum = (__bits0 >> 32) + __bits1; in __mulShift() local
136 const uint64_t __shiftedSum = __sum >> (__shift - 32); in __mulShift()
/src/contrib/llvm-project/libcxx/include/
H A Dregex3858 unsigned __sum = 0;
3916 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3923 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3932 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3939 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3941 *__str = _CharT(__sum);
3943 __push_char(_CharT(__sum));
/src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h439 unsigned long long __sum = __longa + __longb + __longc; in vec_addec() local
440 unsigned long long __res = (__sum >> 32) & 0x01; in vec_addec()
459 unsigned long long __sum = __longa + __longb + __longc; in vec_addec() local
460 unsigned long long __res = (__sum >> 32) & 0x01; in vec_addec()