/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | neon_minmax.ll | 31 %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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | neon_minmax.ll | 32 %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/llvm/test/CodeGen/ARM/ |
D | neon_minmax.ll | 32 %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/ |
D | transform_mips.c | 31 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/ |
D | sbrenc_freq_sca.cpp | 618 INT max1, max2; in FDKsbrEnc_UpdateHiRes() local 626 max1 = 0; in FDKsbrEnc_UpdateHiRes() 628 while ((v_k_master[max1 + 1] < 32) && /* noQMFChannels(dualRate)/divider */ in FDKsbrEnc_UpdateHiRes() 629 ((max1 + 1) < max2)) { in FDKsbrEnc_UpdateHiRes() 630 max1++; in FDKsbrEnc_UpdateHiRes() 633 *xover_band = max1; in FDKsbrEnc_UpdateHiRes()
|
/external/grpc-grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 180 int max1 = test_thread_mgr_1.GetMaxActiveThreadsSoFar(); in TestThreadQuota() local 185 max1, max2); in TestThreadQuota() 186 GPR_ASSERT(max1 <= kMaxNumThreads && max2 <= kMaxNumThreads); in TestThreadQuota()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | freq-step.c | 157 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local 181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 199 1e6 * freq_error1, 1e9 * stddev1, 1e9 * max1, in run_test()
|
/external/fonttools/Lib/fontTools/varLib/ |
D | featureVars.py | 177 min1, max1 = top[axisTag] 180 maximum = min(max1, max2) 203 min1, max1 = intersection[axisTag] 205 if min1 <= min2 and max2 <= max1: 222 minimum = max(max1, min2) 224 elif max2 <= max1:
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 43 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/ |
D | fsel.ll | 91 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/ |
D | avg_msa.c | 686 v16u8 diff0, diff1, diff2, diff3, min0, min1, max0, max1; in vpx_minmax_8x8_msa() local 703 max1 = __msa_max_u_b(diff2, diff3); in vpx_minmax_8x8_msa() 704 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa() 708 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 8); in vpx_minmax_8x8_msa() 709 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa() 713 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 4); in vpx_minmax_8x8_msa() 714 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa() 718 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 2); in vpx_minmax_8x8_msa() 719 max0 = __msa_max_u_b(max0, max1); in vpx_minmax_8x8_msa() 723 max1 = (v16u8)__msa_sldi_b((v16i8)max1, (v16i8)max0, 1); in vpx_minmax_8x8_msa() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | fsel.ll | 91 define double @max1(double %a, double %b) #0 { 97 ; CHECK: @max1 101 ; CHECK-FM: @max1 106 ; CHECK-FM-VSX: @max1
|
/external/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 29 define float @max1(float %x, float %y) { 30 ; CHECK-LABEL: max1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 29 define float @max1(float %x, float %y) { 30 ; CHECK-LABEL: max1
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reduction.cpp | 144 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-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fmax3.ll | 117 %max1 = tail call fast <2 x half> @llvm.maxnum.v2f16(<2 x half> %c, <2 x half> %max) 118 %res = tail call fast <2 x half> @llvm.maxnum.v2f16(<2 x half> %max1, <2 x half> %d)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 22 define float @max1(float %x, float %y) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AMDGPU/ |
D | reduction.ll | 563 %max1 = select i1 %cmp1, i16 %elt1, i16 %elt0 564 %cmp2 = icmp ugt i16 %elt2, %max1 565 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 605 %max1 = select i1 %cmp1, i16 %elt1, i16 %elt0 606 %cmp2 = icmp sgt i16 %elt2, %max1 607 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 647 %max1 = select i1 %cmp1, half %elt1, half %elt0 648 %cmp2 = fcmp fast ogt half %elt2, %max1 649 %max2 = select i1 %cmp2, half %elt2, half %max1
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | maxmin.ll | 3 define i1 @max1(i32 %x, i32 %y) { 4 ; CHECK: @max1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 4 define i1 @max1(i32 %x, i32 %y) { 5 ; CHECK-LABEL: @max1(
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 4 define i1 @max1(i32 %x, i32 %y) { 5 ; CHECK-LABEL: @max1(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 462 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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 466 byte[] max1 = new byte[ipLength]; in minMaxIPs() 474 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs() 480 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 802 byte[] max1 = new byte[ipLength]; in minMaxIPs() 810 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs() 816 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 806 byte[] max1 = new byte[ipLength]; in minMaxIPs() 814 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); in minMaxIPs() 820 return new byte[][]{min1, max1, min2, max2}; in minMaxIPs()
|