Searched refs:vec_ceil (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h103 #define vec_ceil(X) __builtin_s390_vfi((X), 4, 6) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h103 #define vec_ceil(X) __builtin_s390_vfi((X), 4, 6) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h86 #define vec_vrfip vec_ceil
H A Dsmmintrin.h129 __r = vec_ceil ((__v2df) __A);
225 __r = vec_ceil ((__v4sf) __A);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h62 #define vec_vrfip vec_ceil
117 #define vec_ceil __builtin_vec_ceil macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h459 /* vec_ceil (vector ceiling)
462 static inline vec_float4 vec_ceil(vec_float4 a) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9179 /*-- vec_ceil ---------------------------------------------------------------*/
9183 vec_ceil(__vector float __a) { function
9184 // On this platform, vec_ceil never triggers the IEEE-inexact exception.
9190 vec_ceil(__vector double __a) { function
9191 // On this platform, vec_ceil never triggers the IEEE-inexact exception.
H A Daltivec.h1634 /* vec_ceil */
1636 static __inline__ vector float __ATTRS_o_ai vec_ceil(vector float __a) { function
1645 static __inline__ vector double __ATTRS_o_ai vec_ceil(vector double __a) { function
1652 return vec_ceil(__a);
1657 return vec_ceil(__a);

Completed in 406 milliseconds