/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
|
/external/webkit/WebCore/svg/ |
SVGFitToViewBox.cpp | 61 if (w < 0.0) { // check that width is positive 64 } else if (h < 0.0) { // check that height is positive
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
log2.c | 40 * PURPOSE: Computes log2(L_x, exp), where L_x is positive and
90 * PURPOSE: Computes log2(L_x), where L_x is positive.
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 87 notes = "Verifies just positive case with non null parameter", 102 notes = "Verifies just positive test with both non null parameters",
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementHasAttribute.java | 85 notes = "Verifies positive functionality.", 106 notes = "Verifies positive functionality.",
|
LocalName.java | 63 notes = "Verifies positive functionality.", 117 notes = "Verifies positive functionality.",
|
DocumentTypeInternalSubset.java | 59 notes = "Doesn't check positive case.",
|
/libcore/luni/src/test/java/tests/security/interfaces/ |
DSAKeyPairGeneratorTest.java | 141 //positive case 149 //positive case
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
predict.def | 92 DEF_PREDICTOR (PRED_OPCODE_POSITIVE, "opcode values positive", HITRATE (79), 0) 95 DEF_PREDICTOR (PRED_TREE_OPCODE_POSITIVE, "opcode values positive (on trees)", HITRATE (73), 0)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
predict.def | 92 DEF_PREDICTOR (PRED_OPCODE_POSITIVE, "opcode values positive", HITRATE (79), 0) 95 DEF_PREDICTOR (PRED_TREE_OPCODE_POSITIVE, "opcode values positive (on trees)", HITRATE (73), 0)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
decfloat.h | 77 /* Minimum normalized positive floating-point number. */ 85 /* Minimum denormalized positive floating-point number. */
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERInteger.java | 79 * in some cases positive values get crammed into a space,
|
/external/chromium/base/ |
thread_collision_warner.cc | 20 // chance of a fault negative, not a false positive.
|
/external/chromium/net/tools/flip_server/ |
create_listener.h | 29 // listen_fd - this will be assigned a positive value if the socket is
|
/external/dropbear/libtommath/ |
bn_mp_lcm.c | 49 /* fix the sign to positive */
|
bn_mp_radix_size.c | 56 /* force temp to positive */
|
bn_mp_sqrt.c | 24 /* must be positive */
|
/external/skia/src/animator/ |
SkOperandInterpolator.h | 38 @param blend A positive scalar specifying how to blend between this and the next key frame.
|
/external/skia/src/core/ |
SkMask.cpp | 21 /** returns the product if it is positive and fits in 31 bits. Otherwise this
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
hex-001.js | 5 * Positive test cases for constructing a RegExp object
|