/bionic/libm/src/ |
s_fminl.c | 51 if (u[0].bits.sign != u[1].bits.sign) 52 return (u[1].bits.sign ? y : x);
|
e_fmodf.c | 38 sx = hx&0x80000000; /* sign of x */ 80 if(hz==0) /* return sign(x)*0 */ 88 /* convert back to floating value and restore the sign */ 89 if(hx==0) /* return sign(x)*0 */
|
/dalvik/docs/opcodes/ |
opcode-12-const.html | 17 Move the given literal value (sign-extended to 32 bits, if necessary) into the 77 Otherwise, if B is a 4 bit or 16 bit constant, it is sign-extended to 32 78 bits, that is, B'=sign-extended(B).
|
opcode-16-const-wide.html | 17 Move the given literal value (sign-extended to 64 bits) into the specified 77 Otherwise, if B is a 16 bit or 32 bit constant, it is sign-extended to 78 64 bits, that is, B'=sign-extended(B).
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigIntegerAddTest.java | 61 assertEquals("incorrect sign", 1, result.signum()); 87 assertEquals("incorrect sign", -1, result.signum()); 115 assertEquals("incorrect sign", 1, result.signum()); 143 assertEquals("incorrect sign", -1, result.signum()); 171 assertEquals("incorrect sign", -1, result.signum()); 199 assertEquals("incorrect sign", 1, result.signum()); 226 assertEquals("incorrect sign", 1, result.signum()); 251 assertEquals("incorrect sign", 1, result.signum()); 278 assertEquals("incorrect sign", -1, result.signum()); 305 assertEquals("incorrect sign", -1, result.signum()) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XNumber.java | 246 // String sign; 249 // sign = "-"; 253 // sign = ""; 262 // return sign + wholePart + decimalPart + zeros(exp - decimalLen); 265 // return sign + wholePart + decimalPart.substring(0, exp) + "." 268 // return sign + "0." + zeros(-1 - exp) + wholePart + decimalPart; 317 String sign; local 321 sign = "-"; 327 sign = ""; 332 return sign + s.substring(0, 1) + s.substring(2, e [all...] |
/dalvik/vm/mterp/x86-atom/ |
binopDLit16.S | 26 * sign extended 16-bit literal value 37 FETCHs 1, %ecx # %ecx<- +CCCC, sign-extended literal 48 cdq # sign-extend %eax to %edx
|
/external/dropbear/libtommath/ |
bn_mp_gcd.c | 42 u.sign = v.sign = MP_ZPOS; 95 c->sign = MP_ZPOS;
|
bn_mp_read_radix.c | 33 * minus set the sign to negative. 75 /* set the sign only if a != 0 */ 77 a->sign = neg;
|
/frameworks/base/opengl/libagl/ |
fixed_asm.S | 36 movs r1, r0, lsl #1 /* remove bit sign */ 51 mov r1, r0, lsl #1 /* remove bit sign */ 64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
|
/dalvik/libcore/math/src/main/java/java/math/ |
BigInteger.java | 43 * implementations favors an internal representation where magnitude and sign 64 sign = bigInt.sign(); 65 if (sign != 0) digits = bigInt.littleEndianIntsMagnitude(); 91 bigInt.putLittleEndianInts(digits, (sign < 0)); 128 /** The sign of this. */ 129 transient int sign; field in class:BigInteger 167 /** sign field, used for serialization. */ 183 BigInteger(int sign, long value) { 185 bigInt.putULongInt(value, (sign < 0)) 459 int sign = bigInt.sign(); local 547 int sign = signum(); local 606 int sign = signum(); local 1371 int sign; local [all...] |
Conversion.java | 57 int sign = val.sign; local 61 if (sign == 0) { 67 if (sign < 0) { 78 int resLengthInChars = (int) (val.abs().bitLength() / bitsForRadixDigit + ((sign < 0) ? 1 126 if (sign == -1) { 143 int sign = val.sign; local 150 if (sign == 0) { 180 // +1 - one char for sign if needed [all...] |
/external/skia/src/core/ |
SkMath.cpp | 87 int sign = SkExtractSign(a ^ b); local 90 return sign; 112 if (sign < 0) { 225 int sign = SkExtractSign(x); local 226 uint32_t a = SkApplySign(x, sign); 229 return SkApplySign(SK_MaxS32, sign); 256 return SkApplySign(r, sign); 272 // make numer and denom positive, and sign hold the resulting sign 273 int32_t sign = SkExtractSign(numer ^ denom) local 375 int sign = SkExtractSign(value); local [all...] |
/external/speex/libspeex/ |
cb_search.c | 169 spx_word16_t sign=1; local 173 sign=-1; 177 if (sign>0) 185 if (sign==1) 195 e[subvect_size*i+j]=sign*0.03125*shape_cb[rind*subvect_size+j]; 204 spx_word16_t sign=1; local 208 sign=-1; 214 g=sign*shape_cb[rind*subvect_size+m]; 216 g=sign*0.03125*shape_cb[rind*subvect_size+m]; 427 spx_word16_t sign=1 local 475 spx_word16_t sign=1; local [all...] |
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 41 003C; 003E # LESS-THAN SIGN 42 003E; 003C # GREATER-THAN SIGN 263 2A2B; 2A2C # MINUS SIGN WITH FALLING DOTS 264 2A2C; 2A2B # MINUS SIGN WITH RISING DOTS 265 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE 266 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE 267 2A34; 2A35 # MULTIPLICATION SIGN IN LEFT HALF CIRCLE 268 2A35; 2A34 # MULTIPLICATION SIGN IN RIGHT HALF CIRCLE 307 2AAF; 2AB0 # PRECEDES ABOVE SINGLE-LINE EQUALS SIGN 308 2AB0; 2AAF # SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN [all...] |
/cts/tests/appsecurity-tests/test-apps/AppAccessData/ |
Android.mk | 27 # although not strictly necessary, sign this app with different cert than CtsAppWithData
|
/cts/tests/appsecurity-tests/test-apps/InstrumentationAppDiffCert/ |
Android.mk | 27 # sign this app with different cert than CtsTargetInstrumentationApp
|
/cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/ |
Android.mk | 27 # sign this app with a different cert than CtsUsePermissionDiffCert
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstall/ |
Android.mk | 27 # sign this app with a different cert than CtsSharedUidInstallDiffCert
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/ |
Android.mk | 27 # sign this app with a different cert than CtsSharedUidInstall
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/ |
Android.mk | 27 # sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/ |
Android.mk | 27 # sign this app with a different cert than CtsSimpleAppInstall
|
/cts/tests/appsecurity-tests/test-apps/TargetInstrumentationApp/ |
Android.mk | 27 # sign this app with different cert than CtsInstrumentationAppDiffCert
|
/cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/ |
Android.mk | 27 # sign this app with a different cert than CtsPermissionDeclareApp
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/ |
OCSPResponseStatus.java | 24 * sigRequired (5), --Must sign the request
|