Searched refs:sign (Results 176 - 200 of 244) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Dmodsi3.S59 mov %o0,%g3 ! record sign of result in sign of %g3
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dexterns1.h76 extern int sign(int64_t, tspec_t, int);
H A Dscan.l612 sign(int64_t q, tspec_t t, int len)
630 * Extends the sign of q.
639 if (t == PTR || isutyp(t) || !sign(q, t, len)) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_internal.h175 isc_result_t (*sign)(dst_context_t *dctx, isc_buffer_t *sig); member in struct:dst_func
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dop-2.h212 X##_s = _flo.bits.sign; \
223 X##_s = _flo->bits.sign; \
238 _flo.bits.sign = X##_s; \
251 _flo->bits.sign = X##_s; \
H A Dop-4.h203 X##_s = _flo.bits.sign; \
216 X##_s = _flo->bits.sign; \
227 _flo.bits.sign = X##_s; \
241 _flo->bits.sign = X##_s; \
/freebsd-9.3-release/contrib/gcc/
H A Dreal.h50 unsigned int sign : 1;
142 /* The bit position of the sign bit, for determining whether a value
146 /* The bit position of the sign bit, for changing the sign of a number,
426 /* Set the sign of R to the sign of X. */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-fileio.c288 int sign = 1; local
300 sign = -sign;
315 *retlong *= sign;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c126 * Note: This code assumes that 'nanos' has the same sign as 'sec',
171 int sign; local
174 sign = -1;
177 sign = 1;
182 if (sign < 0)
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c137 int which, sign, local_index, substring_okay; local
160 sign = 1;
178 sign = -1;
190 if (sign < 0)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.set.c538 int sign; local
544 sign = 0;
548 sign++;
568 return (sign ? -n : n);
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c74 ADB_ENTRY(NID_pkcs7_signed, ASN1_NDEF_EXP_OPT(PKCS7, d.sign, PKCS7_SIGNED, 0)),
/freebsd-9.3-release/crypto/openssl/apps/
H A Dcrl2p7.c213 p7->d.sign = p7s;
H A Dx509.c127 " -signkey arg - self sign cert with arg\n",
129 " -req - input is a certificate request, sign and output.\n",
151 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext,
505 BIO_printf(bio_err, "We need a private key to sign with\n");
835 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect))
1130 /* self sign */
1131 static int sign(X509 *x, EVP_PKEY *pkey, int days, int clrext, function
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-i386.c975 /* If BFD64, sign extend val. */
1496 int sign,
1530 sign = -1;
1542 && !sign)
1544 && sign > 0))
1553 if (!sign)
1566 if (sign > 0)
1580 sign > 0 ? "signed" : "unsigned", size);
4161 int sign = (i.types[n] & Disp32S) != 0;
4189 reloc_type = reloc (size, pcrel, sign,
1490 reloc(unsigned int size, int pcrel, int sign, bfd_reloc_code_real_type other) argument
4157 int sign = (i.types[n] & Disp32S) != 0; local
4262 int sign; local
7393 char *str, sign = cur_token.code; local
7504 char *save_str, sign = 0; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dexpr.c188 0 /* sign. */
727 bignums. It should only sign extend negative numbers, so that
728 something like ``.quad 0x80000000'' is not sign extended even
1029 && (generic_floating_point_number.sign == '+'
1030 || generic_floating_point_number.sign == 'P'))
1033 if (generic_floating_point_number.sign == '+')
1034 generic_floating_point_number.sign = '-';
1036 generic_floating_point_number.sign = 'N';
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp992 int sign = '+'; local
994 sign = c;
998 input_stack::push_back(sign);
1003 context_buffer += char(sign);
1023 if (sign == '-')
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Dchk.c597 int fwidth, prec, left, sign, space, alt, zero; local
615 fwidth = prec = left = sign = space = alt = zero = 0;
625 if (sign)
627 sign = 1;
696 if (sz != NOTSPEC || left || sign || space ||
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm828 eor work, divisor @ Save the sign of the result.
857 eor ip, r0, r1 @ save the sign of the result.
875 10: teq ip, r0 @ same sign ?
928 @ Need to save the sign of the dividend, unfortunately, we need
954 movs ip, r0 @ preserve sign of dividend
1013 case of logical shifts) or the sign (for asr). */
1069 @ the sign bit into all of AL. That's not what we want...
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk63 CWARNFLAGS+= -Wno-pointer-sign
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm131 ! compute sign of result; if neither is negative, no problem
134 xor %o1, %o0, %g3 ! compute sign in any case
479 ! compute sign of result; if neither is negative, no problem
482 mov %o0, %g3 ! sign of remainder matches %o0
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c494 int idx, sign, sub, num, begin, ret; local
511 sign = 0;
513 sign = 1;
525 if (sign)
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c665 * of signless forms (data1, data2, etc) that take their sign from the
1252 int sign = 1; local
1263 sign = 1;
1265 sign = 0;
1309 intr->intr_signed = sign;
1313 (sign ? "" : "unsigned "),
/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c794 int sign = (done_ccb->ataio.res.lba_high << 8) + local
797 ("SIGNATURE: %04x\n", sign));
798 if (sign == 0x0000 &&
802 } else if (sign == 0x9669 &&
814 } else if (sign == 0xc33c &&
818 } else if (sign == 0xeb14 &&
825 "Unexpected signature 0x%04x\n", sign);
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp5435 const char sign = static_cast<char>(money_base::sign); local
5443 // function'. "Space between sign and symbol or value" means that
5444 // if the sign is adjacent to the symbol, there's a space between
5445 // them, and otherwise there's a space between the sign and value.
5448 // international curr_symbol is used to separate the sign and
5451 // separate the symbol and value-or-sign with a space, we rearrange the
5455 // We also need to avoid adding an extra space between the sign
5475 pat.field[0] = sign;
5484 case 2: // Space between sign an
[all...]

Completed in 394 milliseconds

12345678910