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

<<11121314151617181920>>

  /packages/apps/IM/src/com/android/im/app/
SigningInActivity.java 82 log("Need account data to sign in");
143 // assume we can sign in successfully.
249 log("Cancelling sign in");
298 // sign in successfully, finish and switch to contact list
327 // sign in failed
  /bionic/libm/src/
e_sqrt.c 97 int32_t sign = (int)0x80000000; local
110 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
129 ix0 += ix0 + ((ix1&sign)>>31);
135 ix0 += ix0 + ((ix1&sign)>>31);
147 ix0 += ix0 + ((ix1&sign)>>31);
152 r = sign;
158 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
164 ix0 += ix0 + ((ix1&sign)>>31)
    [all...]
e_jn.c 75 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
214 int32_t sign; local
223 sign = 1;
226 sign = 1 - ((n&1)<<1);
229 if(n==1) return(sign*__ieee754_y1(x));
265 if(sign>0) return b; else return -b;
  /external/dropbear/libtommath/demo/
demo.c 445 a.sign = b.sign;
462 a.sign = b.sign;
464 a.sign = b.sign = MP_ZPOS;
491 /* test the sign/unsigned storage functions */
601 d.sign = c.sign;
620 d.sign = c.sign
    [all...]
  /external/fdlibm/
e_sqrt.c 99 int sign = (int)0x80000000; local
113 if(((ix0&(~sign))|ix1)==0) return x;/* ieee_sqrt(+-0) = +-0 */
132 ix0 += ix0 + ((ix1&sign)>>31);
138 ix0 += ix0 + ((ix1&sign)>>31);
150 ix0 += ix0 + ((ix1&sign)>>31);
155 r = sign;
161 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
167 ix0 += ix0 + ((ix1&sign)>>31)
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 160 md_sk=p7->d.sign->md_algs;
161 os = PKCS7_get_octet_string(p7->d.sign->contents);
354 data_body=PKCS7_get_octet_string(p7->d.sign->contents);
355 md_sk=p7->d.sign->md_algs;
636 si_sk=p7->d.sign->signer_info;
637 os=PKCS7_get_octet_string(p7->d.sign->contents);
639 if(PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
641 p7->d.sign->contents->d.data = NULL;
690 * attribute and only sign the attributes */
743 /* Now sign the attributes *
    [all...]
Makefile 42 testapps: enc dec sign verify
50 sign: sign.o lib
51 $(CC) $(CFLAGS) -o sign sign.o $(PEX_LIBS) $(LIB) $(EX_LIBS)
94 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h 144 int32_t sign = (int)0x80000000; local
157 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
176 ix0 += ix0 + ((ix1&sign)>>31);
182 ix0 += ix0 + ((ix1&sign)>>31);
194 ix0 += ix0 + ((ix1&sign)>>31);
199 r = sign;
205 if(((int32_t)(t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
211 ix0 += ix0 + ((ix1&sign)>>31)
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 443 * @tests java.security.Signature#sign()
448 method = "sign",
455 sig.sign();
605 byte[] signature = sig.sign();
609 assertTrue("Sign/Verify does not pass", sig.verify(signature));
625 byte[] signature = sig.sign();
629 assertTrue("Sign/Verify does not pass", sig.verify(signature, 0,
  /dalvik/libcore/text/src/main/java/java/text/
DecimalFormatSymbols.java 217 * Returns the minus sign character.
219 * @return the minus sign as a character.
264 * Returns the per mill sign character.
266 * @return the per mill sign character.
401 * Sets the minus sign character.
404 * the minus sign character.
453 * Sets the per mill sign character.
  /external/webkit/JavaScriptCore/runtime/
NumberPrototype.cpp 72 int sign; local
74 WTF::dtoa(result, d, 0, &decimalPoint, &sign, NULL);
79 builder.append(sign ? "-" : "");
356 int sign;
358 WTF::dtoa(result, x, 0, &decimalPoint, &sign, NULL);
363 char buf[80]; // digit + '.' + fractionDigits (max 20) + 'e' + sign + exponent (max?)
364 if (sign)
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
c8_31pf.cpp 89 /* define values/representation for output codevector and sign */
118 sign[] Array of type Word16 -- sign of pulses
190 Word16 sign[], /* i : sign of d[n] */
236 /* read sign */
237 j = sign[i];
268 /* sign of 1st pulse == sign of 2nd pulse */
284 /* sign of 1st pulse != sign of 2nd pulse *
763 Word16 sign[L_CODE]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 89 /* define values/representation for output codevector and sign */
118 sign[] Array of type Word16 -- sign of pulses
190 Word16 sign[], /* i : sign of d[n] */
236 /* read sign */
237 j = sign[i];
268 /* sign of 1st pulse == sign of 2nd pulse */
284 /* sign of 1st pulse != sign of 2nd pulse *
763 Word16 sign[L_CODE]; local
    [all...]
  /bionic/libc/stdio/
vfscanf.c 70 #define HAVESIGN 0x02000 /* sign detected */
510 /* sign ok only as first character */
521 * 3rd char if we have a sign).
549 * If we had only a sign, it is no good; push
550 * back the sign. If the number ends in `x',
551 * it was [sign] '0' 'x', so push back the x
552 * and treat it as [sign] '0'.
656 * regular digits, but had sign and/or decimal point.
665 /* just a bad exponent (e and maybe sign) */
668 (void) ungetc(c, fp);/* sign */
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Signature.java 62 protected static final int SIGN = 2;
72 * possible states are {@link #UNINITIALIZED}, {@link #SIGN} or
291 state = SIGN;
309 state = SIGN;
324 public final byte[] sign() throws SignatureException { method in class:Signature
325 if (state != SIGN) {
354 public final int sign(byte[] outbuf, int offset, int len) method in class:Signature
361 if (state != SIGN) {
528 case SIGN:
529 return "SIGN"; //$NON-NLS-1
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PKCS7SignedData.java 48 * To sign, do this:
51 * pkcs7.sign(); // Create digest
301 // Copy in the certificates and crls used to sign the private key.
374 * to sign or verify a new buffer.
412 * Get the X.509 certificate actually used to sign the digest.
487 digest = sig.sign();
  /external/icu4c/test/intltest/
thcoll.cpp 280 if (sign(result) != sign(expect))
310 if (sign(result) != sign(expect)) {
324 int8_t CollationThaiTest::sign(int32_t i) { function in class:CollationThaiTest
415 // after UCA 4.1, the two lines below are not equal anymore do not have equal sign
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.2-1.js 38 3. Let sign be 1.
40 minus sign -, let sign be -1.
42 plus sign + or a minus sign -, then Result(5) is the substring of
80 26. Return sign Result(25).
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h 53 unsigned int sign : 1;
142 /* The bit position of the sign bit, for determining whether a value
146 /* The bit position of the sign bit, for changing the sign of a number,
468 /* Set the sign of R to the sign of X. */
  /system/core/sh/
output.c 299 int sign;
373 sign = 0;
377 sign = 1;
396 sign = 0;
423 size += sign;
430 if (sign)
  /bionic/libm/man/
math.3 104 .Ss Extremum- and Sign-Related Functions
106 copysign copy sign bit
111 signbit extract sign bit
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 235 * value, sign-extended
243 * value, sign-extended
259 * value, sign-extended
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
X509V2CRLGenerator.java 78 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
95 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
378 v.add(new DERBitString(sig.sign()));
X509V3CertificateGenerator.java 80 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
97 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
415 v.add(new DERBitString(sig.sign()));
  /external/icu4c/test/perf/perldriver/
Format.pm 139 my $sign = (s/^-//) ? '-' : '';
154 $result = $sign . $d;
156 $result = $sign . substr($d, 0, $e) . '.' . substr($d, $e);

Completed in 228 milliseconds

<<11121314151617181920>>