Searched refs:__z (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h159 inline float fmaf(float __x, float __y, float __z) { argument
160 return __ocml_fma_f32(__x, __y, __z);
271 inline float norm3df(float __x, float __y, float __z) { argument
272 return __ocml_len3_f32(__x, __y, __z);
275 inline float norm4df(float __x, float __y, float __z, float __w) { argument
276 return __ocml_len4_f32(__x, __y, __z, __w);
318 inline float rnorm3df(float __x, float __y, float __z) { argument
319 return __ocml_rlen3_f32(__x, __y, __z);
323 inline float rnorm4df(float __x, float __y, float __z, float __w) { argument
324 return __ocml_rlen4_f32(__x, __y, __z, __
455 __fmaf_rd(float __x, float __y, float __z) argument
460 __fmaf_rn(float __x, float __y, float __z) argument
465 __fmaf_ru(float __x, float __y, float __z) argument
469 __fmaf_rz(float __x, float __y, float __z) argument
615 fma(double __x, double __y, double __z) argument
748 norm3d(double __x, double __y, double __z) argument
752 norm4d(double __x, double __y, double __z, double __w) argument
795 rnorm3d(double __x, double __y, double __z) argument
799 rnorm4d(double __x, double __y, double __z, double __w) argument
961 __fma_rd(double __x, double __y, double __z) argument
966 __fma_rn(double __x, double __y, double __z) argument
971 __fma_ru(double __x, double __y, double __z) argument
975 __fma_rz(double __x, double __y, double __z) argument
1008 fma(_Float16 __x, _Float16 __y, _Float16 __z) argument
1013 fma(float __x, float __y, float __z) argument
[all...]
H A Dtgmath.h52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
54 __tg_promote(__z)))
728 __tg_fma(float __x, float __y, float __z) argument
729 {return fmaf(__x, __y, __z);}
733 __tg_fma(double __x, double __y, double __z) argument
734 {return fma(__x, __y, __z);}
738 __tg_fma(long double __x,long double __y, long double __z) argument
739 {return fmal(__x, __y, __z);}
742 #define fma(__x, __y, __z) \
743 __tg_fma(__tg_promote3((__x), (__y), (__z))(__
1097 __tg_remquo(float __x, float __y, int* __z) argument
1102 __tg_remquo(double __x, double __y, int* __z) argument
1107 __tg_remquo(long double __x,long double __y, int* __z) argument
[all...]
H A D__clang_cuda_cmath.h271 fma(__T1 __x, __T2 __y, __T3 __z) { argument
272 return std::fma((double)__x, (double)__y, (double)__z);
H A Dxmmintrin.h1846 /// \param __z
1860 _mm_set_ps(float __z, float __y, float __x, float __w) argument
1862 return __extension__ (__m128){ __w, __x, __y, __z };
1874 /// \param __z
1888 _mm_setr_ps(float __z, float __y, float __x, float __w) argument
1890 return __extension__ (__m128){ __z, __y, __x, __w };
H A Dvecintrin.h9221 int *__z = (Z); \
9224 __builtin_s390_vftcisb((__vector float)__x, (Y), __z); \
9227 __builtin_s390_vftcidb((__vector double)__x, (Y), __z); \

Completed in 195 milliseconds