Home
last modified time | relevance | path

Searched refs:max1 (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dneon_minmax.ll31 %max1 = select i1 %cond, float 1.0, float %x
32 ret float %max1
39 %max1 = select i1 %cond, float %x, float 1.0
40 ret float %max1
47 %max1 = select i1 %cond, float %x, float 0.0
48 ret float %max1
55 %max1 = select i1 %cond, float 1.0, float %x
56 ret float %max1
63 %max1 = select i1 %cond, float %x, float 1.0
64 ret float %max1
/external/llvm/test/CodeGen/ARM/
Dneon_minmax.ll32 %max1 = select i1 %cond, float 1.0, float %x
33 ret float %max1
40 %max1 = select i1 %cond, float %x, float 1.0
41 ret float %max1
48 %max1 = select i1 %cond, float %x, float 0.0
49 ret float %max1
56 %max1 = select i1 %cond, float 1.0, float %x
57 ret float %max1
64 %max1 = select i1 %cond, float %x, float 1.0
65 ret float %max1
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; in WebRtcIsacfix_Time2SpecMIPS() local
279 [inre2] "=&r" (inre2), [k] "+r" (k), [max1] "=&r" (max1), in WebRtcIsacfix_Time2SpecMIPS()
590 [r8] "=&r" (r8), [r9] "=&r" (r9), [max1] "=&r" (max1) in WebRtcIsacfix_Time2SpecMIPS()
609 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, max, max1; in WebRtcIsacfix_Spec2TimeMIPS() local
909 : [k] "+r" (k), [max1] "=&r" (max1), [r0] "=&r" (r0), in WebRtcIsacfix_Spec2TimeMIPS()
1282 [r8] "=&r" (r8), [r9] "=&r" (r9), [max1] "=&r" (max1), in WebRtcIsacfix_Spec2TimeMIPS()
/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp629 INT max1,max2; in FDKsbrEnc_UpdateHiRes() local
636 max1=0; in FDKsbrEnc_UpdateHiRes()
638 while( (v_k_master[max1+1] < 32 ) && /* noQMFChannels(dualRate)/divider */ in FDKsbrEnc_UpdateHiRes()
639 ( (max1+1) < max2) ) in FDKsbrEnc_UpdateHiRes()
641 max1++; in FDKsbrEnc_UpdateHiRes()
644 *xover_band=max1; in FDKsbrEnc_UpdateHiRes()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c43 int16_t max1, max2; in WebRtcIlbcfix_Smooth() local
49 max1=WebRtcSpl_MaxAbsValueW16(current, ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
51 maxtot=WEBRTC_SPL_MAX(max1, max2); in WebRtcIlbcfix_Smooth()
/external/llvm/test/CodeGen/PowerPC/
Dfsel.ll91 define double @max1(double %a, double %b) #0 {
97 ; CHECK: @max1
101 ; CHECK-FM: @max1
106 ; CHECK-FM-VSX: @max1
/external/libvpx/libvpx/vpx_dsp/mips/
Davg_msa.c684 v16u8 diff0, diff1, diff2, diff3, min0, min1, max0, max1; in vpx_minmax_8x8_msa() local
701 max1 = __msa_max_u_b(diff2, diff3); in vpx_minmax_8x8_msa()
702 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa()
706 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 8); in vpx_minmax_8x8_msa()
707 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa()
711 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 4); in vpx_minmax_8x8_msa()
712 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa()
716 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 2); in vpx_minmax_8x8_msa()
717 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa()
721 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 1); in vpx_minmax_8x8_msa()
[all …]
/external/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll29 define float @max1(float %x, float %y) {
30 ; CHECK-LABEL: max1
/external/eigen/unsupported/test/
Dcxx11_tensor_reduction.cpp144 Tensor<float, 0, DataLayout> max1 = tensor.maximum(); in test_simple_reductions() local
145 VERIFY_IS_EQUAL(max1.rank(), 0); in test_simple_reductions()
155 VERIFY_IS_APPROX(max1(), max2()); in test_simple_reductions()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dscalar_sse_minmax.ll22 define float @max1(float %x, float %y) {
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dmaxmin.ll3 define i1 @max1(i32 %x, i32 %y) {
4 ; CHECK: @max1
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll4 define i1 @max1(i32 %x, i32 %y) {
5 ; CHECK-LABEL: @max1(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java731 byte[] max1 = new byte[ipLength]; in minMaxIPs()
739 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs()
745 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java462 byte[] max1 = new byte[ipLength]; in minMaxIPs()
470 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs()
476 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll355 define float @max1(float %a, float %b) {
362 ; CHECK-LABEL: max1(
Dfast-math.ll747 define float @max1(float %a, float %b) {
754 ; CHECK-LABEL: max1(
/external/webp/src/dsp/
Ddec_neon.c686 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); in NeedsFilter2() local
689 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2()
/external/toolchain-utils/cros_utils/
Dstats.py1822 def outputpairedstats(fname, writemode, name1, n1, m1, se1, min1, max1, name2, argument
1849 math.sqrt(se1), 3), min1, max1], [name2, n2, round(m2, 3), round(