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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 62 Word16 sign[L_SUBFR], vec[L_SUBFR], dn2[L_SUBFR]; local
69 * Find sign for each pulse position. *
113 /* set sign according to dn2[] = k_cn*cn[] + k_dn*dn[] */
120 sign[i] = 32767; /* sign = +1 (Q12) */
124 sign[i] = -32768; /* sign = -1 (Q12) */
207 psign = sign;
268 if (sign[ix] > 0)
278 if (sign[iy] > 0
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 196 private byte[] sign(byte[] keyName, byte[] data) { method in class:KeyStore
201 public byte[] sign(String key, byte[] data) { method in class:KeyStore
202 return sign(getKeyBytes(key), data);
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 813 extern float __attribute__((overloadable)) sign(float v) { function
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 1150 long sign = bits & Double.SIGN_MASK; local
1203 int sign = bits & Float.SIGN_MASK; local
    [all...]
StrictMath.java 930 * Returns a double with the given magnitude and the sign of {@code sign}.
931 * If {@code sign} is NaN, the sign of the result is positive.
934 public static double copySign(double magnitude, double sign) {
941 long signBits = Double.doubleToRawLongBits((sign != sign) ? 1.0 : sign);
947 * Returns a float with the given magnitude and the sign of {@code sign}
1025 long sign = bits & Double.SIGN_MASK; local
1079 int sign = bits & Float.SIGN_MASK; local
    [all...]
  /libcore/luni/src/main/java/java/math/
Conversion.java 55 int sign = val.sign; local
59 if (sign == 0) {
65 if (sign < 0) {
76 int resLengthInChars = (int) (val.abs().bitLength() / bitsForRadixDigit + ((sign < 0) ? 1
124 if (sign == -1) {
139 int sign = val.sign; local
146 if (sign == 0) {
176 // +1 - one char for sign if needed
    [all...]
NativeBN.java 79 public static native int sign(int a); method in class:NativeBN
  /libcore/luni/src/main/java/java/security/
Signature.java 60 protected static final int SIGN = 2;
70 * possible states are {@link #UNINITIALIZED}, {@link #SIGN} or
281 state = SIGN;
299 state = SIGN;
314 public final byte[] sign() throws SignatureException { method in class:Signature
315 if (state != SIGN) {
343 public final int sign(byte[] outbuf, int offset, int len) method in class:Signature
349 if (state != SIGN) {
507 case SIGN:
508 return "SIGN";
    [all...]
  /libcore/luni/src/main/java/java/util/
TimeZone.java 192 char sign = '+'; local
194 sign = '-';
199 builder.append(sign);
359 char sign = id.charAt(3); local
361 if (sign == '-') {
365 String cleanId = String.format("GMT%c%02d:%02d", sign, hour, minute);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 361 signature.sign(buf, 2, 1);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 85 int sign = 1; local
90 sign = -1;
92 mResolvedOffset = sign*parseClockValue(timeValue)/1000.0;
  /system/core/libcutils/
tzstrftime.c 70 * ** Subtract one for the sign bit if the type is signed;
72 * ** add one more for a minus sign if the type is signed.
546 char const * sign; local
586 sign = "-";
588 } else sign = "+";
589 pt = _add(sign, pt, ptlim, modifier);
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/packaging/sign/
ManifestEntry.java 16 package com.motorolamobility.studio.android.certmanager.packaging.sign;
PackageFileSigner.java 17 package com.motorolamobility.studio.android.certmanager.packaging.sign;
43 * Utility class used to sign package files.
53 * the package file to sign
SignatureFile.java 16 package com.motorolamobility.studio.android.certmanager.packaging.sign;
  /bionic/linker/
linker_format.c 341 * NOTE: Does *not* handle a sign prefix.
437 char sign = '\0'; local
486 sign = c;
567 /* sign extension, if needed */
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 503 No sign bits are decoded, because the table of the quantized spectral values
504 has got a valid sign at the quantized spectral lines.
569 /* if end of branch reached write out lines and count bits needed for sign, otherwise store node in codeword sideinfo */
577 pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal++; /* write out 2 or 4 lines into spectrum; no Sign bits available in this state */
611 spectral values, which are different form zero. For those values sign bits are
614 If sign bit counter cntSign is different from zero, switch to next state to
615 decode sign Bits there.
616 If sign bit counter cntSign is zero, no sign bits are needed and codeword is
621 [on just one signle sign] is wrong, the next state will correct it
1287 INT sign; local
    [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 572 int sign = 1; local
574 int aNumber = new BigInteger(sign, aBytes).intValue();
584 int sign = -1; local
586 int aNumber = new BigInteger(sign, aBytes).intValue();
607 int sign = -1; local
609 int aNumber = new BigInteger(sign, aBytes).intValue();
669 assertEquals("incorrect sign", 1, aNumber.signum());
684 assertEquals("incorrect sign", -1, aNumber.signum());
699 assertEquals("incorrect sign", 1, aNumber.signum());
714 assertEquals("incorrect sign", -1, aNumber.signum())
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.cc 729 int sign; local
743 sign = ((*rest == '+') ? 1 : -1);
744 rest++; /* move over sign */
765 zone_offset *= sign;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 395 """Set the signature parameter to the result of sign."""
404 self['oauth_signature'] = signature_method.sign(self, consumer, token)
660 built = signature_method.sign(request, consumer, token)
676 The OAuth protocol lets consumers and service providers pick a way to sign
679 provide a new way to sign requests.
692 def sign(self, request, consumer, token): member in class:SignatureMethod
697 message to sign. Otherwise it may be less useful for debugging.
705 built = self.sign(request, consumer, token)
728 def sign(self, request, consumer, token): member in class:SignatureMethod_HMAC_SHA1
756 def sign(self, request, consumer, token) member in class:SignatureMethod_PLAINTEXT
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
LineSegment.java 403 float sign = (negativeDirectionDot > 0.0f ? -1.0f : 1.0f); local
404 float averageB0 = (0.5f) * (diffThisDot - sign * diffTestDot);
  /external/libvorbis/lib/
sharedbook.c 48 int sign=0; local
52 sign=0x80000000;
59 return(sign|exp|mant);
64 int sign=val&0x80000000; local
66 if(sign)mant= -mant;
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 280 this.sign(accessor);
288 public void sign(OAuthAccessor accessor) throws IOException, method in class:OAuthMessage
290 OAuthSignatureMethod.newSigner(this, accessor).sign(this);
  /external/opencv/cvaux/src/
cvscanlines.cpp 1299 int sign[4], i; local
1908 int sign[4], i; local
    [all...]
  /external/openssl/crypto/bn/
bntest.c 2010 static int sign[8]={0,0,0,1,1,0,1,1}; local
    [all...]

Completed in 1028 milliseconds

1 2 3 4 56 7 8 91011>>