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

1234567891011

/freebsd-10.0-release/lib/libc/i386/
H A D_fpmath.h35 unsigned int sign :1; member in struct:IEEEl2bits::__anon5374
/freebsd-10.0-release/lib/libc/sparc64/
H A D_fpmath.h33 unsigned int sign :1; member in struct:IEEEl2bits::__anon5500
/freebsd-10.0-release/sys/sys/
H A Dassym.h38 char name ## sign[((value) < 0 ? 1 : 0) + ASSYM_BIAS]; \
/freebsd-10.0-release/lib/libc/xdr/
H A Dxdr_float.c78 unsigned int sign : 1; member in struct:ieee_single
85 unsigned int sign : 1; member in struct:vax_single
134 is.sign = vs.sign;
158 vsp->sign = is.sign;
174 unsigned int sign : 1; member in struct:ieee_double
182 unsigned int sign : 1; member in struct:vax_double
258 id.sign = vd.sign;
[all...]
/freebsd-10.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-10.0-release/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize62 flag sign;
111 z.sign = a>>31;
127 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
205 z.sign = a>>63;
222 ( ( (bits64) a.sign )<<63 )
310 z.sign = a.high>>15;
328 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
415 z.sign = a.high>>63;
432 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dieee754io.c86 unsigned int sign,
95 sprintf(buf, "%c %s %s %s", sign ? '-' : '+',
166 unsigned int sign; local
204 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
206 sign = (val & 0x80) != 0;
268 fmt_flt(sign, mantissa_high, mantissa_low, characteristic),
295 return sign ? IEEE_NEGINFINITY : IEEE_POSINFINITY;
316 return sign ? IEEE_NEGOVERFLOW : IEEE_POSOVERFLOW;
383 * adjust for sign
385 if (sign)
85 fmt_flt( unsigned int sign, unsigned long mh, unsigned long ml, unsigned long ch ) argument
406 unsigned int sign; local
[all...]
/freebsd-10.0-release/tools/test/testfloat/
H A Dslowfloat-64.c41 flag sign; member in struct:__anon11291
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-10.0-release/contrib/gdtoa/
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...]
/freebsd-10.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 */
182 sign = pi->showsign;
262 sign = '-';
266 sign = '\0';
331 * first be prefixed by any sign or other prefix; otherwise,
342 if (sign)
354 if (sign)
[all...]
/freebsd-10.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.c49 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
170 int32_t sign; local
179 sign = 1;
182 sign = 1 - ((n&1)<<1);
185 if(n==1) return(sign*__ieee754_y1f(x));
198 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-10.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-10.0-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp109 appropriate sign. */
592 sign = rhs.sign;
615 sign = Negative;
693 sign != rhs.sign)
713 sign = 0;
723 sign = false;
735 sign = negative;
1094 (rounding_mode == rmTowardPositive && !sign) ||
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c78 if (ret && PKCS7_type_is_data(p7->d.sign->contents))
81 os=p7->d.sign->contents->d.data;
83 p7->d.sign->contents->d.data = NULL;
95 if(!p7->d.sign || !p7->d.sign->contents->d.ptr)
137 if (p7->d.sign->contents != NULL)
138 PKCS7_free(p7->d.sign->contents);
139 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-10.0-release/lib/libc/softfloat/
H A Dsoftfloat-specialize103 flag sign;
159 z.sign = a>>31;
175 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
261 z.sign = FLOAT64_DEMANGLE(a)>>63;
278 ( ( (bits64) a.sign )<<63 )
366 z.sign = a.high>>15;
384 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
471 z.sign = a.high>>63;
488 z.high |= ( ( (bits64) a.sign )<<63 ) | LIT64( 0x7FFF800000000000 );
/freebsd-10.0-release/contrib/binutils/gas/
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-10.0-release/lib/libstand/
H A Dprintf.c161 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
189 sign = 0; dot = 0; dwidth = 0; upper = 0;
199 sign = 1;
279 sign = 1;
320 sign = 0;
328 if (sign)
365 sign = 1;
371 sign = 0;
407 if (sign && (intmax_t)num < 0) {
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld_printf.c130 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
154 sign = 0; dot = 0; dwidth = 0; upper = 0;
164 sign = 1;
244 sign = 1;
285 sign = 0;
293 if (sign)
330 sign = 1;
336 sign = 0;
372 if (sign && (intmax_t)num < 0) {
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dextended.h72 unsigned long sign : 1; member in struct:_FP_UNION_E::__anon1004
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::__anon1005
275 unsigned sign : 1;
289 X##_s = _flo.bits.sign; \
300 X##_s = _flo->bits.sign; \
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dscm-exp.c48 int sign = 0; local
53 { /* leading sign */
56 sign = str[0];
102 if (sign == '-')

Completed in 378 milliseconds

1234567891011