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

<<11121314151617181920>>

  /external/stlport/test/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 86 //On a positive value we skip the sign field if exists:
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
127 // sign
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
147 // sign
148 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
158 // sign
159 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
201 if (dom_fmp.neg_format().field[fieldIndex] == money_base::sign) {
264 //Without negative sign there is no way to guess the resulting amount sign ("C" locale)
    [all...]
  /sdk/files/ant/
ant_rules_r2.xml 140 <package-helper sign.package="true">
148 <attribute name="sign.package" />
154 signed="@{sign.package}"
291 <!-- Packages the application and sign it with a debug key. -->
292 <target name="-package-debug-sign" depends="-dex, -package-resources">
293 <package-helper sign.package="true" />
298 <package-helper sign.package="false" />
308 <target name="debug" depends="-compile-tested-if-test, -package-debug-sign"
316 <condition property="release.sign">
324 <target name="-release-nosign" depends="-release-check" unless="release.sign">
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 183 neg = a->sign;
184 while (D.sign == MP_NEG) {
190 c->sign = neg;
783 * Simple function copies the input and fixes the sign to positive
797 /* force the sign of b to positive */
798 b->sign = MP_ZPOS;
833 /* get sign of both inputs */
834 sa = a->sign;
835 sb = b->sign;
840 /* add their magnitudes, copy the sign */
    [all...]
  /bionic/libm/src/
e_sqrtf.c 29 int32_t sign = (int)0x80000000; local
42 if((ix&(~sign))==0) return x;/* sqrt(+-0) = +-0 */
s_nextafterl.c 53 ux.bits.sign = uy.bits.sign;
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 104 * pre 0 < nBytes <=1 FIXME: Sign extension
130 * pre 0 < nBytes <=7 FIXME: Sign extension
  /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/chromium/base/third_party/dmg_fp/
gcc_warnings.patch 34 int *decpt, int *sign, char **rve);
88 if (sign)
  /external/chromium/third_party/icu/source/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/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/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 51 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
72 ;modify data to have its original sign
  /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 45 <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">9. Sign your application</h3>
236 <p>Sign your application using your private key and then
  /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
  /ndk/sources/cxx-stl/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.
  /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::__anon543
  /bionic/libm/amd64/
_fpmath.h 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon544
  /bionic/libm/i386/
_fpmath.h 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon548

Completed in 845 milliseconds

<<11121314151617181920>>