Searched refs:sign (Results 376 - 400 of 1248) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/public-domain/tz/dist/
H A Dziguard.awk31 sign, hours, minutes)
33 sign = field ~ /^-/ ? -1 : 1
39 return 60 * hours + sign * minutes
45 hours, minutes, sign)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drealmpfr.c40 mpfr_set_inf (m, r->sign == 1 ? -1 : 1);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Ddivsi3.S59 eor r1,r1,r0 ; save sign
87 .L0step:eor r0,r20,r19 ; restore sign
H A Ddivsi3-float.S43 asr TMP3,TMP2,31 ; save sign
72 eor r0,r0,TMP3 ; restore sign
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/
H A Dfast_div.S77 //# the exponent might underflow, which we can detect as a sign change.
92 // R0 exponent and sign "replacement" into TMP0
95 SUB TMP5,R0,TMP0 // R0 sign/exponent extraction into TMP5
104 // P0L exponent and sign "replacement"
116 lsr TMP0,r0,31 ; extract sign
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dread_data.c330 int sign; local
332 sign = nextchar;
335 /* the sign always matters for regular values ('+' is implicit),
336 but when no sign appears before 0 or Inf in the data file, it means
341 || sign == '+' || sign == '-';
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_ld.c173 ld.s.sign = MPFR_IS_NEG (x);
207 to get the correct sign (assuming mpfr_get_d supports signed
211 /* we don't propagate the sign bit of NaN */
234 int sign; local
252 sign = MPFR_SIGN (y);
298 if (sign < 0)
H A Dset_d64.c109 * 1 for the sign '-'
178 * a sign bit of 1 bit
287 int sign = 0, n; local
292 /* we don't propagate the sign bit */
311 sign = 1;
322 sign = 1;
457 if (sign == 1)
486 char s[25]; /* need 1 character for sign,
490 4 characters for exponent (including sign),
H A Dset_d128.c111 * 1 for the sign '-'
122 * 1 bit for the sign
163 * a sign bit of 1 bit
260 int sign = 0, n; local
281 /* we don't propagate the sign bit */
300 sign = 1;
311 sign = 1;
455 if (sign == 1)
484 char s[44]; /* need 1 character for sign,
488 5 characters for exponent (including sign),
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Datof-vax.c211 f.sign = '\0';
275 if (f->sign != '-' && f->sign != '+')
282 Bit 15 is sign bit.
328 | ((f->sign == '+') ? 0 : 0x8000)
351 don't get a sticky sign bit after shifting right, and that
H A Datof-ieee.c187 generic_floating_point_number.sign = '\0';
306 if (generic_floating_point_number.sign == '+')
316 if (generic_floating_point_number.sign == 0)
360 else if (generic_floating_point_number.sign == 'P')
405 else if (generic_floating_point_number.sign == 'N')
452 Bit 15 is sign bit.
486 word1 = ((generic_floating_point_number.sign == '+')
602 word1 = ((generic_floating_point_number.sign == '+')
675 don't get a sticky sign bit after shifting right, and that
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_mime.c34 mdalgs = p7->d.sign->md_algs;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drun_tests.pl105 my $sign = $1;
110 if ($sign eq '-' && $initial_arg) {
116 ($sign eq '-' ? "removal" : "addition"),
120 if ($sign eq '-') {
/netbsd-current/usr.bin/telnet/
H A DMakefile77 COPTS.${f}.c+= -Wno-pointer-sign
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/
H A Dfast_div.S77 //# the exponent might underflow, which we can detect as a sign change.
92 // R0 exponent and sign "replacement" into TMP0
95 SUB TMP5,R0,TMP0 // R0 sign/exponent extraction into TMP5
104 // P0L exponent and sign "replacement"
116 lsr TMP0,r0,31 ; extract sign
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Ddivsi3.S59 eor r1,r1,r0 ; save sign
87 .L0step:eor r0,r20,r19 ; restore sign
H A Ddivsi3-float.S43 asr TMP3,TMP2,31 ; save sign
72 eor r0,r0,TMP3 ; restore sign
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drealmpfr.cc40 mpfr_set_inf (m, r->sign == 1 ? -1 : 1);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dprint-utils.cc41 decimal2str (const char *sign, ULONGEST addr, int width) argument
65 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
68 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
72 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
/netbsd-current/external/mit/isl/dist/
H A Disl_dim_map.h16 unsigned n, int sign);
/netbsd-current/lib/libc/gdtoa/
H A Dstrtod.c100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
133 sign = nz0 = nz = 0;
137 sign = 1;
172 switch((i = gethex(&s, &fpi1, &expt, &bb, sign, loc)) & STRTOG_Retmask) {
175 sign = 0;
328 sign = 0;
369 if (sign) {
371 sign = 0;
385 if (sign) {
387 sign
[all...]
/netbsd-current/usr.sbin/installboot/
H A DMakefile44 # XXX libfdt has some sign-comparison issues
45 COPTS.fdt.c+= -Wno-error=sign-compare
46 COPTS.fdt_ro.c+= -Wno-error=sign-compare
47 COPTS.fdt_strerror.c+= -Wno-error=sign-compare
100 COPTS.${f}.c+= -Wno-pointer-sign
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvresize.c35 sign_t sign; member in struct:lvresize_params
196 lp->sign = SIGN_NONE;
214 lp->sign = SIGN_PLUS;
224 lp->sign = arg_sign_value(cmd, extents_ARG, SIGN_NONE);
231 lp->sign = arg_sign_value(cmd, size_ARG, SIGN_NONE);
235 if (lp->resize == LV_EXTEND && lp->sign == SIGN_MINUS) {
240 if (lp->resize == LV_REDUCE && lp->sign == SIGN_PLUS) {
241 log_error("Positive sign not permitted - use lvextend");
342 if (lp->sign == SIGN_MINUS)
382 if (lp->sign
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c187 int sign = DSIGN(sf) == 0; local
188 DSIGNSET(sf, sign);
316 int eexp = 0, sign = 0; local
321 sign = 1, s++;
325 if (sign)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c187 int sign = DSIGN(sf) == 0; local
188 DSIGNSET(sf, sign);
316 int eexp = 0, sign = 0; local
321 sign = 1, s++;
325 if (sign)

Completed in 427 milliseconds

<<11121314151617181920>>