HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 176 - 200 of 266) sorted by null

1 2 3 4 5 6 78 91011

  /external/freetype/src/autofit/
afcjk.c 1386 FT_Int sign = 0; local
    [all...]
aflatin.c 1595 FT_Int sign = 0; local
    [all...]
aflatin2.c 1603 FT_Int sign = 0; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1199 char sign; \/\/ +, - or space member in struct:DebugSNPrintF_format
    [all...]
  /external/openssl/apps/
x509.c 133 " -signkey arg - self sign cert with arg\n",
135 " -req - input is a certificate request, sign and output.\n",
157 static int sign (X509 *x, EVP_PKEY *pkey,int days,int clrext, const EVP_MD *digest,
574 BIO_printf(bio_err,"We need a private key to sign with\n");
967 if (!sign(x,Upkey,days,clrext,digest,
1253 /* self sign */
1254 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, const EVP_MD *digest, function
    [all...]
  /external/qemu/target-arm/
helper.c 516 /* Sign/zero extend */
2975 int sign = val32 & 0x80000000; local
    [all...]
  /external/regex-re2/re2/
parse.cc 1519 int sign = +1; \/\/ -1 = negated char class local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 104 final float magnitude = magnitudeRamp * Utils.sign(offset) * SLIDER_FILTER * mMovementSensitivity;
105 sliderOffset = magnitudeRamp * Utils.sign(offset);
152 int sign = Utils.sign(x); local
153 x = x - (sign * ROLL_DECAY * timeDelta);
154 if (Utils.sign(x) != sign) {
160 int sign = Utils.sign(y); local
161 y = y - (sign * ROLL_DECAY * timeDelta)
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 183 * If SIGN is true, p is a signed.
512 u8 sign; /* Mantissa sign */ member in struct:__anon13657
526 uchar sign);
528 uchar sign);
690 ** sign determines the sign of the zero.
693 uchar sign)
698 dest->sign=sign;
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 52 unsigned int sign:1; member in struct:__anon14366::__anon14367
61 unsigned int sign:1; member in struct:__anon14368::__anon14369
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 if ((R.layout.sign != E.layout.sign) ||
228 F.layout.sign = 0;
236 D.layout.sign = 0;
266 if ((R.layout.sign != E.layout.sign) ||
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 52 unsigned int sign:1; member in struct:__anon14391::__anon14392
61 unsigned int sign:1; member in struct:__anon14393::__anon14394
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
152 if ((R.layout.sign != E.layout.sign) ||
228 F.layout.sign = 0;
236 D.layout.sign = 0;
266 if ((R.layout.sign != E.layout.sign) ||
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 68 int sign = SkExtractSign(value); local
70 value = SkApplySign(value, sign);
73 return SkApplySign(value, sign);
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 285 double sign = 1.; local
291 sign = -1.;
303 offset = offset * sign;
    [all...]
  /external/webp/src/enc/
dsp.c 633 const int sign = (in[j] < 0); local
634 int coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
641 if (sign) out[n] = -out[n];
quant.c 395 int sign; // sign of coeff_i member in struct:__anon15234
471 // note: it's important to take sign of the _original_ coeff,
473 const int sign = (in[j] < 0); local
474 int coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
487 cur->sign = sign;
564 out[n] = node->sign ? -node->level : node->level;
  /frameworks/base/core/java/android/widget/
OverScroller.java 746 mVelocity = -delta; // only sign is used
859 final float sign = Math.signum(mVelocity); local
946 final float sign = Math.signum(mVelocity); local
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 242 int sign() { method in class:BigInt
243 return NativeBN.sign(this.bignum);
322 // Sign of p is ignored!
329 // Sign of p is ignored!
357 // Sign of p is ignored! ?
364 // Sign of p is ignored!
BigInteger.java 62 /** The sign of this. */
63 transient int sign; field in class:BigInteger
85 /** sign field, used for serialization. */
101 BigInteger(int sign, long value) {
103 bigInt.putULongInt(value, (sign < 0));
111 * @param sign the sign of the number.
115 BigInteger(int sign, int numberLength, int[] digits) {
116 setJavaRepresentation(sign, numberLength, digits);
134 int sign = 1 local
323 int sign = bigInt.sign(); local
370 int sign = bigInt.sign(); local
452 int sign = signum(); local
506 int sign = signum(); local
1132 int sign; local
    [all...]
  /bionic/libc/stdlib/
strtod.c 359 int *decpt, int *sign, char **rve);
365 int k, maxwds, sign, wds; member in struct:Bigint
425 rv->sign = rv->wds = 0;
450 #define Bcopy_valid(x,y) memcpy(&(x)->sign, &(y)->sign, \
962 c->sign = i;
1160 d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1360 sign = nz0 = nz = 0;
1368 sign = 1
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 1262 UChar sign = 0x002B \/* '+' *\/; local
2976 int32_t sign = 0; local
    [all...]
timezone.cpp 477 // Invert sign because UNIX semantics are backwards
1345 int32_t sign, hour, min, sec; local
1361 int32_t sign, hour, min, sec; local
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 102 /* The private key to sign with */
200 PKCS7_SIGNED *sign; member in union:pkcs7_st::__anon10092
  /external/openssl/include/openssl/
pkcs7.h 102 /* The private key to sign with */
200 PKCS7_SIGNED *sign; member in union:pkcs7_st::__anon10135
  /external/qemu/audio/
audio.c 680 int bits = 8, sign = 0; local
684 sign = 1;
689 sign = 1;
695 sign = 1;
702 && info->sign == sign
709 int bits = 8, sign = 0, shift = 0; local
713 sign = 1;
718 sign = 1;
725 sign = 1
    [all...]
  /external/quake/quake/src/QW/client/
common.c 296 int sign; local
301 sign = -1;
305 sign = 1;
325 return val*sign;
334 return sign * str[1];
344 return val*sign;
355 int sign; local
361 sign = -1;
365 sign = 1;
385 return val*sign;
    [all...]

Completed in 1736 milliseconds

1 2 3 4 5 6 78 91011