/external/stlport/test/unit/ |
max_test.cpp | 16 CPPUNIT_TEST(max1); 23 void max1(); 37 void MaxTest::max1() function in class:MaxTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
max_test.cpp | 16 CPPUNIT_TEST(max1); 23 void max1(); 37 void MaxTest::max1() function in class:MaxTest
|
/ndk/tests/device/test-stlport/unit/ |
max_test.cpp | 16 CPPUNIT_TEST(max1); 23 void max1(); 37 void MaxTest::max1() function in class:MaxTest
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_dsubexp.c | 35 int max1 = (n - 1 - modulus / 2) / modulus + 1; local 36 if (v < max1) { 40 v -= max1;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
pitch_ol.cpp | 735 Word16 max1, max2, max3; 841 pit_max, j, &max1, &rmax1, &r01, dtx); 854 pit_max, j, &max1, dtx); 882 if (sub (mult (max1, THRESHOLD), max2) < 0) 884 max1 = max2; 893 if (sub (mult (max1, THRESHOLD), max3) < 0) 954 Word16 max1; local [all...] |
p_ol_wgh.cpp | 733 Word16 max1; 791 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx], 876 Word16 max1; local 935 st->old_T0_med, &max1, st->wght_flg, &ol_gain_flg[idx],
|
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.cpp | 629 INT max1,max2; local 636 max1=0; 638 while( (v_k_master[max1+1] < 32 ) && /* noQMFChannels(dualRate)/divider */ 639 ( (max1+1) < max2) ) 641 max1++; 644 *xover_band=max1;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 34 int max1 = (n - 1 - modulus / 2) / modulus + 1; local 38 i = max1 + i - (i + modulus - modulus / 2) / modulus;
|
/libcore/harmony-tests/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 418 BigDecimal max1 = new BigDecimal(value2, 1); local 420 assertTrue("1233456000.0 is not greater than 1233456", max1.max(max2) 421 .equals(max1)); 422 max1 = new BigDecimal(-1.224D); 424 assertTrue("-1.224 is not greater than -1.2245", max1.max(max2).equals( 425 max1)); 426 max1 = new BigDecimal(123E18); 428 assertTrue("123E19 is the not the max", max1.max(max2).equals(max2)); [all...] |
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 320 int max1 = 0; local 333 if ((i < houghHeight / 2) && (houghAngleSum[i] > max1)) { 334 max1 = houghAngleSum[i]; [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 462 byte[] max1 = new byte[ipLength]; 470 max1[i] = (byte)(ip1[i] & subnetmask1[i] | ~subnetmask1[i]); 476 return new byte[][]{min1, max1, min2, max2}; [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | [all...] |