/external/libpng/powerpc/ |
D | filter_vsx_intrinsics.c | 549 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx() 550 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx() 551 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx() 570 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx() 571 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx() 572 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx() 591 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth4_vsx() 592 pb_vec = vec_abs(pb_vec); in png_read_filter_row_paeth4_vsx() 593 pc_vec = vec_abs(pc_vec); in png_read_filter_row_paeth4_vsx() 669 pa_vec = vec_abs(pa_vec); in png_read_filter_row_paeth3_vsx() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 63 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx() 79 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx() 110 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx() 117 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx() 124 qcoeff2 = vec_mulhi(vec_vaddshs(vec_abs(coeff2), round), quant); in vp9_quantize_fp_vsx() 193 int16x8_t abs_coeff0 = vec_abs(coeff0); in vp9_quantize_fp_32x32_vsx() 194 int16x8_t abs_coeff1 = vec_abs(coeff1); in vp9_quantize_fp_32x32_vsx() 223 vec_madds(vec_vaddshs(vec_abs(coeff1), round), quant, vec_zeros_s16); in vp9_quantize_fp_32x32_vsx() 244 abs_coeff0 = vec_abs(coeff0); in vp9_quantize_fp_32x32_vsx() 245 abs_coeff1 = vec_abs(coeff1); in vp9_quantize_fp_32x32_vsx() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 117 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx() 118 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx() 158 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx() 159 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx() 160 coeff2_abs = vec_abs(coeff2); in vpx_quantize_b_vsx() 226 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx() 227 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx() 268 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx() 269 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx() 270 coeff2_abs = vec_abs(coeff2); in vpx_quantize_b_32x32_vsx()
|
D | sad_vsx.c | 161 v_absh = vec_abs(v_subh); \ 162 v_absl = vec_abs(v_subl); \
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | tmmintrin.h | 39 return (__m128i) vec_abs ((__v8hi) __A); in _mm_abs_epi16() 46 return (__m128i) vec_abs ((__v4si) __A); in _mm_abs_epi32() 53 return (__m128i) vec_abs ((__v16qi) __A); in _mm_abs_epi8() 61 return (__m64) ((__v2du) vec_abs (__B))[0]; in _mm_abs_pi16() 69 return (__m64) ((__v2du) vec_abs (__B))[0]; in _mm_abs_pi32() 77 return (__m64) ((__v2du) vec_abs (__B))[0]; in _mm_abs_pi8()
|
D | xmmintrin.h | 546 a = (__vector unsigned int) vec_abs ((__v4sf)__A); in _mm_cmpord_ps() 547 b = (__vector unsigned int) vec_abs ((__v4sf)__B); in _mm_cmpord_ps() 561 a = (__vector unsigned int) vec_abs ((__v4sf)__A); in _mm_cmpunord_ps() 562 b = (__vector unsigned int) vec_abs ((__v4sf)__B); in _mm_cmpunord_ps() 762 a = (__vector unsigned int) vec_abs ((__v4sf)__A); in _mm_cmpord_ss() 763 b = (__vector unsigned int) vec_abs ((__v4sf)__B); in _mm_cmpord_ss() 782 a = (__vector unsigned int) vec_abs ((__v4sf)__A); in _mm_cmpunord_ss() 783 b = (__vector unsigned int) vec_abs ((__v4sf)__B); in _mm_cmpunord_ss()
|
D | emmintrin.h | 417 a = (__v2du)vec_abs ((__v2df)__A); in _mm_cmpord_pd() 418 b = (__v2du)vec_abs ((__v2df)__B); in _mm_cmpord_pd()
|
/external/fec/ |
D | peakval_av.c | 48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector2-constrained.c | 377 vf = vec_abs(vf); in test_float() 380 vd = vec_abs(vd); in test_float()
|
D | builtins-systemz-zvector-constrained.c | 203 vd = vec_abs(vd); in test_float()
|
D | builtins-systemz-zvector2.c | 680 vf = vec_abs(vf); in test_float() 683 vd = vec_abs(vd); in test_float()
|
D | builtins-systemz-zvector.c | 3291 vsc = vec_abs(vsc); in test_integer() 3293 vss = vec_abs(vss); in test_integer() 3295 vsi = vec_abs(vsi); in test_integer() 3297 vsl = vec_abs(vsl); in test_integer() 4439 vd = vec_abs(vd); in test_float()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 104 static Packet16uc p16uc_HALF64_0_16 = vec_sld((Packet16uc)p4i_ZERO, vec_splat((Packet16uc) vec_abs(… 110 static Packet16uc p16uc_HALF64_0_16 = vec_sld(vec_splat((Packet16uc) vec_abs(p4i_MINUS16), 0), (Pac… 530 template<> EIGEN_STRONG_INLINE Packet4f pabs(const Packet4f& a) { return vec_abs(a); } 531 template<> EIGEN_STRONG_INLINE Packet4i pabs(const Packet4i& a) { return vec_abs(a); } 957 template<> EIGEN_STRONG_INLINE Packet2d pabs(const Packet2d& a) { return vec_abs(a); }
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 71 res_vsll = vec_abs(vsll); in test1() 76 res_vd = vec_abs(vda); in test1()
|
D | builtins-ppc-vsx.c | 68 res_vf = vec_abs(vf); in test1()
|
D | builtins-systemz-zvector.c | 2130 vsc = vec_abs(vsc); in test_integer() 2131 vss = vec_abs(vss); in test_integer() 2132 vsi = vec_abs(vsi); in test_integer() 2133 vsl = vec_abs(vsl); in test_integer() 2890 vd = vec_abs(vd); in test_float()
|
D | builtins-ppc-altivec.c | 61 vsc = vec_abs(vsc); in test1() 67 vs = vec_abs(vs); in test1() 73 vi = vec_abs(vi); in test1() 79 vf = vec_abs(vf); in test1()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 71 res_vf = vec_abs(vf); in test1() 75 res_vd = vec_abs(vd); in test1()
|
D | builtins-ppc-p8vector.c | 71 res_vsll = vec_abs(vsll); in test1()
|
D | builtins-ppc-altivec.c | 70 vsc = vec_abs(vsc); in test1() 76 vs = vec_abs(vs); in test1() 82 vi = vec_abs(vi); in test1() 88 vf = vec_abs(vf); in test1()
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 706 template<> EIGEN_STRONG_INLINE Packet4i pabs<Packet4i>(const Packet4i& a) { return vec_abs(a); } 707 template<> EIGEN_STRONG_INLINE Packet2d pabs<Packet2d>(const Packet2d& a) { return vec_abs(a); }
|
/external/clang/lib/Headers/ |
D | altivec.h | 101 #define __builtin_altivec_abs_v16qi vec_abs 102 #define __builtin_altivec_abs_v8hi vec_abs 103 #define __builtin_altivec_abs_v4si vec_abs 106 vec_abs(vector signed char __a) { in vec_abs() function 111 vec_abs(vector signed short __a) { in vec_abs() function 116 vec_abs(vector signed int __a) { in vec_abs() function 122 vec_abs(vector signed long long __a) { in vec_abs() function 127 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function 138 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function
|
D | vecintrin.h | 6374 vec_abs(vector signed char __a) { in vec_abs() function 6379 vec_abs(vector signed short __a) { in vec_abs() function 6384 vec_abs(vector signed int __a) { in vec_abs() function 6389 vec_abs(vector signed long long __a) { in vec_abs() function 6394 vec_abs(vector double __a) { in vec_abs() function
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 110 #define __builtin_altivec_abs_v16qi vec_abs 111 #define __builtin_altivec_abs_v8hi vec_abs 112 #define __builtin_altivec_abs_v4si vec_abs 115 vec_abs(vector signed char __a) { in vec_abs() function 120 vec_abs(vector signed short __a) { in vec_abs() function 125 vec_abs(vector signed int __a) { in vec_abs() function 131 vec_abs(vector signed long long __a) { in vec_abs() function 136 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { in vec_abs() function 147 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) { in vec_abs() function 17357 return - vec_abs(__a); in vec_nabs() [all …]
|
D | vecintrin.h | 7878 vec_abs(__vector signed char __a) { in vec_abs() function 7883 vec_abs(__vector signed short __a) { in vec_abs() function 7888 vec_abs(__vector signed int __a) { in vec_abs() function 7893 vec_abs(__vector signed long long __a) { in vec_abs() function 7899 vec_abs(__vector float __a) { in vec_abs() function 7905 vec_abs(__vector double __a) { in vec_abs() function
|