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

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
28 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2])
29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
39 : "=a" (__result), "=b" (__d[0]), "=c" (__d[
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
[all...]
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) argument
30 : "=a" (__result), "=b" (__d[0]), "=c" (__d[1]), "=d" (__d[2])
31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2])
H A D__clang_cuda_complex_builtins.h19 double __c, double __d) {
21 double __bd = __b * __d;
22 double __ad = __a * __d;
34 if (std::isnan(__d))
35 __d = std::copysign(0, __d);
38 if (std::isinf(__c) || std::isinf(__d)) {
40 __d = std::copysign(std::isinf(__d) ? 1 : 0, __d);
18 __muldc3(double __a, double __b, double __c, double __d) argument
69 __mulsc3(float __a, float __b, float __c, float __d) argument
118 __divdc3(double __a, double __b, double __c, double __d) argument
155 __divsc3(float __a, float __b, float __c, float __d) argument
[all...]
H A Daltivec.h7267 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7269 __d = vec_xor(__c, __d);
7271 (vector int)__a, __d);
7282 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7284 __d = vec_xor(__c, __d);
7286 (vector int)__b, (vector int)__a, __d);
7296 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7298 __d
7311 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7326 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7340 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7355 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7370 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7383 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7397 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7412 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7428 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7443 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7458 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
7472 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, local
8125 unsigned char __d = __c & 0x0F; local
8144 unsigned char __d = __c & 0x0F; local
8162 unsigned char __d = __c & 0x0F; local
8180 unsigned char __d = __c & 0x0F; local
8199 unsigned char __d = __c & 0x0F; local
8217 unsigned char __d = __c & 0x0F; local
8236 unsigned char __d = __c & 0x0F; local
8254 unsigned char __d = __c & 0x0F; local
8272 unsigned char __d = __c & 0x0F; local
8291 unsigned char __d = __c & 0x0F; local
8310 unsigned char __d = __c & 0x0F; local
8330 unsigned char __d = __c & 0x0F; local
8349 unsigned char __d = __c & 0x0F; local
8368 unsigned char __d = __c & 0x0F; local
8387 unsigned char __d = __c & 0x0F; local
8469 unsigned char __d = __c & 0x0F; local
8487 unsigned char __d = __c & 0x0F; local
8506 unsigned char __d = __c & 0x0F; local
8524 unsigned char __d = __c & 0x0F; local
8543 unsigned char __d = __c & 0x0F; local
8562 unsigned char __d = __c & 0x0F; local
8580 unsigned char __d = __c & 0x0F; local
8599 unsigned char __d = __c & 0x0F; local
[all...]
H A Davxintrin.h2994 double __d = *__a; local
2995 return __extension__ (__m256d)(__v4df){ __d, __d, __d, __d };
3616 /// \param __d
3621 _mm256_set_pd(double __a, double __b, double __c, double __d) argument
3623 return __extension__ (__m256d){ __d, __c, __b, __a };
3643 /// \param __d
3660 _mm256_set_ps(float __a, float __b, float __c, float __d, argument
3858 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) argument
3887 _mm256_setr_pd(double __a, double __b, double __c, double __d) argument
3927 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
4125 _mm256_setr_epi64x(long long __a, long long __b, long long __c, long long __d) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivdc3.c21 double __d) {
23 double __logbw = __compiler_rt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
27 __d = crt_scalbn(__d, -__ilogbw);
29 double __denom = __c * __c + __d * __d;
31 COMPLEX_REAL(z) = crt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw);
33 crt_scalbn((__b * __c - __a * __d) / __denom, -__ilogbw);
39 crt_isfinite(__d)) {
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
20 __divdc3(double __a, double __b, double __c, double __d) argument
[all...]
H A Ddivsc3.c20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { argument
23 __compiler_rt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d)));
27 __d = crt_scalbnf(__d, -__ilogbw);
29 float __denom = __c * __c + __d * __d;
31 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw);
33 crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw);
39 crt_isfinite(__d)) {
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
[all...]
H A Ddivtc3.c21 long double __c, long double __d) {
24 __compiler_rt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
28 __d = crt_scalbnl(__d, -__ilogbw);
30 long double __denom = __c * __c + __d * __d;
32 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
34 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
40 crt_isfinite(__d)) {
43 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
20 __divtc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
H A Ddivxc3.c21 long double __c, long double __d) {
23 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
27 __d = crt_scalbnl(__d, -__ilogbw);
29 long double __denom = __c * __c + __d * __d;
31 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
33 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
39 crt_isfinite(__d)) {
42 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d);
20 __divxc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
H A Dmuldc3.c19 double __d) {
21 double __bd = __b * __d;
22 double __ad = __a * __d;
34 if (crt_isnan(__d))
35 __d = crt_copysign(0, __d);
38 if (crt_isinf(__c) || crt_isinf(__d)) {
40 __d = crt_copysign(crt_isinf(__d) ? 1 : 0, __d);
18 __muldc3(double __a, double __b, double __c, double __d) argument
[all...]
H A Dmulsc3.c18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { argument
20 float __bd = __b * __d;
21 float __ad = __a * __d;
33 if (crt_isnan(__d))
34 __d = crt_copysignf(0, __d);
37 if (crt_isinf(__c) || crt_isinf(__d)) {
39 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d);
[all...]
H A Dmulxc3.c21 long double __c, long double __d) {
23 long double __bd = __b * __d;
24 long double __ad = __a * __d;
36 if (crt_isnan(__d))
37 __d = crt_copysignl(0, __d);
40 if (crt_isinf(__c) || crt_isinf(__d)) {
42 __d = crt_copysignl(crt_isinf(__d) ? 1 : 0, __d);
20 __mulxc3(long double __a, long double __b, long double __c, long double __d) argument
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dvstring_util.h112 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) argument
115 traits_type::assign(*__d, *__s);
117 traits_type::copy(__d, __s, __n);
121 _S_move(_CharT* __d, const _CharT* __s, size_type __n) argument
124 traits_type::assign(*__d, *__s);
126 traits_type::move(__d, __s, __n);
130 _S_assign(_CharT* __d, size_type __n, _CharT __c) argument
133 traits_type::assign(*__d, __c);
135 traits_type::assign(__d, __n, __c);
/freebsd-12-stable/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc62 double __d = strtod(__s, &__sanity); local
63 float __f = static_cast<float>(__d);
74 if (fabs(__d) > numeric_limits<float>::max())
96 double __d = strtod(__s, &__sanity); local
98 __v = __d;
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.cc66 double __d = __strtod_l(__s, &__sanity, __cloc); local
68 __v = __d;
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h176 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
177 std::__advance(__i, __d, std::__iterator_category(__i));
H A Dslice_array.h92 slice::slice(size_t __o, size_t __d, size_t __s) argument
93 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
H A Dbasic_string.h341 _M_copy(_CharT* __d, const _CharT* __s, size_type __n) argument
344 traits_type::assign(*__d, *__s);
346 traits_type::copy(__d, __s, __n);
350 _M_move(_CharT* __d, const _CharT* __s, size_type __n) argument
353 traits_type::assign(*__d, *__s);
355 traits_type::move(__d, __s, __n);
359 _M_assign(_CharT* __d, size_type __n, _CharT __c) argument
362 traits_type::assign(*__d, __c);
364 traits_type::assign(__d, __n, __c);
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h180 div(long long __n, long long __d)
181 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
/freebsd-12-stable/contrib/libstdc++/src/
H A Dcodecvt.cc110 size_t __d = static_cast<size_t>(__end - __from); local
111 return std::min(__max, __d);
/freebsd-12-stable/lib/msun/powerpc/
H A Dfenv.h100 __asm __volatile("mffs %0" : "=f" ((__env)->__d))
102 __asm __volatile("mtfsf 255,%0" :: "f" ((__env).__d))
110 double __d; member in union:__fpscr
220 *__envp = __r.__d;
/freebsd-12-stable/contrib/bmake/
H A Dmake.h520 } __d; \
521 __d.__cp = ptr, __d.__p; })
/freebsd-12-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h239 * @pre __d(__p) must not throw.
241 _Sp_counted_base_impl(_Ptr __p, _Deleter __d) argument
242 : _M_ptr(__p), _M_del(__d) { }
272 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) argument
276 _M_pi = new _Sp_counted_base_impl<_Ptr, _Deleter, _Lp>(__p, __d);
280 __d(__p); // Call _Deleter on __p.
533 // __shared_ptr will release __p by calling __d(__p)
536 * and the deleter @a __d.
538 * @param __d A deleter.
540 * @throw std::bad_alloc, in which case @a __d(__
543 __shared_ptr(_Tp1* __p, _Deleter __d) argument
651 reset(_Tp1* __p, _Deleter __d) argument
985 shared_ptr(_Tp1* __p, _Deleter __d) argument
[all...]
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_dev.h404 void *__d = ((char *) (dest) + (offset)); \
406 case 1: *(u8 *) __d = (source); break; \
407 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
408 case 4: *(__be32 *) __d = cpu_to_be32(source); break; \
409 case 8: *(__be64 *) __d = cpu_to_be64(source); break; \
/freebsd-12-stable/sys/sys/
H A Dstdatomic.h310 __typeof__(desired) __d = (desired); \
313 __sync_lock_test_and_set(&(__o)->__val, __d); \

Completed in 199 milliseconds

12