Searched defs:Fvec32s4_COMP (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dfvec.h77 #define Fvec32s4_COMP(op) friend F32vec4 cmp##op (const F32vec4 &a,const F32vec4 &b) { return _mm_cmp##op##_ps(a,b); } macro
78 Fvec32s4_COMP(eq)
79 Fvec32s4_COMP(lt)
80 Fvec32s4_COMP(le)
81 Fvec32s4_COMP(gt)
82 Fvec32s4_COMP(ge)
83 Fvec32s4_COMP(neq)
84 Fvec32s4_COMP(nlt)
85 Fvec32s4_COMP(nle)
86 Fvec32s4_COMP(ng
88 #undef Fvec32s4_COMP macro
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dfvec.h77 #define Fvec32s4_COMP(op) friend F32vec4 cmp##op (const F32vec4 &a,const F32vec4 &b) { return _mm_cmp##op##_ps(a,b); } macro
78 Fvec32s4_COMP(eq)
79 Fvec32s4_COMP(lt)
80 Fvec32s4_COMP(le)
81 Fvec32s4_COMP(gt)
82 Fvec32s4_COMP(ge)
83 Fvec32s4_COMP(neq)
84 Fvec32s4_COMP(nlt)
85 Fvec32s4_COMP(nle)
86 Fvec32s4_COMP(ng
88 #undef Fvec32s4_COMP macro
[all...]

Completed in 75 milliseconds