Searched refs:max2 (Results 1 - 23 of 23) sorted by relevance

/external/v8/test/mjsunit/compiler/
H A Doptimize_max.js17 function max2(a, b) { function
23 for (f of [max1, max2]) {
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c43 int16_t max1, max2; local
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL);
51 maxtot=WEBRTC_SPL_MAX(max1, max2);
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp629 INT max1,max2; local
637 max2=num_master;
639 ( (max1+1) < max2) )
/external/v8/test/cctest/
H A Dtest-types.cc445 // Range(min1, max1) = Range(min2, max2) <=> min1 = min2 /\ max1 = max2
457 double max2 = (*j2)->Number(); local
459 if (min2 > max2) std::swap(min2, max2);
461 TypeHandle type2 = T.Range(min2, max2);
462 CHECK(Equal(type1, type2) == (min1 == min2 && max1 == max2));
901 double max2 = (*j2)->Number(); local
903 if (min2 > max2) std::swap(min2, max2);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DPKIXNameConstraintValidator.java734 byte[] max2 = new byte[ipLength];
742 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
745 return new byte[][]{min1, max1, min2, max2};
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java465 byte[] max2 = new byte[ipLength];
473 max2[i] = (byte)(ip2[i] & subnetmask2[i] | ~subnetmask2[i]);
476 return new byte[][]{min1, max1, min2, max2};
/external/opencv3/modules/features2d/src/
H A Dbrisk.cpp2043 float max2 = (coeff1 * delta_x2 * delta_x2 + coeff2 * delta_y2 * delta_y2 + coeff3 * delta_x2 + coeff4 * delta_y2 local
2046 if (max1 > max2)
2056 return max2;
/external/skia/src/core/
H A DSkXfermode.cpp713 static inline int max2(int a, int b) { return a > b ? a : b; } function
715 #define maximum(a, b, c) max2(max2(a, b), c)
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1500 const deUint32 max2 = 4; local
1518 deUint32 w = deRandom_getUint32(&rnd) % max2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webp/src/dsp/
H A Ddec_neon.c688 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); local
690 const uint8x16_t max12 = vmaxq_u8(max1, max2);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 436 milliseconds