HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 651 - 675 of 6178) sorted by null

<<21222324252627282930>>

  /external/opencv/cvaux/src/
cvscanlines.cpp 1299 int sign[4], i; local
1908 int sign[4], i; local
    [all...]
  /bionic/libc/stdio/
vfprintf.c 182 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
187 char softsign; /* temporary negative sign for floats */
366 sign = '\0';
376 if (!sign)
377 sign = ' ';
398 sign = '+';
479 sign = '\0';
489 sign = '-';
514 sign = '-'
    [all...]
  /bionic/libc/tzcode/
difftime.c 37 ** Handle cases where both time1 and time0 have the same sign
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmod.c 36 sx = hx&0x80000000; /* sign of x */
100 if((hz|lz)==0) /* return sign(x)*0 */
108 /* convert back to floating value and restore the sign */
109 if((hx|lx)==0) /* return sign(x)*0 */
e_fmodl.c 75 sx = ux.bits.sign;
124 if ((hz|lz)==0) /* return sign(x)*0 */
132 /* convert back to floating value and restore the sign */
133 if((hx|lx)==0) /* return sign(x)*0 */
e_gamma_r.c 20 * with user provide pointer for the sign of Gamma(x).
e_gammaf_r.c 21 * with user provide pointer for the sign of Gamma(x).
s_copysign.c 19 * with the sign bit of y.
s_copysignf.c 22 * with the sign bit of y.
s_modfl.c 67 *iptr = zero[ux.bits.sign];
73 return (zero[ux.bits.sign]);
87 return (zero[ux.bits.sign]);
92 return (zero[ux.bits.sign]);
  /build/tools/signapk/
Android.mk 18 # the signapk tool (a .jar application used to sign packages)
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/
Android.mk 27 # although not strictly necessary, sign this app with different cert than CtsAppWithData
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/
Android.mk 27 # sign this app with a different cert than CtsSharedUidInstallDiffCert
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
Android.mk 28 # sign this app with a different cert than CtsPermissionDeclareApp
  /dalvik/vm/mterp/armv5te/
bincmp.S 19 adds r2, r1, r1 @ convert to bytes, check sign
binopLit16.S 15 FETCH_S(r1, 1) @ r1<- ssssCCCC (sign-extended)
  /dalvik/vm/mterp/armv6t2/
bincmp.S 18 adds r2, r1, r1 @ convert to bytes, check sign
binopLit16.S 15 FETCH_S(r1, 1) @ r1<- ssssCCCC (sign-extended)
  /dalvik/vm/mterp/mips/
binopLit16.S 15 FETCH_S(a1, 1) # a1 <- ssssCCCC (sign-extended)
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/res/values/
strings.xml 20 <string name="quote_2">The true sign of intelligence is not knowledge but imagination - Albert
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/res/values/
strings.xml 20 <string name="quote_2">The true sign of intelligence is not knowledge but imagination - Albert
  /development/samples/browseable/ShareActionProvider/res/values/
strings.xml 20 <string name="quote_2">The true sign of intelligence is not knowledge but imagination - Albert
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 167 * @tests java.security.Signature#sign()
173 sig.sign();
223 byte[] signature = sig.sign();
228 assertTrue("Sign/Verify does not pass", sig.verify(signature));
  /external/bison/lib/
frexp.c 60 int sign; local
71 sign = 0;
75 sign = -1;
161 if (sign < 0)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
NetscapeCertRequest.java 216 public void sign(PrivateKey priv_key) throws NoSuchAlgorithmException, method in class:NetscapeCertRequest
220 sign(priv_key, null); method
223 public void sign(PrivateKey priv_key, SecureRandom rand) method in class:NetscapeCertRequest
254 sigBits = sig.sign();

Completed in 1222 milliseconds

<<21222324252627282930>>