/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 | 629 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/ |
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/v8/test/mjsunit/compiler/ |
D | optimize_max.js | 11 function max1(a, b) { function 23 for (f of [max1, max2]) {
|
/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/llvm/test/CodeGen/X86/ |
D | scalar_sse_minmax.ll | 29 define float @max1(float %x, float %y) { 30 ; CHECK-LABEL: max1
|
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 134 __m128i c0 = _mm_setzero_si128(), c1 = c0, max0 = c0, max1 = c0; in FAST_t() local 145 max1 = _mm_max_epu8(max1, c1); in FAST_t() 148 max0 = _mm_max_epu8(max0, max1); in FAST_t()
|
D | brisk.cpp | 2040 …float max1 = (coeff1 * delta_x1 * delta_x1 + coeff2 * delta_y1 * delta_y1 + coeff3 * delta_x1 + co… in subpixel2D() local 2046 if (max1 > max2) in subpixel2D() 2050 return max1; in subpixel2D()
|
/external/v8/test/cctest/ |
D | test-types.cc | 455 double max1 = (*j1)->Number(); in Range() local 458 if (min1 > max1) std::swap(min1, max1); in Range() 460 TypeHandle type1 = T.Range(min1, max1); in Range() 462 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2)); in Range() 899 double max1 = (*j1)->Number(); in Is2() local 902 if (min1 > max1) std::swap(min1, max1); in Is2() 904 TypeHandle type1 = T.Range(min1, max1); in Is2() 906 CHECK(type1->Is(type2) == (min1 >= min2 && max1 <= max2)); in Is2()
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 3 define i1 @max1(i32 %x, i32 %y) { 4 ; CHECK-LABEL: @max1(
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 731 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/ |
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/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 739 define float @max1(float %a, float %b) #0 { 746 ; CHECK-LABEL: max1(
|
/external/webp/src/dsp/ |
D | dec_neon.c | 687 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); in NeedsFilter2() local 690 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2()
|