Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_serial.h
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dparallel_scan.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h33 if (_Tp __sum; !__builtin_add_overflow(__x, __y, std::addressof(__sum))) in __add_sat() local
34 return __sum; in __add_sat()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dradix_sort.h81 __iter_value_type<_InputIterator> __sum = *__first; in __partial_sum_max() local
82 *__result = __sum; in __partial_sum_max()
88 __sum = std::move(__sum) + *__first; in __partial_sum_max()
89 *++__result = __sum; in __partial_sum_max()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dfrom_chars_floating_point.h217 int64_t __sum = __fractional + __exponent; in __merge_exponents() local
219 if (__sum > __max_biased_exponent) in __merge_exponents()
222 if (__sum < -__max_biased_exponent) in __merge_exponents()
225 return __sum; in __merge_exponents()
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp102 const uint64_t __sum = __high0 + __low1; in __mulShift() local
103 if (__sum < __high0) { in __mulShift()
106 return __ryu_shiftright128(__sum, __high1, static_cast<uint32_t>(__j - 64)); in __mulShift()
H A Df2s.cpp137 const uint64_t __sum = (__bits0 >> 32) + __bits1; in __mulShift() local
138 const uint64_t __shiftedSum = __sum >> (__shift - 32); in __mulShift()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dregex3818 unsigned __sum = 0;
3876 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3883 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3892 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3899 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3901 *__str = _CharT(__sum);
3903 __push_char(_CharT(__sum));
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex3866 unsigned __sum = 0;
3924 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3931 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3940 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3947 __sum = 16 * __sum + static_cast<unsigned>(__hd);
3949 *__str = _CharT(__sum);
3951 __push_char(_CharT(__sum));
/freebsd/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()