| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | sgxintrin.h | 24 _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()
|
| H A D | __clang_cuda_complex_builtins.h | 106 __d = _COPYSIGNd(0, __d); in __muldc3() 111 __d = _COPYSIGNd(_ISINFd(__d) ? 1 : 0, __d); in __muldc3() 127 __d = _COPYSIGNd(0, __d); in __muldc3() 156 __d = _COPYSIGNf(0, __d); in __mulsc3() 161 __d = _COPYSIGNf(_ISINFf(__d) ? 1 : 0, __d); in __mulsc3() 177 __d = _COPYSIGNf(0, __d); in __mulsc3() 198 __d = _SCALBNd(__d, -__ilogbw); in __divdc3() 217 __d = _COPYSIGNd(_ISINFd(__d) ? 1.0 : 0.0, __d); in __divdc3() 231 __d = _SCALBNf(__d, -__ilogbw); in __divsc3() 233 float __denom = __c * __c + __d * __d; in __divsc3() [all …]
|
| H A D | pconfigintrin.h | 26 _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()
|
| H A D | altivec.h | 9019 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9038 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9056 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9074 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9093 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9111 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9130 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9148 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9166 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9185 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | divdc3.c | 21 double __d) { in __divdc3() argument 24 crt_fabs(__d))); in __divdc3() 28 __d = __compiler_rt_scalbn(__d, -__ilogbw); in __divdc3() 30 double __denom = __c * __c + __d * __d; in __divdc3() 33 __compiler_rt_scalbn((__a * __c + __b * __d) / __denom, -__ilogbw); in __divdc3() 41 crt_isfinite(__d)) { in __divdc3() 44 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divdc3() 45 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divdc3() 49 __d = crt_copysign(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divdc3() 50 COMPLEX_REAL(z) = 0.0 * (__a * __c + __b * __d); in __divdc3() [all …]
|
| H A D | divxc3.c | 21 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() 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() 48 COMPLEX_REAL(z) = 0 * (__a * __c + __b * __d); in __divxc3() [all …]
|
| H A D | divsc3.c | 20 COMPILER_RT_ABI Fcomplex __divsc3(float __a, float __b, float __c, float __d) { in __divsc3() argument 27 __d = __compiler_rt_scalbnf(__d, -__ilogbw); in __divsc3() 29 float __denom = __c * __c + __d * __d; in __divsc3() 32 __compiler_rt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3() 34 __compiler_rt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3() 40 crt_isfinite(__d)) { in __divsc3() 43 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divsc3() 44 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divsc3() 48 __d = crt_copysignf(crt_isinf(__d) ? 1 : 0, __d); in __divsc3() 49 COMPLEX_REAL(z) = 0 * (__a * __c + __b * __d); in __divsc3() [all …]
|
| H A D | divtc3.c | 21 long double __c, long double __d) { in __divtc3() argument 28 __d = __compiler_rt_scalbnl(__d, -__ilogbw); in __divtc3() 30 long double __denom = __c * __c + __d * __d; in __divtc3() 33 __compiler_rt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3() 35 __compiler_rt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw); in __divtc3() 41 crt_isfinite(__d)) { in __divtc3() 44 COMPLEX_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3() 45 COMPLEX_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3() 49 __d = crt_copysignl(crt_isinf(__d) ? 1.0 : 0.0, __d); in __divtc3() 50 COMPLEX_REAL(z) = 0.0 * (__a * __c + __b * __d); in __divtc3() [all …]
|
| H A D | mulxc3.c | 21 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 …]
|
| H A D | mulsc3.c | 18 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 …]
|
| H A D | muldc3.c | 19 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 …]
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | shuffle.h | 102 difference_type __d = __last - __first; in random_shuffle() local 103 if (__d > 1) in random_shuffle() 107 for (--__last, (void) --__d; __first < __last; ++__first, (void) --__d) in random_shuffle() 109 difference_type __i = __uid(__g, _Pp(0, __d)); in random_shuffle() 126 difference_type __d = __last - __first; in random_shuffle() local 127 if (__d > 1) in random_shuffle() 131 difference_type __i = __rand(__d); in random_shuffle() 148 difference_type __d = __last - __first; in __shuffle() local 149 if (__d > 1) in __shuffle() 152 for (--__last, (void) --__d; __first < __last; ++__first, (void) --__d) in __shuffle() [all …]
|
| H A D | stable_sort.h | 38 __destruct_n __d(0); in __merge_move_construct() 39 unique_ptr<value_type, __destruct_n&> __h(__result, __d); in __merge_move_construct() 59 __d.template __incr<value_type>(); in __merge_move_construct() 65 __d.template __incr<value_type>(); in __merge_move_construct() 125 __destruct_n __d(0); in __stable_sort_move() 130 __d.template __incr<value_type>(); in __stable_sort_move() 137 __d.template __incr<value_type>(); in __stable_sort_move() 189 __destruct_n __d(0); in __stable_sort() 190 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d); in __stable_sort() 192 __d.__set(__l2, (value_type*)nullptr); in __stable_sort() [all …]
|
| H A D | stable_partition.h | 51 __destruct_n __d(0); in __stable_partition_impl() 52 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d); in __stable_partition_impl() 57 __d.template __incr<value_type>(); in __stable_partition_impl() 70 __d.template __incr<value_type>(); in __stable_partition_impl() 181 __destruct_n __d(0); in __stable_partition_impl() 182 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d); in __stable_partition_impl() 187 __d.template __incr<value_type>(); in __stable_partition_impl() 200 __d.template __incr<value_type>(); in __stable_partition_impl()
|
| /llvm-project-15.0.7/clang/test/Headers/Inputs/include/ |
| H A D | complex | 141 _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); 161 __d = copysign(std::isinf(__d) ? _Tp(1) : _Tp(0), __d); 177 __d = copysign(_Tp(0), __d); 211 _Tp __d = __w.imag(); 216 __d = scalbn(__d, -__ilogbw); 218 _Tp __denom = __c * __c + __d * __d; [all …]
|
| /llvm-project-15.0.7/libcxx/include/__chrono/ |
| H A D | hh_mm_ss.h | 45 …_LIBCPP_HIDE_FROM_ABI static constexpr unsigned __width(uint64_t __n, uint64_t __d = 10, unsigned … 47 if (__n >= 2 && __d != 0 && __w < 19) 48 return 1 + __width(__n, __d % __n * 10, __w+1); 59 _LIBCPP_HIDE_FROM_ABI constexpr explicit hh_mm_ss(_Duration __d) noexcept : in hh_mm_ss() argument 60 __is_neg(__d < _Duration(0)), in hh_mm_ss() 61 __h(duration_cast<chrono::hours> (abs(__d))), in hh_mm_ss() 62 __m(duration_cast<chrono::minutes>(abs(__d) - hours())), in hh_mm_ss() 63 __s(duration_cast<chrono::seconds>(abs(__d) - hours() - minutes())), in hh_mm_ss() 64 __f(duration_cast<precision> (abs(__d) - hours() - minutes() - seconds())) in hh_mm_ss()
|
| H A D | day.h | 30 unsigned char __d; 33 …_LIBCPP_HIDE_FROM_ABI explicit inline constexpr day(unsigned __val) noexcept : __d(static_cast<uns… in day() 34 _LIBCPP_HIDE_FROM_ABI inline constexpr day& operator++() noexcept { ++__d; return *this; } 36 _LIBCPP_HIDE_FROM_ABI inline constexpr day& operator--() noexcept { --__d; return *this; } 40 … _LIBCPP_HIDE_FROM_ABI explicit inline constexpr operator unsigned() const noexcept { return __d; } 41 … _LIBCPP_HIDE_FROM_ABI inline constexpr bool ok() const noexcept { return __d >= 1 && __d <= 31; } in ok()
|
| H A D | time_point.h | 45 …NE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 explicit time_point(const duration& __d) : __d_(__d) {} in time_point() argument 63 …LIBCPP_CONSTEXPR_AFTER_CXX14 time_point& operator+=(const duration& __d) {__d_ += __d; return *thi… 64 …LIBCPP_CONSTEXPR_AFTER_CXX14 time_point& operator-=(const duration& __d) {__d_ -= __d; return *thi… 135 abs(duration<_Rep, _Period> __d) 137 return __d >= __d.zero() ? +__d : -__d;
|
| H A D | duration.h | 152 floor(const duration<_Rep, _Period>& __d) 154 _ToDuration __t = duration_cast<_ToDuration>(__d); 155 if (__t > __d) 167 ceil(const duration<_Rep, _Period>& __d) 169 _ToDuration __t = duration_cast<_ToDuration>(__d); 170 if (__t < __d) 182 round(const duration<_Rep, _Period>& __d) 184 _ToDuration __lower = floor<_ToDuration>(__d); 186 auto __lowerDiff = __d - __lower; 187 auto __upperDiff = __upper - __d; [all …]
|
| H A D | year_month_day.h | 42 chrono::day __d; variable 47 : __y{__yval}, __m{__mval}, __d{__dval} {} in year_month_day() 61 _LIBCPP_HIDE_FROM_ABI inline constexpr chrono::day day() const noexcept { return __d; } in day() 67 _LIBCPP_HIDE_FROM_ABI static constexpr year_month_day __from_days(days __d) noexcept; 74 year_month_day year_month_day::__from_days(days __d) noexcept in __from_days() argument 78 const int __z = __d.count() + 719468; in __from_days() 99 const unsigned __dy = static_cast<unsigned>(__d); in __to_days() 217 constexpr chrono::day __d[] = in day() local 225 __d[static_cast<unsigned>(month()) - 1] : chrono::day{29}; in day() 308 : __y{__ymdl.year()}, __m{__ymdl.month()}, __d{__ymdl.day()} {} in year_month_day() [all …]
|
| /llvm-project-15.0.7/libcxx/include/__random/ |
| H A D | mersenne_twister_engine.h | 32 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 74 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 248 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 254 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 260 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 266 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 272 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 278 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 284 _UIntType __a, size_t __u, _UIntType __d, size_t __s, 290 _UIntType __a, size_t __u, _UIntType __d, size_t __s, [all …]
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __mutex_base | 232 __owns_ = __m_->try_lock_for(__d); 320 const chrono::duration<_Rep, _Period>& __d, 342 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) 365 __safe_nanosecond_cast(chrono::duration<_Rep, _Period> __d) 368 if (__d.count() == 0) { 375 if (__d.count() > 0 && __d.count() > __result_max / __ratio::num) { 380 if (__d.count() < 0 && __d.count() < __result_min / __ratio::num) { 439 if (__d <= __d.zero()) 485 nanoseconds __d = __tp.time_since_epoch(); 487 seconds __s = duration_cast<seconds>(__d); [all …]
|
| H A D | __split_buffer | 490 __d = (__d + 1) / 2; 492 __end_ += __d; 520 __d = (__d + 1) / 2; 522 __end_ += __d; 551 difference_type __d = __begin_ - __first_; 552 __d = (__d + 1) / 2; 554 __begin_ -= __d; 582 __d = (__d + 1) / 2; 584 __begin_ -= __d; 614 __d = (__d + 1) / 2; [all …]
|
| H A D | atomic | 1630 __atomic_base(_Tp __d) _NOEXCEPT : __a_(__d) {} 1652 _LIBCPP_CONSTEXPR __atomic_base(_Tp __d) _NOEXCEPT : __base(__d) {} 1742 _LIBCPP_CONSTEXPR atomic(_Tp __d) _NOEXCEPT : __base(__d) {} 1746 {__base::store(__d); return __d;} 1749 {__base::store(__d); return __d;} 1769 _LIBCPP_CONSTEXPR atomic(_Tp* __d) _NOEXCEPT : __base(__d) {} 1773 {__base::store(__d); return __d;} 1776 {__base::store(__d); return __d;} 1878 __o->store(__d); 1886 __o->store(__d); [all …]
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | iterator | 84 ostream_joiner(ostream_type& __os, _Delim&& __d) 85 : __output_iter(_VSTD::addressof(__os)), __delim(_VSTD::move(__d)), __first(true) {} 87 ostream_joiner(ostream_type& __os, const _Delim& __d) 88 : __output_iter(_VSTD::addressof(__os)), __delim(__d), __first(true) {} 114 make_ostream_joiner(basic_ostream<_CharT, _Traits>& __os, _Delim && __d) 115 …ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>(__os, _VSTD::forward<_Delim>(__d)); }
|