HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 126 - 150 of 2033) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/chromium/base/third_party/dmg_fp/
g_fmt.cc 34 int decpt, j, sign; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
46 if (sign)
  /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/media/libeffects/lvm/lib/Common/src/
dB_to_Lin32.c 37 * MSB (16) = sign bit
41 * MSB (32) = sign bit
75 * Check sign of the input
  /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 */
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/
XmlUtils_Delegate.java 42 int sign = 1; local
48 sign = -1;
72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
  /libcore/luni/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...]
  /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/chromium/third_party/icu/source/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...]
  /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...]
  /bionic/libm/src/
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 */
  /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/vm/mterp/armv5te/
OP_GOTO.S 11 movs r9, r0, asr #24 @ r9<- ssssssAA (sign-extended)
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DSA.java 21 * sign the passed in message (usually the output of a hash function).
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c 15 RSA PKCS #1 v1.5 and v2 PSS sign hash, Tom St Denis and Andreas Lange
21 PKCS #1 pad then sign
22 @param in The hash to sign
23 @param inlen The length of the hash to sign (octets)

Completed in 423 milliseconds

1 2 3 4 56 7 8 91011>>