/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
d1035pf.cpp | 176 sign = negate (sign); 257 sign = negate(sign);
|
d8_31pf.cpp | 48 (2) Added includes of mult.h, shl.h, shr.h, add.h, sub.h, negate.h, 614 sign = negate(sign);
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
hp_max.cpp | 204 *cor_hp_max = shl(cor_max, negate(shift)); // Q15 327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */
|
/external/oprofile/libpopt/ |
popthelp.c | 292 int negate = (opt->argInfo & POPT_ARGFLAG_NOT); local 312 if (negate) *le++ = '~';
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d1035pf.cpp | 176 sign = negate (sign); 257 sign = negate(sign);
|
d8_31pf.cpp | 48 (2) Added includes of mult.h, shl.h, shr.h, add.h, sub.h, negate.h, 614 sign = negate(sign);
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
hp_max.cpp | 204 *cor_hp_max = shl(cor_max, negate(shift)); // Q15 327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 191 // Paint.ascent is negative, so negate it.
|
/external/openssl/ssl/ |
ssltest.c | 1860 int negate = 0; local [all...] |
/external/stlport/stlport/stl/ |
_function.h | 74 struct negate : public unary_function<_Tp, _Tp> { struct in inherits:unary_function
|
/external/v8/src/ia32/ |
jump-target-ia32.cc | 112 // To emit the merge code here, we negate the condition and branch
|
/external/v8/src/x64/ |
jump-target-x64.cc | 112 // To emit the merge code here, we negate the condition and branch
|
/external/webkit/WebKit/win/ |
AccessibleBase.cpp | 693 // When broadcasting MSAA events, we negate the AXID and pass it as the
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/ |
collect2 | |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
FwEvent.c | 325 /* After handling all raised bits, we can negate them */
|
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
Duration.java | 619 return add(rhs.negate()); 703 public abstract Duration negate(); method in class:Duration [all...] |
/external/guava/javadoc/com/google/common/base/ |
CharMatcher.html | 453 <TD><CODE><B><A HREF="../../../../com/google/common/base/CharMatcher.html#negate()">negate</A></B>()</CODE> [all...] |
/external/jpeg/ |
transupp.c | 408 /* For even row, negate every odd column. */ 413 /* For odd row, negate every even column. */
|
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 577 // negate dy since freetype-y-goes-up and skia-y-goes-down 670 // negate dy since freetype-y-goes-up and skia-y-goes-down [all...] |
/dalvik/libcore/math/src/main/java/java/math/ |
BigDecimal.java | 1809 public BigDecimal negate() { method in class:BigDecimal 1824 public BigDecimal negate(MathContext mc) { method in class:BigDecimal [all...] |
BigInteger.java | 457 public BigInteger negate() { method in class:BigInteger 458 validate1("negate()", this); [all...] |
/external/v8/benchmarks/ |
crypto.js | 252 if(this.s < 0) return "-"+this.negate().toString(b); 284 function bnAbs() { return (this.s<0)?this.negate():this; } 659 BigInteger.prototype.negate = bnNegate; 1159 var x = (this.s<0)?this.negate():this.clone(); 1160 var y = (a.s<0)?a.negate():a.clone(); [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-crypto.js | 244 if(this.s < 0) return "-"+this.negate().toString(b); 276 function bnAbs() { return (this.s<0)?this.negate():this; } 651 BigInteger.prototype.negate = bnNegate; 1151 var x = (this.s<0)?this.negate():this.clone(); 1152 var y = (a.s<0)?a.negate():a.clone(); [all...] |
/external/guava/javadoc/com/google/common/base/class-use/ |
CharMatcher.html | 309 <TD><CODE><B>CharMatcher.</B><B><A HREF="../../../../../com/google/common/base/CharMatcher.html#negate()">negate</A></B>()</CODE>
|