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

  /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.
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);
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);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 107 #define vec_trunc(X) __builtin_s390_vfi((X), 4, 5) macro
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
vecintrin.h 107 #define vec_trunc(X) __builtin_s390_vfi((X), 4, 5) macro
  /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
vmx2spu.h 2268 /* vec_trunc (vector truncate)
2271 static inline vec_float4 vec_trunc(vec_float4 a) function

Completed in 147 milliseconds