Home
last modified time | relevance | path

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

/external/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/stlport/test/unit/
Dmax_test.cpp16 CPPUNIT_TEST(max1);
23 void max1();
37 void MaxTest::max1() in max1() function in MaxTest
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dsubexp.c31 int max1 = (n - 1 - modulus / 2) / modulus + 1; in merge_index() local
32 if (v < max1) { in merge_index()
36 v -= max1; in merge_index()
/external/chromium_org/third_party/sqlite/src/test/
Dtrans2.test67 unset -nocomplain data i max_rowid todel n rec max1 id origres newres
109 set max1 [lindex [lindex $data 0] 0]
112 if {$id>$max1} {set max1 $id}
185 z = CASE WHEN id<$max1
215 z = CASE WHEN id<$max1
221 z = CASE WHEN id<$max1
230 unset -nocomplain data i max_rowid todel n rec max1 id origres newres
/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/chromium_org/third_party/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/skia/src/pathops/
DSkOpContour.cpp322 double max1 = oneCoin.fTs[!oneIdx][1]; in checkCoincidentPair() local
325 bool cancelers = (min1 < max1) != (min2 < max2); in checkCoincidentPair()
326 if (min1 > max1) { in checkCoincidentPair()
327 SkTSwap(min1, max1); in checkCoincidentPair()
332 if (between(min1, min2, max1)) { in checkCoincidentPair()
335 if (between(min1, max2, max1)) { in checkCoincidentPair()
341 if (between(min2, max1, max2)) { in checkCoincidentPair()
342 max = SkTMax(max, max1); in checkCoincidentPair()
370 double hiEnd = SkTMax(max1, max2); in checkCoincidentPair()
/external/chromium_org/third_party/skia/src/pathops/
DSkOpContour.cpp322 double max1 = oneCoin.fTs[!oneIdx][1]; in checkCoincidentPair() local
325 bool cancelers = (min1 < max1) != (min2 < max2); in checkCoincidentPair()
326 if (min1 > max1) { in checkCoincidentPair()
327 SkTSwap(min1, max1); in checkCoincidentPair()
332 if (between(min1, min2, max1)) { in checkCoincidentPair()
335 if (between(min1, max2, max1)) { in checkCoincidentPair()
341 if (between(min2, max1, max2)) { in checkCoincidentPair()
342 max = SkTMax(max, max1); in checkCoincidentPair()
370 double hiEnd = SkTMax(max1, max2); in checkCoincidentPair()
/external/llvm/test/CodeGen/PowerPC/
Dfsel.ll70 define double @max1(double %a, double %b) #0 {
76 ; CHECK: @max1
80 ; CHECK-FM: @max1
/external/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll22 define float @max1(float %x, float %y) {
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll3 define i1 @max1(i32 %x, i32 %y) {
4 ; CHECK-LABEL: @max1(
/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/chromium_org/third_party/libwebp/dsp/
Ddec_neon.c674 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); in NeedsFilter2() local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2()
/external/webp/src/dsp/
Ddec_neon.c674 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); in NeedsFilter2() local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2()