/llvm-project/clang/lib/Headers/ |
H A D | sgxintrin.h | 24 _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.h | 90 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 D | pconfigintrin.h | 26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()
|
/llvm-project/libcxx/include/__condition_variable/ |
H A D | condition_variable.h | 97 inline _LIBCPP_HIDE_FROM_ABI chrono::nanoseconds __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast() argument 117 inline _LIBCPP_HIDE_FROM_ABI chrono::nanoseconds __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) { in __safe_nanosecond_cast() argument 176 wait_for(unique_lock<mutex> & __lk,const chrono::duration<_Rep,_Period> & __d) wait_for() argument 204 wait_for(unique_lock<mutex> & __lk,const chrono::duration<_Rep,_Period> & __d,_Predicate __pred) wait_for() argument 214 nanoseconds __d = __tp.time_since_epoch(); __do_timed_wait() local [all...] |
/llvm-project/libcxx/include/__algorithm/ |
H A D | shuffle.h | 100 difference_type __d = __last - __first; in random_shuffle() local 123 difference_type __d = __last - __first; in random_shuffle() local 143 difference_type __d in __shuffle() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | divxc3.c | 21 xf_float __d) { in __divxc3()
|
H A D | divsc3.c | 20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3() argument [all...] |
H A D | divtc3.c | 20 COMPILER_RT_ABI Qcomplex __divtc3(fp_t __a, fp_t __b, fp_t __c, fp_t __d) { in __divtc3() argument [all...] |
H A D | divdc3.c | 21 double __d) { in __divdc3()
|
H A D | mulsc3.c | 18 COMPILER_RT_ABI Fcomplex __mulsc3(float __a, float __b, float __c, float __d) { in __mulsc3()
|
H A D | mulxc3.c | 21 xf_float __d) { in __mulxc3()
|
H A D | muldc3.c | 19 double __d) { in __muldc3()
|
/llvm-project/libcxx/include/__mutex/ |
H A D | unique_lock.h | 60 unique_lock(mutex_type & __m,const chrono::duration<_Rep,_Period> & __d) unique_lock() argument 140 try_lock_for(const chrono::duration<_Rep,_Period> & __d) try_lock_for() argument
|
/llvm-project/libcxx/include/__chrono/ |
H A D | time_point.h | 49 time_point(const duration & __d) time_point() argument [all...] |
H A D | year_month_day.h | 75 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day year_month_day::__from_days(days __d) noexcept { in __from_days() argument 219 constexpr chrono::day __d[] = { in day() local
|
H A D | hh_mm_ss.h | 55 _LIBCPP_HIDE_FROM_ABI constexpr explicit hh_mm_ss(_Duration __d) noexcept in hh_mm_ss() argument
|
H A D | year_month_weekday.h | 79 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_weekday year_month_weekday::__from_days(days __d)… in __from_days()
|
/llvm-project/libcxx/src/include/ryu/ |
H A D | common.h | 99 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __double_to_bits(const double __d) { in __double_to_bits()
|
/llvm-project/libcxx/include/__thread/ |
H A D | this_thread.h | 35 sleep_for(const chrono::duration<_Rep,_Period> & __d) sleep_for() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-template-partial-specialization.cpp | 29 unique_ptr(pointer __p, _Dp __d) {} in unique_ptr()
|
H A D | union-tbaa2.cpp | 11 _mm256_setr_pd(double __a, double __b, double __c, double __d) { in _mm256_setr_pd()
|
/llvm-project/libcxx/include/__ranges/ |
H A D | subrange.h | 189 auto __d = __n - ranges::advance(__begin_, __n, __end_); advance() local
|
/llvm-project/libcxx/include/__random/ |
H A D | binomial_distribution.h | 104 __libcpp_lgamma(double __d) __libcpp_lgamma() argument
|
H A D | discrete_distribution.h | 132 double __d = (__xmax - __xmin) / __nw; in param_type() local
|
/llvm-project/libcxx/src/ryu/ |
H A D | d2s.cpp | 524 const uint32_t __d = __output2 % 10000; in __to_chars() local 600 const uint32_t __d = __output2 % 10000; in __to_chars() local
|