/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 194 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1))); in asinh() local 227 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); in acosh() local 257 std::complex<_Tp> __z = log((_Tp(1) + __x) / (_Tp(1) - __x)) / _Tp(2); in atanh() local 318 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real())); in asin() local 350 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); in acos() local 360 std::complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real())); in atan() local 368 std::complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real())); in sin() local 382 std::complex<_Tp> __z = tanh(complex<_Tp>(-__x.imag(), __x.real())); in tan() local
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | fma.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fma(float __x, float __y, float __z) _NOEXCEPT { in fma() 31 _LIBCPP_HIDE_FROM_ABI double fma(double __x, double __y, double __z) _NOEXCEPT { in fma() 35 inline _LIBCPP_HIDE_FROM_ABI long double fma(long double __x, long double __y, long double __z) _NO… in fma() 43 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type fma(_A1 __x, _A2 __y, _A3 __z)… in fma()
|
H A D | hypot.h | 59 _LIBCPP_HIDE_FROM_ABI _Real __hypot(_Real __x, _Real __y, _Real __z) { in __hypot() 83 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y, float __z) { return __math::__hypot(… in hypot() 85 inline _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y, double __z) { return __math::__hy… in hypot() 87 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y, long double __z) { in hypot() 95 _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type hypot(_A1 __x, _A2 __y, _A3 __z) _NOE… in hypot()
|
H A D | remainder.h | 49 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() 54 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() 58 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() 63 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo()
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | mersenne_twister_engine.h | 157 discard(unsigned long long __z) discard() argument 408 result_type __z = __x_[__i_] ^ (__rshift<__u>(__x_[__i_]) & __d); operator() local [all...] |
H A D | discard_block_engine.h | 88 _LIBCPP_HIDE_FROM_ABI void discard(unsigned long long __z) { in discard()
|
H A D | gamma_distribution.h | 145 const result_type __z = 64 * __w * __w * __w * __v * __v; operator() local
|
H A D | independent_bits_engine.h | 130 discard(unsigned long long __z) discard() argument
|
H A D | subtract_with_carry_engine.h | 125 discard(unsigned long long __z) discard() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | time_zone.h | 104 to_sys(const local_time<_Duration>& __time, choose __z) const { in to_sys()
|
H A D | year_month_day.h | 78 const int __z = __d.count() + 719468; in __from_days() local
|
H A D | formatter.h | 245 __time_zone __z = __formatter::__convert_to_time_zone(__value); in __format_chrono_using_chrono_specs() local
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | sort.h | 51 __sort3(_ForwardIterator __x, _ForwardIterator __y, _ForwardIterator __z, _Compare __c) { in __sort3()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 728 __tg_fma(float __x, float __y, float __z) in __tg_fma() 733 __tg_fma(double __x, double __y, double __z) in __tg_fma() 738 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma() 742 #define fma(__x, __y, __z) \ argument 1097 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo() 1102 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo() 1107 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo() 1111 #define remquo(__x, __y, __z) \ argument
|
H A D | __clang_hip_cmath.h | 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() 173 _Float16 __z) { in fma()
|
H A D | xmmintrin.h | 1975 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps() 2003 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
|