Searched refs:sign (Results 126 - 150 of 244) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/gdtoa/
H A Ddtoa.c78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
84 /* Arguments ndigits, decpt, sign are similar to those
155 /* set sign for everything, including 0's and NaNs */
156 *sign = 1;
157 word0(&d) &= ~Sign_bit; /* clear sign bit */
160 *sign = 0;
192 if (*sign)
628 j1 = delta->sign
[all...]
H A Dgdtoa.h107 int *sign, char **rve));
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S64 @ flip sign bit
77 eor xh, xh, #0x80000000 @ flip sign bit of first arg
83 eor yh, yh, #0x80000000 @ flip sign bit of second arg
167 @ Keep absolute value in xh-xl-ip, sign in r5 (the n bit was set above)
285 @ shift result right of 1 to 20 bits, sign is in r5.
364 @ if opposite sign: return NAN
393 mov r5, #0 @ sign bit is 0
412 ands r5, r0, #0x80000000 @ sign bit in r5
426 movs r2, r0, lsl #1 @ toss sign bit
428 mov xh, xh, rrx @ retrieve sign bi
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddfp.c77 r->sign = 1;
138 /* Fix up sign bit. */
139 if (r->sign != decNumberIsNegative (dn))
664 /* Keep sign field in sync. */
665 r->sign ^= 1;
676 /* Keep sign field in sync. */
677 r->sign = 0;
694 decimal_real_maxval (REAL_VALUE_TYPE *r, int sign, enum machine_mode mode) argument
714 if (sign)
/freebsd-9.3-release/crypto/heimdal/lib/hx509/data/
H A Dgen-req.sh145 -sign \
155 -sign \
166 -sign \
/freebsd-9.3-release/usr.bin/dc/
H A Dinout.c192 bool dot = false, sign = false; local
204 sign = true;
231 if (sign)
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m494 xor divisor,dividend,SIGN ! record sign of result in sign of SIGN
116 mov dividend,SIGN ! record sign of result in sign of SIGN
/freebsd-9.3-release/contrib/gdb/gdb/
H A Di387-tdep.c57 to print the value, 1 position for the sign, 1 for the decimal
71 int sign; local
76 sign = raw[9] & 0x80;
87 fprintf_filtered (file, " %cInf", (sign ? '-' : '+'));
88 else if (sign && fraction[0] == 0x00000000 && fraction[1] == 0x40000000)
/freebsd-9.3-release/crypto/openssh/
H A Dkexc25519s.c104 /* sign H */
105 kex->sign(server_host_private, server_host_public, &signature, &slen,
H A Dkexdhs.c139 /* sign H */
140 kex->sign(server_host_private, server_host_public, &signature, &slen,
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dmodf.S51 * `val' in *iptr. Both *iptr and the return value have the same sign
58 * have 52 bits of mantissa, 11 bits of exponent, and one bit of sign,
59 * with the sign occupying bit 31 of word 0, and the exponent bits 30:20
78 * %l1 sign bit (0x80000000)
87 .word 0x43300000 ! sign = 0, exponent = 52 + 1023, mantissa = 0
144 * Now insert the original sign in %f4:f5.
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrftime.c498 char const * sign; local
538 sign = "-";
540 } else sign = "+";
541 pt = _add(sign, pt, ptlim);
H A Dstrptime.c561 int sign = 1; local
565 sign = -1;
581 tm->tm_hour -= sign * (i / 100);
582 tm->tm_min -= sign * (i % 100);
/freebsd-9.3-release/lib/msun/src/
H A De_sqrtl.c96 if (u.bits.sign)
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c230 p7->d.sign->cert)) {
242 X509_STORE_CTX_set0_crls(&cert_ctx, p7->d.sign->crl);
377 && p7->d.sign->cert)
379 X509_find_by_issuer_and_serial(p7->d.sign->cert,
H A Dpk7_doit.c174 md_sk = p7->d.sign->md_algs;
175 os = PKCS7_get_octet_string(p7->d.sign->contents);
363 * p7->d.sign->contents is a PKCS7 structure consisting of a contentType
368 data_body = PKCS7_get_octet_string(p7->d.sign->contents);
369 md_sk = p7->d.sign->md_algs;
686 si_sk = p7->d.sign->signer_info;
687 os = PKCS7_get_octet_string(p7->d.sign->contents);
689 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
692 p7->d.sign->contents->d.data = NULL;
740 * sign th
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_prf.c623 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
651 sign = 0; dot = 0; dwidth = 0; upper = 0;
661 sign = 1;
741 sign = 1;
782 sign = 0;
790 if (sign)
827 sign = 1;
833 sign = 0;
869 if (sign && (intmax_t)num < 0) {
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S637 xor ta0, ta0, 1 # negate FT sign bit
649 bne t0, ta0, invalid_s # both infinities same sign?
670 or t0, t0, ta0 # compute result sign
673 and t0, t0, ta0 # compute result sign
729 or t0, t0, ta0 # compute result sign
732 and t0, t0, ta0 # compute result sign
741 move t0, ta0 # sign of result = FTs
753 xor ta0, ta0, 1 # negate sign bit
767 bne t0, ta0, invalid_d # both infinities same sign?
793 or t0, t0, ta0 # compute result sign
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1147 int base, digit, sign; local
1154 sign = -1;
1157 sign = 1;
1169 return (sign < 0) ? -l : l;
1181 int base, digit, sign; local
1188 sign = -1;
1191 sign = 1;
1217 return (sign < 0) ? -l : l;
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h89 /// Non-zero finite numbers are represented internally as a sign bit, a 16-bit
96 /// significant bit of the significand set. The sign of zeroes and infinities
99 /// for zero exponent, all 1 bits for infinity exponent. For NaNs the sign and
361 bool isNegative() const { return sign; }
565 /// Only 2 bits are required, but VisualStudio incorrectly sign extends it.
570 unsigned int sign : 1;
/freebsd-9.3-release/crypto/openssl/apps/
H A DCA.pl.in9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
H A Dpkcs7.c233 certs = p7->d.sign->cert;
234 crls = p7->d.sign->crl;
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetdate.y840 int sign;
848 sign = c == '-' ? -1 : 1;
850 /* skip the '-' sign */
854 sign = 0;
858 if (sign < 0)
860 return sign ? tSNUMBER : tUNUMBER;
/freebsd-9.3-release/usr.bin/find/
H A Dgetdate.y783 int sign;
791 sign = c == '-' ? -1 : 1;
793 /* skip the '-' sign */
797 sign = 0;
801 if (sign < 0)
803 return sign ? tSNUMBER : tUNUMBER;
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dgetdate.y772 int sign;
780 sign = c == '-' ? -1 : 1;
782 /* skip the '-' sign */
786 sign = 0;
790 if (sign < 0)
792 return sign ? tSNUMBER : tUNUMBER;

Completed in 155 milliseconds

12345678910