Searched defs:vec_any_nlt (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h5741 vec_any_nlt(__vector float __a, __vector float __b) { function
5749 vec_any_nlt(__vector double __a, __vector double __b) { function
H A Daltivec.h17266 static __inline__ int __ATTRS_o_ai vec_any_nlt(vector float __a, function
17276 static __inline__ int __ATTRS_o_ai vec_any_nlt(vector double __a, function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h6047 vec_any_nlt (vector float a1, vector float a2) function
8530 #define vec_any_nlt(a1, a2) __builtin_altivec_vcmpgtfp_p (__CR6_LT_REV, (a2), (a1)) macro

Completed in 402 milliseconds