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

1 2

  /external/webrtc/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...]
  /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/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 629 INT max1,max2; local
637 max2=num_master;
639 ( (max1+1) < max2) )
  /external/eigen/unsupported/test/
cxx11_tensor_reduction.cpp 152 Tensor<float, 0, DataLayout> max2 = tensor.maximum(reduction_axis4); local
153 VERIFY_IS_EQUAL(max2.rank(), 0);
155 VERIFY_IS_APPROX(max1(), max2());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PKIXNameConstraintValidator.java 734 byte[] max2 = new byte[ipLength];
742 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
745 return new byte[][]{min1, max1, min2, max2};
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 465 byte[] max2 = new byte[ipLength];
473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
476 return new byte[][]{min1, max1, min2, max2};
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x.s 652 max2 .L1 a1,a2,a3
653 [b1] max2 .L1X a4,b5,a6
654 [!a1] max2 .L2 b7,b8,b9
655 max2 .L2X b10,a11,b12
656 max2 .S1 a1,a2,a3
657 [!b1] max2 .S1X a4,b5,a6
658 max2 .S2 b7,b8,b9
659 [a2] max2 .S2X b10,a11,b12
    [all...]
insns-bad-1.s 659 max2 .M1 a1,a2,a3
660 max2 .L1 a1,a2
661 max2 .L1 b1,a2,a3
662 max2 .L2X b1,b2,b3
663 max2 .S2X b1,b2,b3
664 max2 .S2 a1,b2,b3
insns-c674x.d     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/skia/src/core/
SkXfermode.cpp 720 static inline int max2(int a, int b) { return a > b ? a : b; } function
722 #define maximum(a, b, c) max2(max2(a, b), c)
    [all...]
  /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/deqp/modules/glshared/
glsVertexArrayTests.cpp 1500 const deUint32 max2 = 4; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/webp/src/dsp/
dec_neon.c 687 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); local
689 const uint8x16_t max12 = vmaxq_u8(max1, max2);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 620 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 604 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 

Completed in 634 milliseconds

1 2