Searched refs:__b1 (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dfor_each_selectors.h231 * @param __b1 Begin iterator of first sequence.
234 __inner_product_selector(_It __b1, _It2 __b2) argument
235 : __begin1_iterator(__b1), __begin2_iterator(__b2) { }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dfor_each_selectors.h231 * @param __b1 Begin iterator of first sequence.
234 __inner_product_selector(_It __b1, _It2 __b2) argument
235 : __begin1_iterator(__b1), __begin2_iterator(__b2) { }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Datomic_base.h459 memory_order __b1 = __m1 & __memory_order_mask; variable
462 __glibcxx_assert(__b2 <= __b1);
474 memory_order __b1 = __m1 & __memory_order_mask; variable
477 __glibcxx_assert(__b2 <= __b1);
504 memory_order __b1 = __m1 & __memory_order_mask; variable
507 __glibcxx_assert(__b2 <= __b1);
519 memory_order __b1 = __m1 & __memory_order_mask; variable
523 __glibcxx_assert(__b2 <= __b1);
781 memory_order __b1 = __m1 & __memory_order_mask;
784 __glibcxx_assert(__b2 <= __b1);
[all...]
H A Drandom.h609 _UIntType1 __b1, size_t __t1,
615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
635 _UIntType1 __b1, size_t __t1,
641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
H A Dstl_algo.h3711 * @param __b1 The upper bound for the second integer.
3714 * over [0, __b0) and [0, __b1), respectively.
3716 * Requires: __b0 * __b1 <= __g.max() - __g.min().
3730 __gen_two_uniform_ints(_IntType __b0, _IntType __b1, argument
3734 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g);
3735 return std::make_pair(__x / __b1, __x % __b1);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmmintrin.h1351 /// \param __b1
1358 char __b1, char __b0)
1360 return (__m64)__builtin_ia32_vec_init_v8qi(__b0, __b1, __b2, __b3,
1474 /// \param __b1
1490 _mm_setr_pi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, argument
1493 return _mm_set_pi8(__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1357 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
H A Demmintrin.h3740 /// \param __b1
3747 _mm_set_epi8(char __b15, char __b14, char __b13, char __b12, char __b11, char __b10, char __b9, char __b8, char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
3749 return __extension__ (__m128i)(__v16qi){ __b0, __b1, __b2, __b3, __b4, __b5, __b6, __b7, __b8, __b9, __b10, __b11, __b12, __b13, __b14, __b15 };
3931 /// \param __b1
3963 _mm_setr_epi8(char __b0, char __b1, char __b2, char __b3, char __b4, char __b5, char __b6, char __b7, char __b8, char __b9, char __b10, char __b11, char __b12, char __b13, char __b14, char __b15) argument
3965 return _mm_set_epi8(__b15, __b14, __b13, __b12, __b11, __b10, __b9, __b8, __b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dmmintrin.h908 char __b3, char __b2, char __b1, char __b0)
910 return (__m64) __builtin_ia32_vec_init_v8qi (__b0, __b1, __b2, __b3,
928 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
931 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
907 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dmmintrin.h914 char __b3, char __b2, char __b1, char __b0)
916 return (__m64) __builtin_ia32_vec_init_v8qi (__b0, __b1, __b2, __b3,
934 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
937 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
913 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h643 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
662 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1353 char __b2, char __b1, char __b0) {
1357 res.as_char[1] = __b1;
1386 _mm_setr_pi8(char __b0, char __b1, char __b2, char __b3, char __b4, argument
1388 return _mm_set_pi8(__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1352 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dmmintrin.h1110 char __b3, char __b2, char __b1, char __b0)
1121 __i0 = __i0 << 8 | (unsigned char)__b1;
1141 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
1144 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1109 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dmmintrin.h1384 char __b3, char __b2, char __b1, char __b0)
1389 __res.as_char[1] = __b1;
1417 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
1420 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1383 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dmmintrin.h1384 char __b3, char __b2, char __b1, char __b0)
1389 __res.as_char[1] = __b1;
1417 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
1420 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1383 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dmmintrin.h1110 char __b3, char __b2, char __b1, char __b0)
1121 __i0 = __i0 << 8 | (unsigned char)__b1;
1141 _mm_setr_pi8 (char __b0, char __b1, char __b2, char __b3, argument
1144 return _mm_set_pi8 (__b7, __b6, __b5, __b4, __b3, __b2, __b1, __b0);
1109 _mm_set_pi8(char __b7, char __b6, char __b5, char __b4, char __b3, char __b2, char __b1, char __b0) argument
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h612 _UIntType1 __b1, size_t __t1,
618 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
638 _UIntType1 __b1, size_t __t1,
644 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
H A Dstl_algo.h3654 * @param __b1 The upper bound for the second integer.
3657 * over [0, __b0) and [0, __b1), respectively.
3659 * Requires: __b0 * __b1 <= __g.max() - __g.min().
3673 __gen_two_uniform_ints(_IntType __b0, _IntType __b1, argument
3677 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g);
3678 return std::make_pair(__x / __b1, __x % __b1);

Completed in 411 milliseconds