/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
d8_31pf.cpp | 80 /* define values/representation for output codevector and sign */ 276 indx[] -- array of type Word16 -- position and sign of 343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ 500 index array of type Word16 -- index of 8 pulses (sign+position) 559 Word16 index[], /* i : index of 8 pulses (sign+position) */ 568 Word16 sign; local 594 sign = POS_CODE; /* +1.0 */ 598 sign = -NEG_CODE; /* -1.0 */ 603 cod[pos1] = sign; /* avoid buffer overflow */ 614 sign = negate(sign) [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 80 /* define values/representation for output codevector and sign */ 276 indx[] -- array of type Word16 -- position and sign of 343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ 500 index array of type Word16 -- index of 8 pulses (sign+position) 559 Word16 index[], /* i : index of 8 pulses (sign+position) */ 568 Word16 sign; local 594 sign = POS_CODE; /* +1.0 */ 598 sign = -NEG_CODE; /* -1.0 */ 603 cod[pos1] = sign; /* avoid buffer overflow */ 614 sign = negate(sign) [all...] |
/bionic/libm/man/ |
fmod.3 | 70 is non-zero, the result has the same sign as
|
/bionic/libm/src/ |
e_sinhf.c | 39 /* |x| in [0,9], return sign(x)*0.5*(E+E/(E+1))) */
|
s_ceil.c | 40 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */
|
s_ceilf.c | 35 if(huge+x>(float)0.0) {/* return 0*sign(x) if |x|<1 */
|
s_floor.c | 40 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */
|
s_floorf.c | 43 if(huge+x>(float)0.0) {/* return 0*sign(x) if |x|<1 */
|
s_nexttowardf.c | 41 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
|
s_trunc.c | 39 if(huge+x>0.0) {/* |x|<1, so return 0*sign(x) */
|
/build/target/product/security/ |
README | 27 % openssl dgst -binary -sha1 -sign testkey.pem FILE > FILE.sig
|
/build/tools/releasetools/ |
sign_target_files_apks | 32 src_key) to the real key you wish to sign the package with 102 """Check that all the APKs we want to sign have keys specified, and 114 print "empty string to not sign this apk)." 150 # an APK we're not supposed to sign.
|
/cts/tests/core/ |
ctscore.mk | 52 $(sign-package)
|
/dalvik/docs/opcodes/ |
opcode-d0-binop-lit16.html | 74 Argument C is sign-extended to 32 bits before.
|
opcode-d8-binop-lit8.html | 77 Argument C is sign-extended to 32 bits before.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
NumberConverter.java | 58 long signMask = 0x8000000000000000L; // the mask to get the sign of 65 // the value of the sign... 0 is positive, ~0 is negative 111 int signMask = 0x80000000; // the mask to get the sign of the number 116 // the value of the sign... 0 is positive, ~0 is negative
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
CipherHelper.java | 149 private final String plainData = "some data do sign and verify"; 184 signed = signature.sign(); 410 private final String plainData = "some data do sign and verify"; 465 signed = signature.sign();
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_DecimalFormat.java | 59 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0, 91 t_FormatWithField(18, format, number, text, NumberFormat.Field.SIGN, 0, 117 t_FormatWithField(27, format, number, text, NumberFormat.Field.SIGN, 0, 223 v.add(new FieldContainer(4, 5, NumberFormat.Field.SIGN));
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_DecimalFormat.java | 60 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0, 92 t_FormatWithField(18, format, number, text, NumberFormat.Field.SIGN, 0, 116 t_FormatWithField(27, format, number, text, NumberFormat.Field.SIGN, 0, 207 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN));
|
/dalvik/vm/mterp/x86-atom/ |
binopD.S | 46 cdq # sign-extend %eax to %edx
|
binopD2addr.S | 48 cdq # sign-extend %eax to %edx
|
/development/host/windows/usb/ |
readme.txt | 35 to build and sign new .cat files for that custom .inf file of yours.
|
/external/dropbear/libtomcrypt/testprof/ |
dsa_test.c | 33 /* sign the message */
|
/external/dropbear/libtommath/etc/ |
mersenne.c | 46 while (u.sign == MP_NEG) {
|
/external/fdlibm/ |
s_ceil.c | 45 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */
|