/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
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
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_hip_cmath.h | 34 __DEVICE__ float fma(float __x, float __y, float __z) { in fma() 113 __DEVICE__ _Float16 fma(_Float16 __x, _Float16 __y, _Float16 __z) { in fma()
|
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
|
D | xmmintrin.h | 1860 _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/ |
D | tgmath.h | 59 #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
|
D | xmmintrin.h | 1814 _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()
|