HomeSort by: relevance | last modified time | path
    Searched refs:__b (Results 1 - 25 of 202) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 47 vector signed char __a, vector signed char __b, vector unsigned char __c);
50 vec_perm(vector unsigned char __a, vector unsigned char __b,
54 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
57 vector signed short __b,
61 vec_perm(vector unsigned short __a, vector unsigned short __b,
65 vector bool short __a, vector bool short __b, vector unsigned char __c);
68 vector pixel __b,
72 vector signed int __b,
76 vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
79 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
13534 vector unsigned short __b = local
13545 vector unsigned short __b = local
    [all...]
vecintrin.h 388 vec_perm(__vector signed char __a, __vector signed char __b,
391 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b,
398 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
402 vec_perm(__vector __bool char __a, __vector __bool char __b,
405 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
409 vec_perm(__vector signed short __a, __vector signed short __b,
412 (__vector unsigned char)__a, (__vector unsigned char)__b, __c);
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b,
419 (__vector unsigned char)__a, (__vector unsigned char)__b, __c)
    [all...]
__clang_cuda_device_functions.h 43 __DEVICE__ unsigned int __byte_perm(unsigned int __a, unsigned int __b,
45 return __nv_byte_perm(__a, __b, __c);
59 __DEVICE__ double __dadd_rd(double __a, double __b) {
60 return __nv_dadd_rd(__a, __b);
62 __DEVICE__ double __dadd_rn(double __a, double __b) {
63 return __nv_dadd_rn(__a, __b);
65 __DEVICE__ double __dadd_ru(double __a, double __b) {
66 return __nv_dadd_ru(__a, __b);
68 __DEVICE__ double __dadd_rz(double __a, double __b) {
69 return __nv_dadd_rz(__a, __b);
    [all...]
__clang_cuda_libdevice_declares.h 32 __DEVICE__ double __nv_atan2(double __a, double __b);
33 __DEVICE__ float __nv_atan2f(float __a, float __b);
40 __DEVICE__ int __nv_byte_perm(int __a, int __b, int __c);
47 __DEVICE__ double __nv_copysign(double __a, double __b);
48 __DEVICE__ float __nv_copysignf(float __a, float __b);
59 __DEVICE__ double __nv_dadd_rd(double __a, double __b);
60 __DEVICE__ double __nv_dadd_rn(double __a, double __b);
61 __DEVICE__ double __nv_dadd_ru(double __a, double __b);
62 __DEVICE__ double __nv_dadd_rz(double __a, double __b);
63 __DEVICE__ double __nv_ddiv_rd(double __a, double __b);
    [all...]
__clang_cuda_math.h 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); }
68 __DEVICE__ float atan2f(float __a, float __b) { return __nv_atan2f(__a, __b); }
76 __DEVICE__ double copysign(double __a, double __b) {
77 return __nv_copysign(__a, __b);
79 __DEVICE__ float copysignf(float __a, float __b) {
80 return __nv_copysignf(__a, __b);
113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); }
    [all...]
tmmintrin.h 184 /// \param __b
191 _mm_hadd_epi16(__m128i __a, __m128i __b)
193 return (__m128i)__builtin_ia32_phaddw128((__v8hi)__a, (__v8hi)__b);
207 /// \param __b
214 _mm_hadd_epi32(__m128i __a, __m128i __b)
216 return (__m128i)__builtin_ia32_phaddd128((__v4si)__a, (__v4si)__b);
230 /// \param __b
237 _mm_hadd_pi16(__m64 __a, __m64 __b)
239 return (__m64)__builtin_ia32_phaddw((__v4hi)__a, (__v4hi)__b);
253 /// \param __b
    [all...]
xmmintrin.h 43 /// \param __b
50 _mm_add_ss(__m128 __a, __m128 __b)
52 __a[0] += __b[0];
65 /// \param __b
70 _mm_add_ps(__m128 __a, __m128 __b)
72 return (__m128)((__v4sf)__a + (__v4sf)__b);
85 /// \param __b
92 _mm_sub_ss(__m128 __a, __m128 __b)
94 __a[0] -= __b[0];
108 /// \param __b
1630 __mm_loadh_pi_v2f32 __b = ((const struct __mm_loadh_pi_struct*)__p)->__u; local
1657 __mm_loadl_pi_v2f32 __b = ((const struct __mm_loadl_pi_struct*)__p)->__u; local
2731 __m64 __b, __c; local
2761 __m64 __b, __c; local
2790 __m64 __b; local
2815 __m64 __b; local
2871 __m64 __b, __c; local
2901 __m64 __b, __c; local
    [all...]
pmmintrin.h 48 /// \param __b
53 _mm_addsub_ps(__m128 __a, __m128 __b)
55 return __builtin_ia32_addsubps((__v4sf)__a, (__v4sf)__b);
69 /// \param __b
76 _mm_hadd_ps(__m128 __a, __m128 __b)
78 return __builtin_ia32_haddps((__v4sf)__a, (__v4sf)__b);
92 /// \param __b
99 _mm_hsub_ps(__m128 __a, __m128 __b)
101 return __builtin_ia32_hsubps((__v4sf)__a, (__v4sf)__b);
156 /// \param __b
    [all...]
arm_acle.h 252 __smulbb(int32_t __a, int32_t __b) {
253 return __builtin_arm_smulbb(__a, __b);
256 __smulbt(int32_t __a, int32_t __b) {
257 return __builtin_arm_smulbt(__a, __b);
260 __smultb(int32_t __a, int32_t __b) {
261 return __builtin_arm_smultb(__a, __b);
264 __smultt(int32_t __a, int32_t __b) {
265 return __builtin_arm_smultt(__a, __b);
268 __smulwb(int32_t __a, int32_t __b) {
269 return __builtin_arm_smulwb(__a, __b);
    [all...]
emmintrin.h 50 /// \param __b
56 _mm_add_sd(__m128d __a, __m128d __b)
58 __a[0] += __b[0];
70 /// \param __b
75 _mm_add_pd(__m128d __a, __m128d __b)
77 return (__m128d)((__v2df)__a + (__v2df)__b);
92 /// \param __b
98 _mm_sub_sd(__m128d __a, __m128d __b)
100 __a[0] -= __b[0];
112 /// \param __b
3498 __v4si __b = (__v4si)__a; local
    [all...]
avx512vp2intersectintrin.h 36 /// locations of value matches between dwords in operands __a and __b.
44 /// \param __b
51 _mm512_2intersect_epi32(__m512i __a, __m512i __b, __mmask16 *__m0, __mmask16 *__m1) {
52 __builtin_ia32_vp2intersect_d_512((__v16si)__a, (__v16si)__b, __m0, __m1);
56 /// locations of value matches between quadwords in operands __a and __b.
64 /// \param __b
71 _mm512_2intersect_epi64(__m512i __a, __m512i __b, __mmask8 *__m0, __mmask8 *__m1) {
72 __builtin_ia32_vp2intersect_q_512((__v8di)__a, (__v8di)__b, __m0, __m1);
__clang_cuda_complex_builtins.h 89 __DEVICE__ double _Complex __muldc3(double __a, double __b, double __c,
92 double __bd = __b * __d;
94 double __bc = __b * __c;
100 if (_ISINFd(__a) || _ISINFd(__b)) {
102 __b = _COPYSIGNd(_ISINFd(__b) ? 1 : 0, __b);
114 if (_ISNANd(__b))
115 __b = _COPYSIGNd(0, __b);
    [all...]
avx512vlvp2intersectintrin.h 39 /// locations of value matches between dwords in operands __a and __b.
47 /// \param __b
54 _mm256_2intersect_epi32(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) {
55 __builtin_ia32_vp2intersect_d_256((__v8si)__a, (__v8si)__b, __m0, __m1);
59 /// locations of value matches between quadwords in operands __a and __b.
67 /// \param __b
74 _mm256_2intersect_epi64(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) {
75 __builtin_ia32_vp2intersect_q_256((__v4di)__a, (__v4di)__b, __m0, __m1);
79 /// locations of value matches between dwords in operands __a and __b.
87 /// \param __b
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
muldc3.c 21 __muldc3(double __a, double __b, double __c, double __d)
24 double __bd = __b * __d;
26 double __bc = __b * __c;
33 if (crt_isinf(__a) || crt_isinf(__b))
36 __b = crt_copysign(crt_isinf(__b) ? 1 : 0, __b);
49 if (crt_isnan(__b))
50 __b = crt_copysign(0, __b);
    [all...]
mulsc3.c 21 __mulsc3(float __a, float __b, float __c, float __d)
24 float __bd = __b * __d;
26 float __bc = __b * __c;
33 if (crt_isinf(__a) || crt_isinf(__b))
36 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b);
49 if (crt_isnan(__b))
50 __b = crt_copysignf(0, __b);
    [all...]
mulxc3.c 23 __mulxc3(long double __a, long double __b, long double __c, long double __d)
26 long double __bd = __b * __d;
28 long double __bc = __b * __c;
35 if (crt_isinf(__a) || crt_isinf(__b))
38 __b = crt_copysignl(crt_isinf(__b) ? 1 : 0, __b);
51 if (crt_isnan(__b))
52 __b = crt_copysignl(0, __b);
    [all...]
divdc3.c 21 __divdc3(double __a, double __b, double __c, double __d)
33 COMPLEX_REAL(z) = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw);
34 COMPLEX_IMAGINARY(z) = crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw);
37 if ((__denom == 0.0) && (!crt_isnan(__a) || !crt_isnan(__b)))
40 COMPLEX_IMAGINARY(z) = crt_copysign(CRT_INFINITY, __c) * __b;
42 else if ((crt_isinf(__a) || crt_isinf(__b)) &&
46 __b = crt_copysign(crt_isinf(__b) ? 1.0 : 0.0, __b);
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d)
    [all...]
divsc3.c 21 __divsc3(float __a, float __b, float __c, float __d)
33 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw);
34 COMPLEX_IMAGINARY(z) = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw);
37 if ((__denom == 0) && (!crt_isnan(__a) || !crt_isnan(__b)))
40 COMPLEX_IMAGINARY(z) = crt_copysignf(CRT_INFINITY, __c) * __b;
42 else if ((crt_isinf(__a) || crt_isinf(__b)) &&
46 __b = crt_copysignf(crt_isinf(__b) ? 1 : 0, __b);
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d)
    [all...]
divtc3.c 21 __divtc3(long double __a, long double __b, long double __c, long double __d)
33 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
34 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
37 if ((__denom == 0.0) && (!crt_isnan(__a) || !crt_isnan(__b)))
40 __imag__ z = crt_copysignl(CRT_INFINITY, __c) * __b;
42 else if ((crt_isinf(__a) || crt_isinf(__b)) &&
46 __b = crt_copysignl(crt_isinf(__b) ? 1.0 : 0.0, __b);
47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d)
    [all...]
divxc3.c 22 __divxc3(long double __a, long double __b, long double __c, long double __d)
34 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
35 COMPLEX_IMAGINARY(z) = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
38 if ((__denom == 0) && (!crt_isnan(__a) || !crt_isnan(__b)))
41 COMPLEX_IMAGINARY(z) = crt_copysignl(CRT_INFINITY, __c) * __b;
43 else if ((crt_isinf(__a) || crt_isinf(__b)) &&
47 __b = crt_copysignl(crt_isinf(__b) ? 1 : 0, __b);
48 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/cuda_wrappers/
algorithm 80 max(const __T &__a, const __T &__b, __Cmp __cmp) {
81 return __cmp(__a, __b) ? __b : __a;
87 max(const __T &__a, const __T &__b) {
88 return __a < __b ? __b : __a;
94 min(const __T &__a, const __T &__b, __Cmp __cmp) {
95 return __cmp(__b, __a) ? __b : __a;
101 min(const __T &__a, const __T &__b) {
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_constants.h 190 operator&(syntax_option_type __a, syntax_option_type __b)
193 & static_cast<unsigned int>(__b));
197 operator|(syntax_option_type __a, syntax_option_type __b)
200 | static_cast<unsigned int>(__b));
204 operator^(syntax_option_type __a, syntax_option_type __b)
207 ^ static_cast<unsigned int>(__b));
216 operator&=(syntax_option_type& __a, syntax_option_type __b)
217 { return __a = __a & __b; }
221 operator|=(syntax_option_type& __a, syntax_option_type __b)
222 { return __a = __a | __b; }
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm_acle.h 184 __sxtab16 (int16x2_t __a, int8x4_t __b)
186 return __builtin_arm_sxtab16 (__a, __b);
198 __uxtab16 (uint16x2_t __a, uint8x4_t __b)
200 return __builtin_arm_uxtab16 (__a, __b);
212 __qadd8 (int8x4_t __a, int8x4_t __b)
214 return __builtin_arm_qadd8 (__a, __b);
219 __qsub8 (int8x4_t __a, int8x4_t __b)
221 return __builtin_arm_qsub8 (__a, __b);
226 __shadd8 (int8x4_t __a, int8x4_t __b)
228 return __builtin_arm_shadd8 (__a, __b);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm_acle.h 248 __sxtab16 (int16x2_t __a, int8x4_t __b)
250 return __builtin_arm_sxtab16 (__a, __b);
262 __uxtab16 (uint16x2_t __a, uint8x4_t __b)
264 return __builtin_arm_uxtab16 (__a, __b);
276 __qadd8 (int8x4_t __a, int8x4_t __b)
278 return __builtin_arm_qadd8 (__a, __b);
283 __qsub8 (int8x4_t __a, int8x4_t __b)
285 return __builtin_arm_qsub8 (__a, __b);
290 __shadd8 (int8x4_t __a, int8x4_t __b)
292 return __builtin_arm_shadd8 (__a, __b);
    [all...]
arm_neon.h 531 vadd_s8 (int8x8_t __a, int8x8_t __b)
533 return __a + __b;
538 vadd_s16 (int16x4_t __a, int16x4_t __b)
540 return __a + __b;
545 vadd_s32 (int32x2_t __a, int32x2_t __b)
547 return __a + __b;
552 vadd_f32 (float32x2_t __a, float32x2_t __b)
555 return __a + __b;
557 return (float32x2_t) __builtin_neon_vaddv2sf (__a, __b);
563 vadd_u8 (uint8x8_t __a, uint8x8_t __b)
18319 poly64x1_t __b = vreinterpret_p64_u32 (vdup_n_u32 (0)); local
18342 poly64x2_t __b = vreinterpretq_p64_u32 (vdupq_n_u32 (0)); local
    [all...]

Completed in 73 milliseconds

1 2 3 4 5 6 7 8 9