HomeSort by relevance Sort by last modified time
    Searched defs:max2 (Results 1 - 25 of 30) sorted by null

1 2

  /external/stlport/test/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /ndk/tests/device/test-gnustl-full/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /ndk/tests/device/test-stlport/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
smooth.c 43 int16_t max1, max2; local
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL);
51 maxtot=WEBRTC_SPL_MAX(max1, max2);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 735 Word16 max1, max2, max3;
846 i, j, &max2, &rmax2, &r02, dtx);
859 i, j, &max2, dtx);
882 if (sub (mult (max1, THRESHOLD), max2) < 0)
884 max1 = max2;
955 Word16 max2; local
    [all...]
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 629 INT max1,max2; local
637 max2=num_master;
639 ( (max1+1) < max2) )
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 335 double max2 = twoCoin.fTs[!twoIdx][1]; local
336 bool cancelers = (min1 < max1) != (min2 < max2);
340 if (min2 > max2) {
341 SkTSwap(min2, max2);
346 if (between(min1, max2, max1)) {
347 max = max2;
349 if (between(min2, min1, max2)) {
352 if (between(min2, max1, max2)) {
381 double hiEnd = SkTMax(max1, max2);
  /external/skia/src/pathops/
SkOpContour.cpp 324 double max2 = twoCoin.fTs[!twoIdx][1]; local
325 bool cancelers = (min1 < max1) != (min2 < max2);
329 if (min2 > max2) {
330 SkTSwap(min2, max2);
335 if (between(min1, max2, max1)) {
336 max = max2;
338 if (between(min2, min1, max2)) {
341 if (between(min2, max1, max2)) {
370 double hiEnd = SkTMax(max1, max2);
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 321 int max2 = 0; local
336 } else if ((i > houghHeight / 2) && (houghAngleSum[i] > max2)) {
337 max2 = houghAngleSum[i];
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 419 BigDecimal max2 = new BigDecimal(value2, 4); local
420 assertTrue("1233456000.0 is not greater than 1233456", max1.max(max2)
423 max2 = new BigDecimal(-1.2245D);
424 assertTrue("-1.224 is not greater than -1.2245", max1.max(max2).equals(
427 max2 = new BigDecimal(123E19);
428 assertTrue("123E19 is the not the max", max1.max(max2).equals(max2));
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 675 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp 432 static inline int max2(int a, int b) { return a > b ? a : b; } function
434 #define maximum(a, b, c) max2(max2(a, b), c)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 598 // Range(min1, max1) = Range(min2, max2) <=> min1 = min2 /\ max1 = max2
610 i::Handle<i::Object> max2 = *j2; local
612 if (min2->Number() > max2->Number()) std::swap(min2, max2);
614 TypeHandle type2 = T.Range(min2, max2);
615 CHECK(Equal(type1, type2) == (*min1 == *min2 && *max1 == *max2));
961 i::Handle<i::Object> max2 = *j2; local
    [all...]
  /external/skia/src/core/
SkXfermode.cpp 432 static inline int max2(int a, int b) { return a > b ? a : b; } function
434 #define maximum(a, b, c) max2(max2(a, b), c)
    [all...]
  /external/webp/src/dsp/
dec_neon.c 675 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); local
677 const uint8x16_t max12 = vmaxq_u8(max1, max2);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 611 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 595 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 934 milliseconds

1 2