Home
last modified time | relevance | path

Searched refs:__d (Results 1 – 25 of 98) sorted by relevance

1234

/external/llvm-project/clang/lib/Headers/
Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32() argument
28 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _enclu_u32()
29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32() argument
39 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _encls_u32()
40 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32() argument
50 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _enclv_u32()
51 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclv_u32()
D__clang_cuda_complex_builtins.h90 double __d) { in __muldc3() argument
92 double __bd = __b * __d; in __muldc3()
93 double __ad = __a * __d; in __muldc3()
105 if (_ISNANd(__d)) in __muldc3()
106 __d = _COPYSIGNd(0, __d); in __muldc3()
109 if (_ISINFd(__c) || _ISINFd(__d)) { in __muldc3()
111 __d = _COPYSIGNd(_ISINFd(__d) ? 1 : 0, __d); in __muldc3()
126 if (_ISNANd(__d)) in __muldc3()
127 __d = _COPYSIGNd(0, __d); in __muldc3()
133 __real__(z) = __builtin_huge_val() * (__a * __c - __b * __d); in __muldc3()
[all …]
Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32() argument
30 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2]) in _pconfig_u32()
31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _pconfig_u32()
Daltivec.h7567 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7569 __d = vec_xor(__c, __d); in vec_perm()
7571 (vector int)__a, __d); in vec_perm()
7582 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7584 __d = vec_xor(__c, __d); in vec_perm()
7586 (vector int)__b, (vector int)__a, __d); in vec_perm()
7596 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7598 __d = vec_xor(__c, __d); in vec_perm()
7600 (vector int)__a, __d); in vec_perm()
7611 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
[all …]
/external/compiler-rt/lib/builtins/
Ddivtc3.c21 __divtc3(long double __a, long double __b, long double __c, long double __d) in __divtc3() argument
24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
29 __d = crt_scalbnl(__d, -__ilogbw); in __divtc3()
31 long double __denom = __c * __c + __d * __d; in __divtc3()
33 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3()
34 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3()
43 crt_isfinite(__c) && crt_isfinite(__d)) in __divtc3()
47 __real__ z = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3()
48 __imag__ z = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3()
54 __d = crt_copysignl(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divtc3()
[all …]
Ddivdc3.c21 __divdc3(double __a, double __b, double __c, double __d) in __divdc3() argument
24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3()
29 __d = crt_scalbn(__d, -__ilogbw); in __divdc3()
31 double __denom = __c * __c + __d * __d; in __divdc3()
33 COMPLEX_REAL(z) = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw); in __divdc3()
34 COMPLEX_IMAGINARY(z) = crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw); in __divdc3()
43 crt_isfinite(__c) && crt_isfinite(__d)) in __divdc3()
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divdc3()
48 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divdc3()
54 __d = crt_copysign(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divdc3()
[all …]
Ddivxc3.c22 __divxc3(long double __a, long double __b, long double __c, long double __d) in __divxc3() argument
25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()
30 __d = crt_scalbnl(__d, -__ilogbw); in __divxc3()
32 long double __denom = __c * __c + __d * __d; in __divxc3()
34 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divxc3()
35 COMPLEX_IMAGINARY(z) = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divxc3()
44 crt_isfinite(__c) && crt_isfinite(__d)) in __divxc3()
48 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divxc3()
49 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divxc3()
55 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __divxc3()
[all …]
Ddivsc3.c21 __divsc3(float __a, float __b, float __c, float __d) in __divsc3() argument
24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()
29 __d = crt_scalbnf(__d, -__ilogbw); in __divsc3()
31 float __denom = __c * __c + __d * __d; in __divsc3()
33 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3()
34 COMPLEX_IMAGINARY(z) = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3()
43 crt_isfinite(__c) && crt_isfinite(__d)) in __divsc3()
47 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divsc3()
48 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divsc3()
54 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __divsc3()
[all …]
Dmulsc3.c21 __mulsc3(float __a, float __b, float __c, float __d) in __mulsc3() argument
24 float __bd = __b * __d; in __mulsc3()
25 float __ad = __a * __d; in __mulsc3()
39 if (crt_isnan(__d)) in __mulsc3()
40 __d = crt_copysignf(0, __d); in __mulsc3()
43 if (crt_isinf(__c) || crt_isinf(__d)) in __mulsc3()
46 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __mulsc3()
62 if (crt_isnan(__d)) in __mulsc3()
63 __d = crt_copysignf(0, __d); in __mulsc3()
68 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulsc3()
[all …]
Dmuldc3.c21 __muldc3(double __a, double __b, double __c, double __d) in __muldc3() argument
24 double __bd = __b * __d; in __muldc3()
25 double __ad = __a * __d; in __muldc3()
39 if (crt_isnan(__d)) in __muldc3()
40 __d = crt_copysign(0, __d); in __muldc3()
43 if (crt_isinf(__c) || crt_isinf(__d)) in __muldc3()
46 __d = crt_copysign(crt_isinf(__d) ? 1 : 0, __d); in __muldc3()
62 if (crt_isnan(__d)) in __muldc3()
63 __d = crt_copysign(0, __d); in __muldc3()
68 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __muldc3()
[all …]
Dmulxc3.c23 __mulxc3(long double __a, long double __b, long double __c, long double __d) in __mulxc3() argument
26 long double __bd = __b * __d; in __mulxc3()
27 long double __ad = __a * __d; in __mulxc3()
41 if (crt_isnan(__d)) in __mulxc3()
42 __d = crt_copysignl(0, __d); in __mulxc3()
45 if (crt_isinf(__c) || crt_isinf(__d)) in __mulxc3()
48 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __mulxc3()
64 if (crt_isnan(__d)) in __mulxc3()
65 __d = crt_copysignl(0, __d); in __mulxc3()
70 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulxc3()
[all …]
/external/llvm-project/compiler-rt/lib/builtins/
Ddivtc3.c21 long double __c, long double __d) { in __divtc3() argument
24 __compiler_rt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
28 __d = crt_scalbnl(__d, -__ilogbw); in __divtc3()
30 long double __denom = __c * __c + __d * __d; in __divtc3()
32 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3()
34 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3()
40 crt_isfinite(__d)) { in __divtc3()
43 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3()
44 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3()
48 __d = crt_copysignl(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divtc3()
[all …]
Ddivdc3.c21 double __d) { in __divdc3() argument
23 double __logbw = __compiler_rt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3()
27 __d = crt_scalbn(__d, -__ilogbw); in __divdc3()
29 double __denom = __c * __c + __d * __d; in __divdc3()
31 COMPLEX_REAL(z) = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw); in __divdc3()
33 crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw); in __divdc3()
39 crt_isfinite(__d)) { in __divdc3()
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divdc3()
43 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divdc3()
47 __d = crt_copysign(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divdc3()
[all …]
Ddivsc3.c20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3() argument
23 __compiler_rt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()
27 __d = crt_scalbnf(__d, -__ilogbw); in __divsc3()
29 float __denom = __c * __c + __d * __d; in __divsc3()
31 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3()
33 crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3()
39 crt_isfinite(__d)) { in __divsc3()
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divsc3()
43 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divsc3()
47 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __divsc3()
[all …]
Ddivxc3.c21 long double __c, long double __d) { in __divxc3() argument
23 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()
27 __d = crt_scalbnl(__d, -__ilogbw); in __divxc3()
29 long double __denom = __c * __c + __d * __d; in __divxc3()
31 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divxc3()
33 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divxc3()
39 crt_isfinite(__d)) { in __divxc3()
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divxc3()
43 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divxc3()
47 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __divxc3()
[all …]
Dmulxc3.c21 long double __c, long double __d) { in __mulxc3() argument
23 long double __bd = __b * __d; in __mulxc3()
24 long double __ad = __a * __d; in __mulxc3()
36 if (crt_isnan(__d)) in __mulxc3()
37 __d = crt_copysignl(0, __d); in __mulxc3()
40 if (crt_isinf(__c) || crt_isinf(__d)) { in __mulxc3()
42 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d); in __mulxc3()
57 if (crt_isnan(__d)) in __mulxc3()
58 __d = crt_copysignl(0, __d); in __mulxc3()
62 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulxc3()
[all …]
Dmulsc3.c18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3() argument
20 float __bd = __b * __d; in __mulsc3()
21 float __ad = __a * __d; in __mulsc3()
33 if (crt_isnan(__d)) in __mulsc3()
34 __d = crt_copysignf(0, __d); in __mulsc3()
37 if (crt_isinf(__c) || crt_isinf(__d)) { in __mulsc3()
39 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __mulsc3()
54 if (crt_isnan(__d)) in __mulsc3()
55 __d = crt_copysignf(0, __d); in __mulsc3()
59 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __mulsc3()
[all …]
Dmuldc3.c19 double __d) { in __muldc3() argument
21 double __bd = __b * __d; in __muldc3()
22 double __ad = __a * __d; in __muldc3()
34 if (crt_isnan(__d)) in __muldc3()
35 __d = crt_copysign(0, __d); in __muldc3()
38 if (crt_isinf(__c) || crt_isinf(__d)) { in __muldc3()
40 __d = crt_copysign(crt_isinf(__d) ? 1 : 0, __d); in __muldc3()
55 if (crt_isnan(__d)) in __muldc3()
56 __d = crt_copysign(0, __d); in __muldc3()
60 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c - __b * __d); in __muldc3()
[all …]
/external/clang/lib/Headers/
Daltivec.h5964 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
5966 __d = vec_xor(__c, __d); in vec_perm()
5968 (vector int)__a, __d); in vec_perm()
5979 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
5981 __d = vec_xor(__c, __d); in vec_perm()
5983 (vector int)__b, (vector int)__a, __d); in vec_perm()
5993 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
5995 __d = vec_xor(__c, __d); in vec_perm()
5997 (vector int)__a, __d); in vec_perm()
6008 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
[all …]
/external/llvm-project/clang/test/Headers/Inputs/include/
Dcomplex141 _Tp __d = __w.imag();
143 _Tp __bd = __b * __d;
144 _Tp __ad = __a * __d;
155 if (std::isnan(__d))
156 __d = copysign(_Tp(0), __d);
159 if (std::isinf(__c) || std::isinf(__d)) {
161 __d = copysign(std::isinf(__d) ? _Tp(1) : _Tp(0), __d);
176 if (std::isnan(__d))
177 __d = copysign(_Tp(0), __d);
181 __x = _Tp(INFINITY) * (__a * __c - __b * __d);
[all …]
/external/llvm-project/libcxx/include/
D__mutex_base135 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d)
136 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock_for(__d)) {}
169 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d);
226 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
232 __owns_ = __m_->try_lock_for(__d);
314 const chrono::duration<_Rep, _Period>& __d);
320 const chrono::duration<_Rep, _Period>& __d,
346 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d)
351 _Rep __result_float = __d.count() * __ratio::num / __ratio::den;
373 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d)
[all …]
D__split_buffer473 difference_type __d = __end_cap() - __end_;
474 __d = (__d + 1) / 2;
475 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
476 __end_ += __d;
502 difference_type __d = __end_cap() - __end_;
503 __d = (__d + 1) / 2;
504 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
505 __end_ += __d;
533 difference_type __d = __begin_ - __first_;
534 __d = (__d + 1) / 2;
[all …]
/external/libcxx/include/
D__mutex_base147 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d)
148 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock_for(__d)) {}
184 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d);
241 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
247 __owns_ = __m_->try_lock_for(__d);
335 const chrono::duration<_Rep, _Period>& __d);
341 const chrono::duration<_Rep, _Period>& __d,
360 __ceil(chrono::duration<_Rep, _Period> __d)
363 _To __r = duration_cast<_To>(__d);
364 if (__r < __d)
[all …]
Datomic912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
914 {__c11_atomic_store(&__a_, __d, __m);}
916 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
918 {__c11_atomic_store(&__a_, __d, __m);}
932 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
933 {return __c11_atomic_exchange(&__a_, __d, __m);}
935 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
936 {return __c11_atomic_exchange(&__a_, __d, __m);}
938 bool compare_exchange_weak(_Tp& __e, _Tp __d,
941 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);}
[all …]
D__split_buffer474 difference_type __d = __end_cap() - __end_;
475 __d = (__d + 1) / 2;
476 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
477 __end_ += __d;
505 difference_type __d = __end_cap() - __end_;
506 __d = (__d + 1) / 2;
507 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
508 __end_ += __d;
538 difference_type __d = __begin_ - __first_;
539 __d = (__d + 1) / 2;
[all …]

1234