HomeSort by: relevance | last modified time | path
    Searched refs:vec_floor (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 105 #define vec_floor(X) __builtin_s390_vfi((X), 4, 7) macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 105 #define vec_floor(X) __builtin_s390_vfi((X), 4, 7) macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 84 #define vec_vrfim vec_floor
smmintrin.h 125 __r = vec_floor ((__v2df) __A);
221 __r = vec_floor ((__v4sf) __A);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 84 #define vec_vrfim vec_floor
smmintrin.h 125 __r = vec_floor ((__v2df) __A);
221 __r = vec_floor ((__v4sf) __A);
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 597 /* vec_floor (vector floor)
600 static inline vec_float4 vec_floor(vec_float4 a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 9209 /*-- 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.
altivec.h 3958 /* 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 52 milliseconds