Searched defs:__z (Results 1 – 2 of 2) sorted by relevance
/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()
|