| /freebsd-14.2/contrib/llvm-project/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 | 9031 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9050 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9068 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9086 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9105 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9123 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9142 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9160 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9178 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() 9197 (vector unsigned char)(__d, __d + 1, __d + 2, __d + 3, __d + 4, __d + 5, in vec_sld() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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 | 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 | divxc3.c | 21 xf_float __d) { in __divxc3() argument 23 xf_float __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3() 27 __d = crt_scalbnl(__d, -__ilogbw); in __divxc3() 29 xf_float __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 | divtc3.c | 20 COMPILER_RT_ABI Qcomplex __divtc3(fp_t __a, fp_t __b, fp_t __c, fp_t __d) { in __divtc3() argument 23 __compiler_rt_fmaxtf(crt_fabstf(__c), crt_fabstf(__d))); in __divtc3() 27 __d = __compiler_rt_scalbntf(__d, -__ilogbw); in __divtc3() 29 fp_t __denom = __c * __c + __d * __d; in __divtc3() 32 __compiler_rt_scalbntf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divtc3() 40 crt_isfinite(__d)) { in __divtc3() 43 COMPLEXTF_REAL(z) = CRT_INFINITY * (__a * __c + __b * __d); in __divtc3() 44 COMPLEXTF_IMAGINARY(z) = CRT_INFINITY * (__b * __c - __a * __d); in __divtc3() 48 __d = crt_copysigntf(crt_isinf(__d) ? (fp_t)1.0 : (fp_t)0.0, __d); in __divtc3() 49 COMPLEXTF_REAL(z) = 0.0 * (__a * __c + __b * __d); in __divtc3() [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 …]
|
| 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 | mulxc3.c | 21 xf_float __d) { in __mulxc3() argument 23 xf_float __bd = __b * __d; in __mulxc3() 24 xf_float __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 …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 50 __base::store(__d); 51 return __d; 54 __base::store(__d); 55 return __d; 75 __base::store(__d); 76 return __d; 80 return __d; 208 return __d; 212 return __d; 284 __o->store(__d); [all …]
|
| H A D | atomic_base.h | 48 std::__cxx_atomic_store(std::addressof(__a_), __d, __m); in _LIBCPP_CHECK_STORE_MEMORY_ORDER() 50 _LIBCPP_HIDE_FROM_ABI void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT 52 std::__cxx_atomic_store(std::addressof(__a_), __d, __m); in _LIBCPP_CHECK_STORE_MEMORY_ORDER() 65 return std::__cxx_atomic_exchange(std::addressof(__a_), __d, __m); 67 _LIBCPP_HIDE_FROM_ABI _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT { 68 return std::__cxx_atomic_exchange(std::addressof(__a_), __d, __m); 71 compare_exchange_weak(_Tp& __e, _Tp __d, memory_order __s, memory_order __f) volatile _NOEXCEPT in compare_exchange_weak() 93 compare_exchange_weak(_Tp& __e, _Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT { 101 compare_exchange_strong(_Tp& __e, _Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT { 132 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __atomic_base(_Tp __d) _NOEXCEPT : __a_(__d) {} in __atomic_base() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | shuffle.h | 100 difference_type __d = __last - __first; in random_shuffle() local 101 if (__d > 1) { in random_shuffle() 104 for (--__last, (void)--__d; __first < __last; ++__first, (void)--__d) { in random_shuffle() 105 difference_type __i = __uid(__g, _Pp(0, __d)); in random_shuffle() 123 difference_type __d = __last - __first; in random_shuffle() local 124 if (__d > 1) { in random_shuffle() 126 difference_type __i = __rand(__d); in random_shuffle() 143 difference_type __d = __last - __first; in __shuffle() local 144 if (__d > 1) { in __shuffle() 146 for (--__last, (void)--__d; __first < __last; ++__first, (void)--__d) { in __shuffle() [all …]
|
| H A D | stable_sort.h | 47 __destruct_n __d(0); in __insertion_sort_move() 51 __d.template __incr<value_type>(); in __insertion_sort_move() 57 __d.template __incr<value_type>(); in __insertion_sort_move() 63 __d.template __incr<value_type>(); in __insertion_sort_move() 81 __destruct_n __d(0); in __merge_move_construct() 98 __d.template __incr<value_type>(); in __merge_move_construct() 102 __d.template __incr<value_type>(); in __merge_move_construct() 160 __destruct_n __d(0); in __stable_sort_move() 164 __d.template __incr<value_type>(); in __stable_sort_move() 169 __d.template __incr<value_type>(); in __stable_sort_move() [all …]
|
| H A D | stable_partition.h | 58 __destruct_n __d(0); in __stable_partition_impl() 59 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d); in __stable_partition_impl() 64 __d.template __incr<value_type>(); in __stable_partition_impl() 73 __d.template __incr<value_type>(); in __stable_partition_impl() 178 __destruct_n __d(0); in __stable_partition_impl() 179 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d); in __stable_partition_impl() 184 __d.template __incr<value_type>(); in __stable_partition_impl() 193 __d.template __incr<value_type>(); in __stable_partition_impl()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__condition_variable/ |
| H A D | condition_variable.h | 73 wait_for(unique_lock<mutex>& __lk, const chrono::duration<_Rep, _Period>& __d); in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() 100 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; in __safe_nanosecond_cast() 118 if (__d.count() == 0) { in __safe_nanosecond_cast() 125 if (__d.count() > 0 && __d.count() > __result_max / __ratio::num) { in __safe_nanosecond_cast() 130 if (__d.count() < 0 && __d.count() < __result_min / __ratio::num) { in __safe_nanosecond_cast() 134 __ns_rep __result = __d.count() * __ratio::num / __ratio::den; in __safe_nanosecond_cast() 177 if (__d <= __d.zero()) in wait_for() 190 __ns_rep __d_ns_count = std::__safe_nanosecond_cast(__d).count(); in wait_for() 213 nanoseconds __d = __tp.time_since_epoch(); in __do_timed_wait() local 215 seconds __s = duration_cast<seconds>(__d); in __do_timed_wait() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | hh_mm_ss.h | 42 …_LIBCPP_HIDE_FROM_ABI static constexpr unsigned __width(uint64_t __n, uint64_t __d = 10, unsigned … 43 if (__n >= 2 && __d != 0 && __w < 19) 44 return 1 + __width(__n, __d % __n * 10, __w + 1); 55 _LIBCPP_HIDE_FROM_ABI constexpr explicit hh_mm_ss(_Duration __d) noexcept in hh_mm_ss() argument 56 : __is_neg_(__d < _Duration(0)), in hh_mm_ss() 57 __h_(chrono::duration_cast<chrono::hours>(chrono::abs(__d))), in hh_mm_ss() 58 __m_(chrono::duration_cast<chrono::minutes>(chrono::abs(__d) - hours())), in hh_mm_ss() 59 __s_(chrono::duration_cast<chrono::seconds>(chrono::abs(__d) - hours() - minutes())), in hh_mm_ss() 60 … __f_(chrono::duration_cast<precision>(chrono::abs(__d) - hours() - minutes() - seconds())) {} in hh_mm_ss()
|
| H A D | time_point.h | 49 …HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 explicit time_point(const duration& __d) : __d_(__d) {} in time_point() argument 62 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 time_point& operator+=(const duration& __d) { 63 __d_ += __d; 66 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 time_point& operator-=(const duration& __d) { 67 __d_ -= __d; 113 … _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR duration<_Rep, _Period> abs(duration<_Rep, _Period> __d) { 114 return __d >= __d.zero() ? +__d : -__d;
|
| H A D | duration.h | 130 if (__t > __d) 138 if (__t < __d) 145 _ToDuration __lower = chrono::floor<_ToDuration>(__d); 147 auto __lower_diff = __d - __lower; 148 auto __upper_diff = __upper - __d; 246 __rep_ += __d.count(); 250 __rep_ -= __d.count(); 420 return _Cd(_Cd(__d).count() * static_cast<_Cr>(__s)); 429 return __d * __s; 444 return _Cd(_Cd(__d).count() / static_cast<_Cr>(__s)); [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__random/ |
| H A D | mersenne_twister_engine.h | 37 _UIntType __d, 129 _UIntType __d, 319 _UIntType __d, 336 _UIntType __d, 353 _UIntType __d, 402 __d, 450 __d, 498 __d, 546 __d, 594 __d, [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | this_thread.h | 35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() argument 36 if (__d > chrono::duration<_Rep, _Period>::zero()) { in sleep_for() 42 if (__d < __max) { in sleep_for() 43 __ns = chrono::duration_cast<chrono::nanoseconds>(__d); in sleep_for() 44 if (__ns < __d) in sleep_for()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __split_buffer | 458 __d = (__d + 1) / 2; 460 __end_ += __d; 480 __d = (__d + 1) / 2; 482 __end_ += __d; 502 difference_type __d = __begin_ - __first_; 503 __d = (__d + 1) / 2; 505 __begin_ -= __d; 525 __d = (__d + 1) / 2; 527 __begin_ -= __d; 548 __d = (__d + 1) / 2; [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | iterator | 86 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, _Delim&& __d) 87 : __output_iter_(std::addressof(__os)), __delim_(std::move(__d)), __first_(true) {} 89 _LIBCPP_HIDE_FROM_ABI ostream_joiner(ostream_type& __os, const _Delim& __d) 90 : __output_iter_(std::addressof(__os)), __delim_(__d), __first_(true) {} 113 make_ostream_joiner(basic_ostream<_CharT, _Traits>& __os, _Delim&& __d) { 114 return ostream_joiner<__decay_t<_Delim>, _CharT, _Traits>(__os, std::forward<_Delim>(__d));
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | math.h | 53 __typeof(divisor) __d = (divisor); \ 54 unsigned long long __ret = (x) + (__d) / 2; \ 55 __ret /= __d; \
|