/external/webkit/WebCore/accessibility/win/ |
AXObjectCacheWin.cpp | 97 // negate the AXID so we know that the caller is passing the ID of an
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
ccl.c | 103 /* cclnegate - negate the given ccl */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
negate.h | 30 Pathname: ./gsm-amr/c/include/negate.h 35 Description: Created separate header file for negate function. 49 needed by the negate function. 102 Word16 negate(register Word16 var1);
|
basic_op.h | 226 Function Name : negate 228 Negate var1 with saturation, saturate in the case where input is -32768: 229 negate(var1) = sub(0,var1). 244 static inline Word16 negate(Word16 var1) function
|
/dalvik/libcore/math/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 503 hash2 = new BigDecimal(value.negate(), 2); 543 BigDecimal long1 = new BigDecimal(value2.negate(), 0); 614 movePtLeft = new BigDecimal(value2.negate(), 0); 709 * @tests java.math.BigDecimal#negate() 714 method = "negate", 719 assertTrue("the negate of 1233.4560000 is not -1233.4560000", negate1 720 .negate().toString().equals("-1233.4560000")); 722 assertTrue("the negate of -23465839 is not 23465839", negate1.negate() 725 assertTrue("the negate of -3.456E6 is not 3.456E6", negate1.negate( [all...] |
/external/proguard/src/proguard/evaluation/ |
Processor.java | 345 stack.push(stack.ipop().negate()); 349 stack.push(stack.lpop().negate()); 353 stack.push(stack.fpop().negate()); 357 stack.push(stack.dpop().negate()); [all...] |
/external/proguard/src/proguard/evaluation/value/ |
ParticularIntegerValue.java | 52 public IntegerValue negate() method in class:ParticularIntegerValue
|
ParticularLongValue.java | 52 public LongValue negate() method in class:ParticularLongValue
|
SpecificIntegerValue.java | 32 public IntegerValue negate() method in class:SpecificIntegerValue
|
SpecificLongValue.java | 32 public LongValue negate() method in class:SpecificLongValue
|
/external/skia/src/core/ |
SkFloat.h | 38 void negate() { fPacked = Neg(fPacked); } function in class:SkFloat
|
/external/skia/tests/ |
Sk64Test.cpp | 124 c = a; c.negate();
|
/external/webkit/WebCore/platform/win/ |
WheelEventWin.cpp | 109 // Windows is <-- -/+ -->, WebKit wants <-- +/- -->, so we negate
|
/external/webkit/WebCore/rendering/ |
TransformState.cpp | 38 m_accumulatedTransform->translate(-x, -y); // We're unapplying, so negate
|
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libjnigraphics.so | |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
pvamrwbdecoder_basic_op.h | 68 Negate var1 with saturation, saturate in the case where input is -32768: 69 negate(var1) = sub(0,var1).
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op.h | 68 Negate var1 with saturation, saturate in the case where input is -32768: 69 negate(var1) = sub(0,var1).
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
basic_op.h | 226 Function Name : negate 228 Negate var1 with saturation, saturate in the case where input is -32768: 229 negate(var1) = sub(0,var1). 244 static inline Word16 negate(Word16 var1) function
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
set_sign.cpp | 189 val = negate(val); 267 val = negate(val); 407 cor = negate (cor); 408 val = negate (val);
|
calc_en.cpp | 501 frac_coeff[1] = negate(g_coeff[2]); // coeff[1] = -2 xn y1 522 frac_coeff[3] = negate(extract_h(L_shl(s, exp))); 620 frac_coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */ 657 frac_coeff[3] = negate((Word16)(L_shl(s2, exp, pOverflow) >> 16));
|
/external/srec/portable/src/ |
LCHAR.c | 263 /* negative, so output '-' and negate */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
set_sign.cpp | 189 val = negate(val); 267 val = negate(val); 407 cor = negate (cor); 408 val = negate (val);
|
calc_en.cpp | 501 frac_coeff[1] = negate(g_coeff[2]); // coeff[1] = -2 xn y1 522 frac_coeff[3] = negate(extract_h(L_shl(s, exp))); 620 frac_coeff[1] = negate(g_coeff[2]); /* coeff[1] = -2 xn y1 */ 657 frac_coeff[3] = negate((Word16)(L_shl(s2, exp, pOverflow) >> 16));
|
/external/proguard/lib/ |
proguard.jar | |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 52 /** negate 53 @param src The number to negate
|