Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A 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()
H A 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()
H A Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()
H A Davxintrin.h3061 double __d; in _mm256_broadcast_sd() member
3063 double __d = ((const struct __mm256_broadcast_sd_struct*)__a)->__d; in _mm256_broadcast_sd() local
3693 _mm256_set_pd(double __a, double __b, double __c, double __d) in _mm256_set_pd()
3732 _mm256_set_ps(float __a, float __b, float __c, float __d, in _mm256_set_ps()
3930 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) in _mm256_set_epi64x()
3959 _mm256_setr_pd(double __a, double __b, double __c, double __d) in _mm256_setr_pd()
3999 _mm256_setr_ps(float __a, float __b, float __c, float __d, in _mm256_setr_ps()
4197 _mm256_setr_epi64x(long long __a, long long __b, long long __c, long long __d) in _mm256_setr_epi64x()
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h97 …CPP_HIDE_FROM_ABI chrono::nanoseconds __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast()
117 …CPP_HIDE_FROM_ABI chrono::nanoseconds __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast()
176 …ondition_variable::wait_for(unique_lock<mutex>& __lk, const chrono::duration<_Rep, _Period>& __d) { in wait_for()
204 condition_variable::wait_for(unique_lock<mutex>& __lk, const chrono::duration<_Rep, _Period>& __d, … in wait_for()
214 nanoseconds __d = __tp.time_since_epoch(); in __do_timed_wait() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h126 difference_type __i = __rand(__d); in random_shuffle() local
102 difference_type __d = __last - __first; random_shuffle() local
148 difference_type __d = __last - __first; __shuffle() local
[all...]
H A Drotate.h116 const difference_type __d = _Ops::distance(__p2, __last); in __rotate_gcd() local
/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h60 …CARD _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d) in unique_lock()
140 bool unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d) { in try_lock_for()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivsc3.c20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3()
H A Ddivdc3.c21 double __d) { in __divdc3()
H A Ddivtc3.c20 COMPILER_RT_ABI Qcomplex __divtc3(fp_t __a, fp_t __b, fp_t __c, fp_t __d) { in __divtc3()
H A Dmuldc3.c19 double __d) { in __muldc3()
H A Dmulsc3.c18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear_month_day.h75 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day year_month_day::__from_days(days __d) noexcep… in __from_days()
219 constexpr chrono::day __d[] = { in day() local
H A Dtime_point.h49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d… in time_point()
H A Dhh_mm_ss.h59 __s_(chrono::duration_cast<chrono::seconds>(chrono::abs(__d) - hours() - minutes())), in hh_mm_ss() argument
H A Dyear_month_weekday.h80 const sys_days __sysd{__d}; in __from_days() argument
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dcommon.h99 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __double_to_bits(const double __d) { in __double_to_bits() argument
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthis_thread.h35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for()
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbinomial_distribution.h121 __libcpp_lgamma(double __d) __libcpp_lgamma() argument
H A Ddiscrete_distribution.h167 double __d = (__xmax - __xmin) / __nw; param_type() local
H A Dpiecewise_constant_distribution.h273 result_type __d = (__xmax - __xmin) / __n; param_type() local
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h189 auto __d = __n - ranges::advance(__begin_, __n, __end_); in advance() local
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp524 const uint32_t __d = __output2 % 10000; in __to_chars() local
600 const uint32_t __d = __output2 % 10000; in __to_chars() local
H A Dd2fixed.cpp234 [[nodiscard]] to_chars_result __d2fixed_buffered_n(char* _First, char* const _Last, const double __d, in __d2fixed_buffered_n() argument
424 [[nodiscard]] to_chars_result __d2exp_buffered_n(char* _First, char* const _Last, const double __d, in __d2exp_buffered_n() argument

12