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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h105 #define vec_floor(X) __builtin_s390_vfi((X), 4, 7) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h105 #define vec_floor(X) __builtin_s390_vfi((X), 4, 7) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h84 #define vec_vrfim vec_floor
H A Dsmmintrin.h125 __r = vec_floor ((__v2df) __A);
221 __r = vec_floor ((__v4sf) __A);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h68 #define vec_vrfim vec_floor
143 #define vec_floor __builtin_vec_floor macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h597 /* vec_floor (vector floor)
600 static inline vec_float4 vec_floor(vec_float4 a) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h9209 /*-- vec_floor --------------------------------------------------------------*/
9213 vec_floor(__vector float __a) { function
9214 // On this platform, vec_floor never triggers the IEEE-inexact exception.
9220 vec_floor(__vector double __a) { function
9221 // On this platform, vec_floor never triggers the IEEE-inexact exception.
H A Daltivec.h3958 /* vec_floor */
3960 static __inline__ vector float __ATTRS_o_ai vec_floor(vector float __a) { function
3969 static __inline__ vector double __ATTRS_o_ai vec_floor(vector double __a) { function
3976 return vec_floor(__a);
3981 return vec_floor(__a);

Completed in 345 milliseconds