HomeSort by relevance Sort by last modified time
    Searched refs:vec_abs (Results 1 - 12 of 12) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 189 a1 = vec_abs(a);
190 b1 = vec_abs(b);
350 template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return vec_abs(a); }
351 template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return vec_abs(a); }
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 3 Function vec_abs [type char] ===> OK
4 Function vec_abs [type short] ===> OK
5 Function vec_abs [type integer] ===> OK
testVMX.c 483 /* Function vec_abs */
486 Caux1.v = vec_abs( Ccons1 );
492 printf("Function vec_abs [type char] ===> Error\n");
494 printf("Function vec_abs [type char] ===> OK\n");
497 Saux1.v = vec_abs( Scons1 );
503 printf("Function vec_abs [type short] ===> Error\n");
505 printf("Function vec_abs [type short] ===> OK\n");
508 Iaux1.v = vec_abs( Icons1 );
514 printf("Function vec_abs [type integer] ===> Error\n");
516 printf("Function vec_abs [type integer] ===> OK\n")
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 49 /* vec_abs */
50 vsc = vec_abs(vsc);
56 vs = vec_abs(vs);
62 vi = vec_abs(vi);
68 vf = vec_abs(vf);
72 /* vec_abs */
    [all...]
  /external/clang/lib/Headers/
altivec.h 79 /* vec_abs */
81 #define __builtin_altivec_abs_v16qi vec_abs
82 #define __builtin_altivec_abs_v8hi vec_abs
83 #define __builtin_altivec_abs_v4si vec_abs
86 vec_abs(vector signed char __a) function
92 vec_abs(vector signed short __a) function
98 vec_abs(vector signed int __a) function
104 vec_abs(vector float __a) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char __a) function
89 vec_abs(vector signed short __a) function
95 vec_abs(vector signed int __a) function
101 vec_abs(vector float __a) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 79 /* vec_abs */
81 #define __builtin_altivec_abs_v16qi vec_abs
82 #define __builtin_altivec_abs_v8hi vec_abs
83 #define __builtin_altivec_abs_v4si vec_abs
86 vec_abs(vector signed char __a) function
92 vec_abs(vector signed short __a) function
98 vec_abs(vector signed int __a) function
104 vec_abs(vector float __a) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char __a) function
89 vec_abs(vector signed short __a) function
95 vec_abs(vector signed int __a) function
101 vec_abs(vector float __a) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 79 /* vec_abs */
81 #define __builtin_altivec_abs_v16qi vec_abs
82 #define __builtin_altivec_abs_v8hi vec_abs
83 #define __builtin_altivec_abs_v4si vec_abs
86 vec_abs(vector signed char __a) function
92 vec_abs(vector signed short __a) function
98 vec_abs(vector signed int __a) function
104 vec_abs(vector float __a) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char __a) function
89 vec_abs(vector signed short __a) function
95 vec_abs(vector signed int __a) function
101 vec_abs(vector float __a) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char __a) function
89 vec_abs(vector signed short __a) function
95 vec_abs(vector signed int __a) function
101 vec_abs(vector float __a) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 79 /* vec_abs */
81 #define __builtin_altivec_abs_v16qi vec_abs
82 #define __builtin_altivec_abs_v8hi vec_abs
83 #define __builtin_altivec_abs_v4si vec_abs
86 vec_abs(vector signed char __a) function
92 vec_abs(vector signed short __a) function
98 vec_abs(vector signed int __a) function
104 vec_abs(vector float __a) function
    [all...]

Completed in 108 milliseconds