/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 | remainder.h | 49 return __builtin_remquof(__x, __y, __z); in remquo() argument 54 return __builtin_remquo(__x, __y, __z); in remquo() argument 58 return __builtin_remquol(__x, __y, __z); in remquo() argument 63 remquo(_A1 __x,_A2 __y,int * __z) remquo() argument
|
/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))); asinh() local 227 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); acosh() local 257 std::complex<_Tp> __z = log((_Tp(1) + __x) / (_Tp(1) - __x)) / _Tp(2); atanh() local 318 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real())); asin() local 350 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); acos() local 360 std::complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real())); atan() local 368 std::complex<_Tp> __z = sinh(complex<_Tp>(-__x.imag(), __x.real())); sin() local 382 std::complex<_Tp> __z = tanh(complex<_Tp>(-__x.imag(), __x.real())); tan() local [all...] |
/llvm-project/libcxx/include/__chrono/ |
H A D | time_zone.h | 104 to_sys(const local_time<_Duration> & __time,choose __z) to_sys() argument
|
H A D | year_month_day.h | 78 const int __z = __d.count() + 719468; in __from_days() local
|
H A D | formatter.h | 223 __time_zone __z = __formatter::__convert_to_time_zone(__value); __format_chrono_using_chrono_specs() local
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | sort.h | 51 __sort3(_ForwardIterator __x,_ForwardIterator __y,_ForwardIterator __z,_Compare __c) __sort3() argument [all...] |
/llvm-project/libcxx/include/__random/ |
H A D | mersenne_twister_engine.h | 204 discard(unsigned long long __z) discard() argument 742 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() argument
|
H A D | gamma_distribution.h | 120 const result_type __z = 64 * __w * __w * __w * __v * __v; in operator() local
|
H A D | independent_bits_engine.h | 109 _LIBCPP_HIDE_FROM_ABI void discard(unsigned long long __z) { in discard() argument
|
H A D | subtract_with_carry_engine.h | 102 discard(unsigned long long __z) discard() argument
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() argument 173 _Float16 __z) { in fma() argument
|
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 | xmmintrin.h | 1975 _mm_set_ps(float __z,float __y,float __x,float __w) _mm_set_ps() argument 2003 _mm_setr_ps(float __z,float __y,float __x,float __w) _mm_setr_ps() argument
|