HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 251 - 275 of 1662) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/java/util/
Comparator.java 39 * <li>the sign of {@code compare(a,b)} must be the opposite of the sign of {@code
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 86 * Used to test the sign of a byte.
88 static final int SIGN = -128;
281 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
283 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
285 ((b3 & SIGN) == 0) ? (byte) (b3 >> 6) : (byte) ((b3) >> 6 ^ 0xfc);
327 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
340 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
342 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sign_hash.c 27 Sign a message digest
28 @param in The message digest to sign
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataInputStream.java 40 return ((int) value) & 0xFFFF; // widening cast sign-extends
48 return ((long) value) & 0xFFFFFFFFL; // widening cast sign-extends
  /external/icu4c/common/
umutex.h 138 * If the result of the operation is not zero, the sign of returned value
139 * is the same as the sign of the result, but the returned value itself may
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 583 * 1 The sign string precedes the quantity and currency_symbol
584 * 2 The sign string succeeds the quantity and currency_symbol.
585 * 3 The sign string immediately precedes the currency_symbol.
586 * 4 The sign string immediately succeeds the currency_symbol.
607 * 1 The sign string precedes the quantity and currency_symbol
608 * 2 The sign string succeeds the quantity and currency_symbol.
609 * 3 The sign string immediately precedes the currency_symbol.
610 * 4 The sign string immediately succeeds the currency_symbol.
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.cpp 49 d[i] = static_cast<unsigned char>(c[i]); // use unsigned char to zero-extend instead of sign-extend
63 d[i] = static_cast<unsigned char>(c[i]); // use unsigned char to zero-extend instead of sign-extend
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.1.js 54 var sign = n < 0 ? -1 : 1;
56 return ( sign * ( n * Math.floor( Math.abs(n) ) ) ) % Math.pow(2, 32);
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 57 <li>Sign your application</li>
162 <p>Before you sign your application, you need to make sure that you have a
173 <li>Sign your application for release, later in the preparation process</li>
209 registered (in Google Maps) to the certificate used to sign the application.
212 certificate that you will use to sign your application. </li>
219 <li>If you change the private key that you will use to sign your application,
234 <h3 id="signapp">8. Sign your application</h3>
236 <p>Sign your application using your private key and then
  /packages/apps/IM/src/com/android/im/app/
SignoutActivity.java 51 Log.e(ImApp.LOG_TAG, "Need account data to sign in");
93 // sign out. However, if the application crash unexpectedly, the
  /bionic/libc/tzcode/
difftime.c 46 ** Handle cases where both time1 and time0 have the same sign
  /bionic/libm/alpha/
_fpmath.h 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon521
  /bionic/libm/amd64/
_fpmath.h 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon522
  /bionic/libm/i386/
_fpmath.h 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon526
  /bionic/libm/powerpc/
_fpmath.h 32 unsigned int sign :1; member in struct:IEEEl2bits::__anon534
  /bionic/libm/sparc64/
_fpmath.h 33 unsigned int sign :1; member in struct:IEEEl2bits::__anon537
  /bionic/libm/src/
s_copysignf.c 23 * with the sign bit of y.
s_fabsl.c 41 u.bits.sign = 0;
s_truncf.c 39 if(huge+x>0.0F) /* |x|<1, so return 0*sign(x) */
  /external/dropbear/libtommath/
bn_mp_sqrt.c 25 if (arg->sign == MP_NEG) {
  /external/icu4c/common/unicode/
caniter.h 56 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
58 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT ABOVE}
60 = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
62 = {ANGSTROM SIGN}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
  /external/icu4c/layout/
TibetanReordering.h 60 // Anusvara --> Nasalisation sign. Traditioinally placed in absence of vowels, but also after vowels. In some
93 CC_ANUSVARA = 9, // Tibetan sign Rjes Su Nga Ro 0F7E
94 CC_CANDRABINDU = 10, // Tibetan sign Sna Ldan and Nyi Zla Naa Da 0F82, 0F83
95 CC_VISARGA = 11, // Tibetan sign Rnam Bcad (0F7F)
  /external/openssl/apps/
CA.sh 9 # CA -sign ... will sign the generated request and output
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
155 -sign|-signreq)
  /external/skia/include/core/
Sk64.h 28 int32_t fHi; //!< the high 32 bits of the number (including sign)
86 /** Returns -1,0,+1 based on the sign of the number */
126 performs an arithmetic right-shift (sign extending).
133 performs an arithmetic right-shift (sign extending).
  /external/srec/portable/src/
ptypes.c 27 /* ignore minus sign */

Completed in 499 milliseconds

<<11121314151617181920>>