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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 107 #define vec_trunc(X) __builtin_s390_vfi((X), 4, 5) macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 107 #define vec_trunc(X) __builtin_s390_vfi((X), 4, 5) macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 87 #define vec_vrfiz vec_trunc
smmintrin.h 133 __r = vec_trunc ((__v2df) __A);
229 __r = vec_trunc ((__v4sf) __A);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 87 #define vec_vrfiz vec_trunc
smmintrin.h 133 __r = vec_trunc ((__v2df) __A);
229 __r = vec_trunc ((__v4sf) __A);
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 2268 /* vec_trunc (vector truncate)
2271 static inline vec_float4 vec_trunc(vec_float4 a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 9239 /*-- vec_trunc --------------------------------------------------------------*/
9243 vec_trunc(__vector float __a) { function
9244 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
9250 vec_trunc(__vector double __a) { function
9251 // On this platform, vec_trunc never triggers the IEEE-inexact exception.
altivec.h 12485 /* vec_trunc */
12487 static __inline__ vector float __ATTRS_o_ai vec_trunc(vector float __a) { function
12496 static __inline__ vector double __ATTRS_o_ai vec_trunc(vector double __a) { function
12503 return vec_trunc(__a);
12508 return vec_trunc(__a);

Completed in 51 milliseconds