Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h194 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
/external/llvm-project/clang/lib/Headers/
D__clang_hip_cmath.h34 __DEVICE__ float fma(float __x, float __y, float __z) { in fma()
113 __DEVICE__ _Float16 fma(_Float16 __x, _Float16 __y, _Float16 __z) { in fma()
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
Dxmmintrin.h1860 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1888 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/external/clang/lib/Headers/
Dtgmath.h59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
735 __tg_fma(float __x, float __y, float __z) in __tg_fma()
740 __tg_fma(double __x, double __y, double __z) in __tg_fma()
745 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma()
749 #define fma(__x, __y, __z) \ argument
1104 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1109 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo()
1114 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo()
1118 #define remquo(__x, __y, __z) \ argument
Dxmmintrin.h1814 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
1842 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()