Searched refs:vec_trunc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h99 #define vec_vrfiz vec_trunc
181 #define vec_trunc __builtin_vec_trunc macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h9067 /*-- vec_trunc --------------------------------------------------------------*/
9071 vec_trunc(vector float __a) { function
9072 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
9078 vec_trunc(vector double __a) { function
9079 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
H A Daltivec.h11583 /* vec_trunc */
11585 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { function
11594 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { function

Completed in 351 milliseconds