Home
last modified time | relevance | path

Searched refs:__b2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dpoisson_distribution.h127 double __b2 = .3 * __b1 * __b1; in param_type()
128 __c3_ = .1428571 * __b1 * __b2; in param_type()
129 __c2_ = __b2 - 15. * __c3_; in param_type()
130 __c1_ = __b1 - 6. * __b2 + 45. * __c3_; in param_type()
131 __c0_ = 1. - __b1 + 3. * __b2 - 15. * __c3_; in param_type()
149 double __b2 = .3 * __b1 * __b1; param_type() local
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dtransform_reduce.h42 _BinaryOp2 __b2) {
44 __init = __b1(std::move(__init), __b2(*__first1, *__first2)); in transform_reduce()
37 transform_reduce(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_Tp __init,_BinaryOp1 __b1,_BinaryOp2 __b2) transform_reduce() argument
/freebsd/contrib/llvm-project/libcxx/include/
H A D__bit_reference462 __storage_type __b2 = *__result.__seg_ & __m;
465 *__first.__seg_ |= __b2;
480 __storage_type __b2 = *__result.__seg_ & __m;
483 *__first.__seg_ |= __b2;
511 __storage_type __b2 = *__result.__seg_ & __m;
516 *__first.__seg_ |= __b2 >> __s;
520 *__first.__seg_ |= __b2 << __s;
527 __b2 = *__result.__seg_ & __m;
531 *__first.__seg_ |= __b2 << __s;
543 __storage_type __b2 = *__result.__seg_ & __m;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1355 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, in _mm_set_pi8() argument
1358 return (__m64)__builtin_ia32_vec_init_v8qi(__b0, __b1, __b2, __b3, in _mm_set_pi8()
1488 _mm_setr_pi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, in _mm_setr_pi8() argument
1491 return _mm_set_pi8(__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0); in _mm_setr_pi8()
H A Demmintrin.h3636 char __b4, char __b3, char __b2, char __b1, char __b0) { in _mm_set_epi8() argument
3638 __b0, __b1, __b2, __b3, __b4, __b5, __b6, __b7, in _mm_set_epi8()
3843 _mm_setr_epi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, in _mm_setr_epi8() argument
3847 __b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0); in _mm_setr_epi8()
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1355 char __b2, char __b1, char __b0) { in _mm_set_pi8() argument
1360 __res.as_char[2] = __b2; in _mm_set_pi8()
1388 _mm_setr_pi8(char __b0, char __b1, char __b2, char __b3, char __b4, in _mm_setr_pi8() argument
1390 return _mm_set_pi8(__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0); in _mm_setr_pi8()