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

/external/clang/lib/Headers/
H A Dvecintrin.h7382 /*-- vec_trunc --------------------------------------------------------------*/
7385 vec_trunc(vector double __a) { function
7386 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
H A Daltivec.h9965 /* vec_trunc */
9967 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { function
9976 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { function

Completed in 164 milliseconds