/external/fec/ |
D | peakval_av.c | 27 largest = vec_max(largest,x); in peakval_av() 35 largest = vec_max(largest,x); in peakval_av() 45 largest = vec_max(largest,x); in peakval_av() 48 largest = vec_max(largest,vec_abs(smallest)); in peakval_av() 51 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av() 54 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av() 57 largest = vec_max(largest,vec_sro(largest,s.cv)); in peakval_av()
|
D | viterbi39_av.c | 191 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi39_blk_av() 194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi39_blk_av() 196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi39_blk_av() 198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 196 max_metric = vec_max(max_metric,vp->new_metrics->v[i]); in update_viterbi615_blk_av() 199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi615_blk_av() 201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi615_blk_av() 203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi615_blk_av()
|
/external/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 91 a = vec_max(a, vec_perm(a, a, vec_perm64)); in vec_max_across() 92 a = vec_max(a, vec_perm(a, a, vec_perm32)); in vec_max_across() 93 return vec_max(a, vec_perm(a, a, vec_perm16)); in vec_max_across() 141 eob = vec_max(nonzero_scanindex(qcoeff0, iscan_ptr, 0), in vpx_quantize_b_vsx() 179 eob = vec_max(eob, nonzero_scanindex(qcoeff0, iscan_ptr, off0)); in vpx_quantize_b_vsx() 180 eob2 = vec_max(nonzero_scanindex(qcoeff1, iscan_ptr, off1), in vpx_quantize_b_vsx() 182 eob = vec_max(eob, eob2); in vpx_quantize_b_vsx() 253 eob = vec_max(nonzero_scanindex(qcoeff0, iscan_ptr, 0), in vpx_quantize_b_32x32_vsx() 287 eob = vec_max(eob, nonzero_scanindex(qcoeff0, iscan_ptr, off0)); in vpx_quantize_b_32x32_vsx() 288 eob2 = vec_max(nonzero_scanindex(qcoeff1, iscan_ptr, off1), in vpx_quantize_b_32x32_vsx() [all …]
|
D | deblock_vsx.c | 31 const uint8x16_t f_a = vec_max(vec_absd(v, ctx[0]), vec_absd(v, ctx[1])); in apply_filter() 32 const uint8x16_t f_b = vec_max(vec_absd(v, ctx[2]), vec_absd(v, ctx[3])); in apply_filter() 33 const bool8x16_t mask = vec_cmplt(vec_max(f_a, f_b), filter); in apply_filter()
|
D | types_vsx.h | 79 #define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b))
|
/external/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 36 a = vec_max(a, vec_perm(a, a, vec_perm64)); in vec_max_across() 37 a = vec_max(a, vec_perm(a, a, vec_perm32)); in vec_max_across() 38 return vec_max(a, vec_perm(a, a, vec_perm16)); in vec_max_across() 84 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_vsx() 128 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_vsx() 129 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_vsx() 130 eob = vec_max(eob, eob2); in vp9_quantize_fp_vsx() 227 eob = vec_max(vec_or(scan0, zero_coeff0), vec_or(scan1, zero_coeff1)); in vp9_quantize_fp_32x32_vsx() 275 eob = vec_max(eob, vec_or(scan0, zero_coeff0)); in vp9_quantize_fp_32x32_vsx() 276 eob2 = vec_max(vec_or(scan1, zero_coeff1), vec_or(scan2, zero_coeff2)); in vp9_quantize_fp_32x32_vsx() [all …]
|
/external/ComputeLibrary/src/cpu/kernels/softmax/generic/sve/ |
D | impl.cpp | 51 auto vec_max = wrapper::svdup_n(support::cpp11::lowest<ScalarType>()); in sve_logits_1d_max() local 58 vec_max = svmax_m(pg, vec_max, current_value); in sve_logits_1d_max() 65 auto max_val = svmaxv(all_true_pg, vec_max); in sve_logits_1d_max() 98 const auto vec_max = wrapper::svdup_n(max_val); in sve_softmax_logits_1d_float() local 110 vec_elements = svmul_z(pg, svsub_z(pg, vec_elements, vec_max), vec_beta); in sve_softmax_logits_1d_float()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-p8vector.c | 922 res_vsll = vec_max(vsll, vsll); in test1() 927 res_vsll = vec_max(vbll, vsll); in test1() 932 res_vsll = vec_max(vsll, vbll); in test1() 937 res_vull = vec_max(vull, vull); in test1() 942 res_vull = vec_max(vbll, vull); in test1() 947 res_vull = vec_max(vull, vbll); in test1() 1172 res_vsll = vec_max(vsll, vsll); in test1() 1176 res_vsll = vec_max(vbll, vsll); in test1() 1180 res_vsll = vec_max(vsll, vbll); in test1() 1184 res_vull = vec_max(vull, vull); in test1() [all …]
|
D | builtins-systemz-zvector.c | 2135 vsc = vec_max(vsc, vsc); in test_integer() 2136 vsc = vec_max(vsc, vbc); in test_integer() 2137 vsc = vec_max(vbc, vsc); in test_integer() 2138 vuc = vec_max(vuc, vuc); in test_integer() 2139 vuc = vec_max(vuc, vbc); in test_integer() 2140 vuc = vec_max(vbc, vuc); in test_integer() 2141 vss = vec_max(vss, vss); in test_integer() 2142 vss = vec_max(vss, vbs); in test_integer() 2143 vss = vec_max(vbs, vss); in test_integer() 2144 vus = vec_max(vus, vus); in test_integer() [all …]
|
D | builtins-ppc-altivec.c | 1609 res_vsc = vec_max(vsc, vsc); in test6() 1613 res_vsc = vec_max(vbc, vsc); in test6() 1617 res_vsc = vec_max(vsc, vbc); in test6() 1621 res_vuc = vec_max(vuc, vuc); in test6() 1625 res_vuc = vec_max(vbc, vuc); in test6() 1629 res_vuc = vec_max(vuc, vbc); in test6() 1633 res_vs = vec_max(vs, vs); in test6() 1637 res_vs = vec_max(vbs, vs); in test6() 1641 res_vs = vec_max(vs, vbs); in test6() 1645 res_vus = vec_max(vus, vus); in test6() [all …]
|
D | builtins-ppc-vsx.c | 214 res_vf = vec_max(vf, vf); in test1() 218 res_vd = vec_max(vd, vd); in test1()
|
/external/ComputeLibrary/src/cpu/kernels/softmax/generic/neon/ |
D | impl.cpp | 56 auto vec_max = wrapper::vdup_n(support::cpp11::lowest<T>(), ExactTagType{}); in neon_logits_1d_max() local 62 vec_max = wrapper::vmax(vec_max, current_value); in neon_logits_1d_max() 64 auto carry_max = wrapper::vpmax(wrapper::vgethigh(vec_max), wrapper::vgetlow(vec_max)); in neon_logits_1d_max() 123 const auto vec_max = wrapper::vdup_n(max_val, wrapper::traits::vector_128_tag{}); in neon_softmax_logits_1d_quantized() local 139 vec_elements = wrapper::vqsub(vec_max, vec_elements); in neon_softmax_logits_1d_quantized() 298 const auto vec_max = wrapper::vdup_n(max_val, ExactTagType{}); in neon_softmax_logits_1d_float() local 308 vec_elements = wrapper::vsub(vec_elements, vec_max); in neon_softmax_logits_1d_float()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 858 return vec_max(a, b); 861 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); } 862 …RONG_INLINE Packet8s pmax<Packet8s>(const Packet8s& a, const Packet8s& b) { return vec_max(a, b); } 863 …_INLINE Packet8us pmax<Packet8us>(const Packet8us& a, const Packet8us& b) { return vec_max(a, b); } 864 …_INLINE Packet16c pmax<Packet16c>(const Packet16c& a, const Packet16c& b) { return vec_max(a, b); } 865 …INE Packet16uc pmax<Packet16uc>(const Packet16uc& a, const Packet16uc& b) { return vec_max(a, b); } 1688 b = vec_max(a, vec_sld(a, a, 8)); 1689 res = vec_max(b, vec_sld(b, b, 4)); 1716 pair = vec_max(a, vec_sld(a, a, 8)); 1719 quad = vec_max(pair, vec_sld(pair, pair, 4)); [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 90 ; vf1 = vec_max(vf, vf); 91 ; vd1 = vec_max(vd, vd);
|
/external/ComputeLibrary/src/cpu/kernels/softmax/generic/sve2/ |
D | impl.cpp | 66 const auto vec_max = wrapper::svdup_n(max_val); in sve2_softmax_logits_1d_quantized() local 84 const auto vec_elements_sub = svreinterpret_u8(svsub_z(pg, vec_max, vec_elements)); in sve2_softmax_logits_1d_quantized()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function 6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function 6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function 6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|
D | altivec.h | 3028 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 3033 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 3038 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 3043 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 3048 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 3053 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function 3067 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 3073 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 422 …RONG_INLINE Packet4i pmax<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_max(a, b); } 423 …RONG_INLINE Packet2d pmax<Packet2d>(const Packet2d& a, const Packet2d& b) { return vec_max(a, b); } 972 …G_INLINE Packet4f pmax<Packet4f> (const Packet4f& a, const Packet4f& b) { return vec_max(a, b); }
|