Searched refs:sign (Results 51 - 75 of 274) sorted by relevance

1234567891011

/freebsd-11.0-release/contrib/binutils/gas/
H A Dflonum.h48 /* JF: A sign value of 0 means we have been asked to assemble NaN
49 A sign value of 'P' means we've been asked to assemble +Inf
50 A sign value of 'N' means we've been asked to assemble -Inf
58 char sign; /* '+' or '-' */ member in struct:FLONUM_STRUCT
H A Datof-generic.c58 <flonum> ::= <optional-sign> <decimal-number> <optional-exponent>
59 <optional-sign> ::= '+' | '-' | {empty}
66 | <exponent-character> <optional-sign> <integer>
128 address_of_generic_floating_point_number->sign = 0;
141 address_of_generic_floating_point_number->sign =
301 address_of_generic_floating_point_number->sign = digits_sign_char;
439 * The value of digits_flonum . sign should not be important.
440 * We have already decided the output's sign.
441 * We trust that the sign won't influence the other parts of the number!
445 * (2) in future there may be more meaning attached to sign,
[all...]
H A Dread.h118 extern int output_leb128 (char *, valueT, int sign);
123 extern int sizeof_leb128 (valueT, int sign);
168 extern void s_leb128 (int sign);
/freebsd-11.0-release/contrib/gdtoa/
H A Dg__fmt.c40 g__fmt(b, s, se, decpt, sign, blen) char *b; char *s; char *se; int decpt; ULong sign; size_t blen;
42 g__fmt(char *b, char *s, char *se, int decpt, ULong sign, size_t blen)
70 len = (se-s) + dlen + 6; /* 6 = sign + e+dd + trailing null */
74 if (sign)
H A Dgethex.c40 gethex(sp, fpi, exp, bp, sign)
41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
159 if (sign)
163 if (!sign)
178 if (!sign)
182 if (sign)
275 if (!sign)
279 if (sign) {
321 up = 1 - sign;
[all...]
H A Dg_ddfmt.c124 z->sign = 1 - z->sign;
129 z->sign = 1;
167 b = g__fmt(buf, s, se, decpt, z->sign, bufsize);
/freebsd-11.0-release/lib/libc/sparc64/
H A D_fpmath.h33 unsigned int sign :1; member in struct:IEEEl2bits::__anon6736
/freebsd-11.0-release/sys/sys/
H A Dassym.h38 char name ## sign[((value) < 0 ? 1 : 0) + ASSYM_BIAS]; \
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_float.c72 unsigned int sign : 1; member in struct:ieee_single
79 unsigned int sign : 1; member in struct:vax_single
125 is.sign = vs.sign;
148 vsp->sign = is.sign;
164 unsigned int sign : 1; member in struct:ieee_double
172 unsigned int sign : 1; member in struct:vax_double
245 id.sign = vd.sign;
[all...]
/freebsd-11.0-release/contrib/libxo/libxo/
H A Dxo_humanize.h67 int b, i, r, maxscale, s1, s2, sign; local
115 sign = -1;
117 baselen = 3; /* sign, digit, prefix */
119 sign = 1;
158 ((sign == -1) ? "-" : ""),
164 ((sign == -1) ? "-" : ""),
/freebsd-11.0-release/lib/libutil/
H A Dhumanize_number.c53 int i, r, remainder, s1, s2, sign; local
115 sign = -1;
117 baselen += 2; /* sign, digit */
119 sign = 1;
171 sign * s1, localeconv()->decimal_point, s2,
175 sign * (quotient + (remainder + divisor / 2) / divisor),
/freebsd-11.0-release/contrib/ntp/libparse/
H A Dieee754io.c86 unsigned int sign,
95 snprintf(buf, LIB_BUFLENGTH, "%c %s %s %s", sign ? '-' : '+',
170 unsigned int sign; local
208 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
210 sign = (val & 0x80) != 0;
272 fmt_flt(sign, mantissa_high, mantissa_low, characteristic),
299 return sign ? IEEE_NEGINFINITY : IEEE_POSINFINITY;
320 return sign ? IEEE_NEGOVERFLOW : IEEE_POSOVERFLOW;
387 * adjust for sign
389 if (sign)
85 fmt_flt( unsigned int sign, unsigned long mh, unsigned long ml, unsigned long ch ) argument
410 unsigned int sign; local
[all...]
/freebsd-11.0-release/lib/libc/riscv/
H A D_fpmath.h36 unsigned int sign :1; member in struct:IEEEl2bits::__anon6707
/freebsd-11.0-release/tools/test/testfloat/
H A Dslowfloat-64.c41 flag sign; member in struct:__anon13641
142 if ( ! zx.sign ) goto noIncrement;
145 if ( zx.sign ) goto noIncrement;
178 if ( ! zx.sign ) goto noIncrement;
181 if ( zx.sign ) goto noIncrement;
215 if ( ! zx.sign ) goto noIncrement;
218 if ( zx.sign ) goto noIncrement;
251 if ( ! zx.sign ) goto noIncrement;
254 if ( zx.sign ) goto noIncrement;
275 ax.sign
[all...]
/freebsd-11.0-release/lib/libc/stdio/
H A Dxprintf_int.c262 int rdx, sign, zext, ngrp; local
289 sign = 1;
296 sign = 0;
301 sign = 0;
306 sign = 0;
314 if (sign)
319 if (sign && argp->intmaxarg < 0) {
325 if (sign && argp->longarg < 0) {
331 if (sign && (short)argp->intarg < 0) {
337 if (sign
[all...]
H A Dxprintf_float.c139 * A: 'sign' holds this value if present; '\0' otherwise
157 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
168 int realsz; /* field size expanded by dprec, sign, etc */
181 sign = pi->showsign;
261 sign = '-';
265 sign = '\0';
330 * first be prefixed by any sign or other prefix; otherwise,
341 if (sign)
351 if (sign)
[all...]
/freebsd-11.0-release/lib/msun/src/
H A De_sqrtf.c29 int32_t sign = (int)0x80000000; local
42 if((ix&(~sign))==0) return x;/* sqrt(+-0) = +-0 */
H A De_jnf.c55 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
176 int32_t sign; local
184 sign = 1;
187 sign = 1 - ((n&1)<<1);
190 if(n==1) return(sign*__ieee754_y1f(x));
203 if(sign>0) return b; else return -b;
H A Ds_ceill.c65 u.e = u.bits.sign ? -0.0 : 1.0;
70 if (!u.bits.sign) {
87 if (!u.bits.sign) {
H A Ds_floorl.c65 u.e = u.bits.sign ? -1.0 : 0.0;
70 if (u.bits.sign) {
87 if (u.bits.sign) {
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dmep-relocs.pl58 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
61 push(@sign, $sign);
64 printf "%4d $rel p=`$pattern' s=`$sign' a=`$attrs'\n", $#pattern;
137 $overflow = $sign[$i];
149 $v = "s" if $sign[$i] =~ /S/;
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c77 if (ret && PKCS7_type_is_data(p7->d.sign->contents)) {
79 os = p7->d.sign->contents->d.data;
81 p7->d.sign->contents->d.data = NULL;
91 if (!p7->d.sign || !p7->d.sign->contents->d.ptr)
136 if (p7->d.sign->contents != NULL)
137 PKCS7_free(p7->d.sign->contents);
138 p7->d.sign->contents = p7_data;
170 if ((p7->d.sign = PKCS7_SIGNED_new()) == NULL)
172 if (!ASN1_INTEGER_set(p7->d.sign
[all...]
/freebsd-11.0-release/lib/libstand/
H A Dprintf.c211 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
239 sign = 0; dot = 0; dwidth = 0; upper = 0;
249 sign = 1;
329 sign = 1;
370 sign = 0;
378 if (sign)
419 sign = 1;
425 sign = 0;
461 if (sign && (intmax_t)num < 0) {
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dscm-exp.c48 int sign = 0; local
53 { /* leading sign */
56 sign = str[0];
102 if (sign == '-')
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dextended.h72 unsigned long sign : 1; member in struct:_FP_UNION_E::__anon1277
80 unsigned sign : 1;
96 X##_s = _flo.bits.sign; \
108 X##_s = _flo->bits.sign; \
120 _flo.bits.sign = X##_s; \
137 _flo->bits.sign = X##_s; \
269 unsigned sign : 1; member in struct:_FP_UNION_E::__anon1278
275 unsigned sign : 1;
289 X##_s = _flo.bits.sign; \
300 X##_s = _flo->bits.sign; \
[all...]

Completed in 296 milliseconds

1234567891011