HomeSort by relevance Sort by last modified time
    Searched defs:sign (Results 201 - 225 of 585) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 277 unsigned long exponent, sign, mant; local
301 sign = (tmsfloat & 0x00800000) << 8;
308 if (sign == 0)
313 if (sign == 0)
321 if (sign)
330 sign = mant = exponent = 0;
331 tmsfloat = sign | exponent | mant;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
379 denorm = sign = nz0 = nz = 0;
385 sign = 1;
392 sign = 0;
412 irv = gethex(&s, fpi, exp, &rvb, sign);
417 sign = 0;
557 rd = 2 - sign;
563 rd = 1 + sign;
837 dsign = delta->sign;
838 delta->sign = finished = 0
    [all...]
  /build/tools/signtos/
SignTos.java 251 sig.sign(sigBlock, 1, sigBlock.length - 1);
  /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/boringssl/src/crypto/bn/
bn_test.cc 825 static const int sign[8] = {0, 0, 0, 1, 1, 0, 1, 1}; local
827 return sign[(neg++) % 8];
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 240 X509Certificate sign = trust.getTrustedCert(); local
243 if (sign != null)
245 workingIssuerName = PrincipalUtils.getSubjectPrincipal(sign);
246 workingPublicKey = sign.getPublicKey();
321 // sign and workingPublicKey and workingIssuerName are set
333 verificationAlreadyPerformed, workingIssuerName, sign, helper);
415 sign = cert;
418 workingIssuerName = PrincipalUtils.getSubjectPrincipal(sign);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 80 // 2^width and a mask and sign bit set accordingly
83 int sign = pow2 >>> 1; local
104 carry = (digit & sign) != 0;
243 // 2^width and a mask and sign bit set accordingly
246 int sign = pow2 >>> 1; local
267 carry = (digit & sign) != 0;
  /external/dng_sdk/source/
dng_date_time.cpp 350 int32 sign = (s [k] == '-' ? -1 : 1); local
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin));
  /external/gemmlowp/internal/
fixedpoint.h 152 int64_t sign = sum >= 0 ? 1 : -1; local
153 return static_cast<int32_t>((sum + sign) / 2);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 466 int sign = font->x_scale < 0 ? -1 : +1; local
537 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0)
538 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1;
542 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1);
546 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 41 private final int sign; field in class:ICUDurationTest.ICUTestDuration
49 sign = 1;
51 sign = 0;
54 sign = -1;
79 sign = sgn;
90 sign = sgn;
116 return sign;
136 return new ICUTestDuration(-sign, fields);
146 String signString = sign > 0 ? "positive" : sign == 0 ? "zero" : "negative"
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 37 private final int sign; field in class:ICUDurationTest.ICUTestDuration
45 sign = 1;
47 sign = 0;
50 sign = -1;
75 sign = sgn;
86 sign = sgn;
112 return sign;
132 return new ICUTestDuration(-sign, fields);
142 String signString = sign > 0 ? "positive" : sign == 0 ? "zero" : "negative"
    [all...]
  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 122 /* Sign bit */
124 LLVMValueRef sign = LLVMBuildShl(builder, justsign, i32_16, ""); local
127 LLVMValueRef sign_inf = LLVMBuildOr(builder, sign, infnanexp, "");
164 src_type.sign = FALSE;
385 src_type.sign == 1 &&
392 dst_type.sign == 0 &&
411 int16_type.sign = 1;
415 int32_type.sign = 1;
440 src_type.sign == 1 &&
447 dst_type.sign == 0 &
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 420 const GLubyte sign = token[0]; local
429 if (sign == '-') {
    [all...]
  /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/opencv3/modules/core/test/
test_eigen.cpp 49 #define sign(a) a > 0 ? 1 : a == 0 ? 0 : -1 macro
173 int n = src.rows, s = sign(high_index);
187 int n = src.rows, s = sign(high_index);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 378 cmsFloat64Number floater, sign, mid; local
381 sign = (fix32 < 0 ? -1 : 1);
390 return sign * floater;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 234 String sign = (time.gmtoff < 0) ? "-" : "+"; local
238 return String.format("%s%s%02d:%02d", base, sign, hours, minutes);
  /external/strace/
vsprintf.c 237 * %+d, % d - no forced sign or force "space positive" sign
243 #define SIGN 2 /* unsigned/signed long */
283 char sign; local
297 sign = 0;
298 if (spec.flags & SIGN) {
300 sign = '-';
304 // sign = '+';
307 // sign = ' ';
354 /* sign */
    [all...]
  /external/v8/src/
conversions.cc 130 int sign; local
137 &sign, &length, &decimal_point);
139 if (sign) builder.AddCharacter('-');
221 int sign; local
229 &sign, &decimal_rep_length, &decimal_point);
313 int sign; local
327 &sign, &decimal_rep_length, &decimal_point);
332 &sign, &decimal_rep_length, &decimal_point);
359 int sign; local
367 &sign, &decimal_rep_length, &decimal_point)
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.c 61 S is the sign bit. For runs X----X, at least one of the Xs must be
63 there is an explicitly represented leading 1, and a sign bit,
77 sign bit, giving 64 in total.
109 UChar sign; local
111 sign = toUChar( (f64[7] >> 7) & 1 );
132 f80[9] = toUChar( sign << 7 );
163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
180 f80[9] = toUChar( (sign << 7) | 0x7F );
198 f80[9] = toUChar( (sign << 7) | 0x7F );
207 f80[9] = toUChar( (sign << 7) | 0x7F )
250 UChar sign; local
439 UInt sign, expExp; local
    [all...]
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 404 int sign; local
407 x = (((sign= (x < 0.0)) != 0) ? -x: x);
414 sign = !sign;
435 return sign ? -r : r;
496 int sign, l, y; local
499 x = (((sign = (x < 0.0)) != 0) ? -x : x);
527 return sign ? -a : a;
  /external/valgrind/perf/
fbench.c 400 int sign; local
403 x = (((sign= (x < 0.0)) != 0) ? -x: x);
410 sign = !sign;
431 return sign ? -r : r;
492 int sign, l, y; local
495 x = (((sign = (x < 0.0)) != 0) ? -x : x);
523 return sign ? -a : a;

Completed in 3279 milliseconds

1 2 3 4 5 6 7 891011>>