Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dfma.h26 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 Dremainder.h49 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 Dcomplex_cmath.h194 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 Dtime_zone.h104 to_sys(const local_time<_Duration> & __time,choose __z) to_sys() argument
H A Dyear_month_day.h78 const int __z = __d.count() + 719468; in __from_days() local
H A Dformatter.h223 __time_zone __z = __formatter::__convert_to_time_zone(__value); __format_chrono_using_chrono_specs() local
/llvm-project/libcxx/include/__algorithm/
H A Dsort.h51 __sort3(_ForwardIterator __x,_ForwardIterator __y,_ForwardIterator __z,_Compare __c) __sort3() argument
[all...]
/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h204 discard(unsigned long long __z) discard() argument
742 result_type __z = __x_[__i_] ^ (__rshift<__u>(__x_[__i_]) & __d); operator() local
[all...]
H A Ddiscard_block_engine.h88 _LIBCPP_HIDE_FROM_ABI void discard(unsigned long long __z) { in discard() argument
H A Dgamma_distribution.h120 const result_type __z = 64 * __w * __w * __w * __v * __v; in operator() local
H A Dindependent_bits_engine.h109 _LIBCPP_HIDE_FROM_ABI void discard(unsigned long long __z) { in discard() argument
H A Dsubtract_with_carry_engine.h102 discard(unsigned long long __z) discard() argument
/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() argument
173 _Float16 __z) { in fma() argument
H A Dtgmath.h52 #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 Dxmmintrin.h1975 _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