Searched refs:__d (Results 1 - 22 of 22) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) argument
24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
29 __d = crt_scalbn(__d, -__ilogbw);
31 double __denom = __c * __c + __d * __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);
43 crt_isfinite(__c) && crt_isfinite(__d))
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
[all...]
H A Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) argument
24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d)));
29 __d = crt_scalbnf(__d, -__ilogbw);
31 float __denom = __c * __c + __d * __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);
43 crt_isfinite(__c) && crt_isfinite(__d))
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
[all...]
H A Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) argument
24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
29 __d = crt_scalbnl(__d, -__ilogbw);
31 long double __denom = __c * __c + __d * __d;
33 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
34 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
43 crt_isfinite(__c) && crt_isfinite(__d))
47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d);
[all...]
H A Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) argument
25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
30 __d = crt_scalbnl(__d, -__ilogbw);
32 long double __denom = __c * __c + __d * __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);
44 crt_isfinite(__c) && crt_isfinite(__d))
48 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
[all...]
H A Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) argument
24 double __bd = __b * __d;
25 double __ad = __a * __d;
39 if (crt_isnan(__d))
40 __d = crt_copysign(0, __d);
43 if (crt_isinf(__c) || crt_isinf(__d))
46 __d = crt_copysign(crt_isinf(__d) ? 1 : 0, __d);
[all...]
H A Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) argument
24 float __bd = __b * __d;
25 float __ad = __a * __d;
39 if (crt_isnan(__d))
40 __d = crt_copysignf(0, __d);
43 if (crt_isinf(__c) || crt_isinf(__d))
46 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d);
[all...]
H A Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) argument
26 long double __bd = __b * __d;
27 long double __ad = __a * __d;
41 if (crt_isnan(__d))
42 __d = crt_copysignl(0, __d);
45 if (crt_isinf(__c) || crt_isinf(__d))
48 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d);
[all...]
/external/clang/lib/Headers/
H A Daltivec.h5825 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5827 __d = vec_xor(__c, __d);
5829 (vector int)__a, __d);
5840 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5842 __d = vec_xor(__c, __d);
5844 (vector int)__b, (vector int)__a, __d);
5855 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5857 __d
5870 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5885 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5900 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5914 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5929 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5942 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5957 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5971 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
5987 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
6002 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
6017 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
6031 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
6663 unsigned char __d = __c & 0x0F; local
6683 unsigned char __d = __c & 0x0F; local
6703 unsigned char __d = __c & 0x0F; local
6723 unsigned char __d = __c & 0x0F; local
6743 unsigned char __d = __c & 0x0F; local
6763 unsigned char __d = __c & 0x0F; local
6782 unsigned char __d = __c & 0x0F; local
6802 unsigned char __d = __c & 0x0F; local
6822 unsigned char __d = __c & 0x0F; local
6842 unsigned char __d = __c & 0x0F; local
6861 unsigned char __d = __c & 0x0F; local
6883 unsigned char __d = __c & 0x0F; local
6903 unsigned char __d = __c & 0x0F; local
6922 unsigned char __d = __c & 0x0F; local
6942 unsigned char __d = __c & 0x0F; local
6961 unsigned char __d = __c & 0x0F; local
6980 unsigned char __d = __c & 0x0F; local
7000 unsigned char __d = __c & 0x0F; local
7019 unsigned char __d = __c & 0x0F; local
[all...]
H A Davxintrin.h712 double __d = *__a; local
713 return (__m256d)(__v4df){ __d, __d, __d, __d };
914 _mm256_set_pd(double __a, double __b, double __c, double __d) argument
916 return (__m256d){ __d, __c, __b, __a };
920 _mm256_set_ps(float __a, float __b, float __c, float __d, argument
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
962 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) argument
969 _mm256_setr_pd(double __a, double __b, double __c, double __d) argument
975 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
1016 _mm256_setr_epi64x(long long __a, long long __b, long long __c, long long __d) argument
[all...]
H A Davx512fintrin.h142 _mm512_set1_epi64(long long __d) argument
144 return (__m512i)(__v8di){ __d, __d, __d, __d, __d, __d, __d, __d };
160 double __d local
[all...]
H A Dxmmintrin.h713 _mm_insert_pi16(__m64 __a, int __d, int __n) argument
716 __b[__n & 3] = __d;
760 _mm_maskmove_si64(__m64 __d, __m64 __n, char *__p) argument
762 __builtin_ia32_maskmovq((__v8qi)__d, (__v8qi)__n, __p);
H A Demmintrin.h1238 _mm_maskmoveu_si128(__m128i __d, __m128i __n, char *__p) argument
1240 __builtin_ia32_maskmovdqu((__v16qi)__d, (__v16qi)__n, __p);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-partial-specialization.cpp27 unique_ptr(pointer __p, _Dp __d) {} argument
/external/compiler-rt/test/builtins/Unit/
H A Dmuldc3_test.c22 __muldc3(double __a, double __b, double __c, double __d);
H A Dmulxc3_test.c24 __mulxc3(long double __a, long double __b, long double __c, long double __d);
H A Ddivdc3_test.c22 __divdc3(double __a, double __b, double __c, double __d);
H A Ddivsc3_test.c22 __divsc3(float __a, float __b, float __c, float __d);
H A Ddivtc3_test.c23 __divtc3(long double __a, long double __b, long double __c, long double __d);
H A Ddivxc3_test.c24 __divxc3(long double __a, long double __b, long double __c, long double __d);
H A Dmulsc3_test.c22 __mulsc3(float __a, float __b, float __c, float __d);
H A Dmultc3_test.c25 __multc3(long double __a, long double __b, long double __c, long double __d);
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp132 unsigned char __d; member in struct:Guid
146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0)
154 __d(reinterpret_cast<const __s_GUID&>(__guid).Data4[0]),
224 __a(__aArg), __b(__bArg), __c(__cArg), __d(__dArg), __e(__eArg), __f(__fArg), __g(__gArg), __h(__hArg), __i(__iArg), __j(__jArg), __k(__kArg)
231 __d = __dArg[0];

Completed in 404 milliseconds