Home
last modified time | relevance | path

Searched defs:__d (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32()
D__clang_cuda_complex_builtins.h90 double __d) { in __muldc3()
140 __DEVICE__ float _Complex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
189 double __d) { in __divdc3()
225 __DEVICE__ float _Complex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()
Davxintrin.h2994 double __d = *__a; in _mm256_broadcast_sd() local
3621 _mm256_set_pd(double __a, double __b, double __c, double __d) in _mm256_set_pd()
3660 _mm256_set_ps(float __a, float __b, float __c, float __d, in _mm256_set_ps()
3858 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) in _mm256_set_epi64x()
3887 _mm256_setr_pd(double __a, double __b, double __c, double __d) in _mm256_setr_pd()
3927 _mm256_setr_ps(float __a, float __b, float __c, float __d, in _mm256_setr_ps()
4125 _mm256_setr_epi64x(long long __a, long long __b, long long __c, long long __d) in _mm256_setr_epi64x()
D__clang_cuda_math.h217 __DEVICE__ double norm4d(double __a, double __b, double __c, double __d) { in norm4d()
220 __DEVICE__ float norm4df(float __a, float __b, float __c, float __d) { in norm4df()
266 __DEVICE__ double rnorm4d(double __a, double __b, double __c, double __d) { in rnorm4d()
269 __DEVICE__ float rnorm4df(float __a, float __b, float __c, float __d) { in rnorm4df()
D__clang_cuda_cmath.h182 __DEVICE__ float remquo(float __n, float __d, int *__q) { in remquo()
Daltivec.h7902 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7917 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7931 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7946 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7961 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7975 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
7990 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
8005 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
8018 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
8032 vector unsigned char __d = {255, 255, 255, 255, 255, 255, 255, 255, in vec_perm() local
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__algorithm/
Dshuffle.h66 difference_type __d = __last - __first; in random_shuffle() local
90 difference_type __d = __last - __first; in random_shuffle() local
110 difference_type __d = __last - __first; in shuffle() local
Drotate.h127 const difference_type __d = __last - __p2; in __rotate_gcd() local
/freebsd-12-stable/contrib/libstdc++/config/locale/generic/
Dc_locale.cc62 double __d = strtod(__s, &__sanity); in _GLIBCXX_BEGIN_NAMESPACE() local
96 double __d = strtod(__s, &__sanity); in __convert_to_v() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Ddivxc3.c21 long double __c, long double __d) { in __divxc3()
Ddivtc3.c21 long double __c, long double __d) { in __divtc3()
Ddivdc3.c21 double __d) { in __divdc3()
Ddivsc3.c20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
Dmulxc3.c21 long double __c, long double __d) { in __mulxc3()
Dmuldc3.c19 double __d) { in __muldc3()
Dmulsc3.c18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dboost_shared_ptr.h241 _Sp_counted_base_impl(_Ptr __p, _Deleter __d) in _Sp_counted_base_impl()
272 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) in __shared_count()
543 __shared_ptr(_Tp1* __p, _Deleter __d) in __shared_ptr()
651 reset(_Tp1* __p, _Deleter __d) in reset()
985 shared_ptr(_Tp1* __p, _Deleter __d) in shared_ptr()
Drandom.tcc74 const _Tp __d = __m - __x; in __calc() local
675 _M_initialize_max_aux(result_type __a, result_type __b, int __d) in _M_initialize_max_aux()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dstl_iterator_base_funcs.h176 typename iterator_traits<_InputIterator>::difference_type __d = __n; in advance() local
Dslice_array.h92 slice::slice(size_t __o, size_t __d, size_t __s) in slice()
/freebsd-12-stable/contrib/libstdc++/config/locale/gnu/
Dc_locale.cc66 double __d = __strtod_l(__s, &__sanity, __cloc); in __convert_to_v() local
/freebsd-12-stable/contrib/libstdc++/src/
Dcodecvt.cc110 size_t __d = static_cast<size_t>(__end - __from); in do_length() local
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dshared_ptr.h240 __shared_ptr_pointer(_Tp __p, _Dp __d, _Alloc __a) in __shared_ptr_pointer()
/freebsd-12-stable/lib/msun/powerpc/
Dfenv.h110 double __d; member

12