Searched refs:sign (Results 26 - 50 of 1240) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/32/
H A Dtf-signs.c34 unsigned sign : 1; member in struct:_FP_UNION_Q::__anon1454
48 A.bits.sign = B.bits.sign;
59 A.bits.sign = 0;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dryu_generic_128.h42 bool sign; member in struct:floating_decimal_128
50 // sign + mantissa digits + decimal dot + 'E' + exponent sign + exponent digits
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c75 mp_size_t nsize, sign; local
101 for (sign = 0; sign >= -1; sign--, want = -want)
103 got = mpn_get_d (np, nsize, sign, exp);
110 printf (" sign %ld\n", (long) sign);
129 mp_size_t nsize, sign; local
145 for (sign = 0; sign >
180 mp_size_t nsize, sign; local
224 mp_size_t nsize, sign, got_sign; local
271 mp_size_t sign; local
321 mp_size_t sign; local
408 mp_size_t nalloc, nsize, sign; local
[all...]
/netbsd-current/lib/libutil/
H A Dstrpct.c56 int sign; local
70 sign = 1;
72 sign = 0;
76 sign++;
79 sign &= 1;
80 (void)strpct(buf + sign, bufsiz - sign, (uintmax_t)numerator,
82 if (sign)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_read_signed_bin.c32 a->sign = MP_ZPOS;
34 a->sign = MP_NEG;
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dlroundq.c29 int sign; local
33 sign = (i0 & 0x8000000000000000ULL) != 0 ? -1 : 1;
42 return j0 < -1 ? 0 : sign;
49 && sign == 1
71 && sign == 1
86 && !(sign == -1 && x > (__float128) LONG_MIN - 0.5Q))
89 return sign == 1 ? LONG_MAX : LONG_MIN;
105 return sign * result;
H A Dllroundq.c29 int sign; local
33 sign = (i0 & 0x8000000000000000ULL) != 0 ? -1 : 1;
40 return j0 < -1 ? 0 : sign;
63 if (sign == 1 && result == LLONG_MIN)
77 && !(sign == -1 && x > (__float128) LLONG_MIN - 0.5Q))
80 return sign == 1 ? LLONG_MAX : LLONG_MIN;
94 return sign * result;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlroundq.c29 int sign; local
33 sign = (i0 & 0x8000000000000000ULL) != 0 ? -1 : 1;
42 return j0 < -1 ? 0 : sign;
49 && sign == 1
71 && sign == 1
86 && !(sign == -1 && x > (__float128) LONG_MIN - 0.5Q))
89 return sign == 1 ? LONG_MAX : LONG_MIN;
105 return sign * result;
H A Dllroundq.c29 int sign; local
33 sign = (i0 & 0x8000000000000000ULL) != 0 ? -1 : 1;
40 return j0 < -1 ? 0 : sign;
63 if (sign == 1 && result == LLONG_MIN)
77 && !(sign == -1 && x > (__float128) LLONG_MIN - 0.5Q))
80 return sign == 1 ? LLONG_MAX : LLONG_MIN;
94 return sign * result;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Daddi.s14 .macro tran1632 insn32, insn16, sign
18 \insn32 r0, \sign * 1
21 \insn32 r15, \sign * 16
24 \insn32 r15, \sign * 1024 * 16
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dsetup.sh21 (cd ns2 && $SHELL sign.sh)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drange.cc49 signop sign = TYPE_SIGN (type); local
50 return value_range (type, wi::zero (prec), wi::max_value (prec, sign));
57 signop sign = TYPE_SIGN (type); local
59 if (sign == UNSIGNED)
62 r = value_range (type, wi::min_value (prec, sign), wi::minus_one (prec));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dtf-signs.c32 unsigned sign : 1; member in struct:_FP_UNION_Q::__anon1200
47 A.bits.sign = B.bits.sign;
58 A.bits.sign = 0;
70 return A.bits.sign;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drange.cc49 signop sign = TYPE_SIGN (type); local
50 return value_range (type, wi::zero (prec), wi::max_value (prec, sign));
57 signop sign = TYPE_SIGN (type); local
59 if (sign == UNSIGNED)
62 r = value_range (type, wi::min_value (prec, sign), wi::minus_one (prec));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dtf-signs.c32 unsigned sign : 1; member in struct:_FP_UNION_Q::__anon1463
47 A.bits.sign = B.bits.sign;
58 A.bits.sign = 0;
70 return A.bits.sign;
/netbsd-current/lib/libm/src/
H A Ds_rintl.c61 int ex, sign; local
72 sign = expsign >> 15;
81 x += shift[sign];
82 x -= shift[sign];
85 * If the result is +-0, then it must have the same sign as x, but
86 * the above calculation doesn't always give this. Fix up the sign.
89 return (zero[sign]);
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_implode.c165 * to the sign of the overflowing result. If false, overflow is to go
169 toinf(struct fpemu *fe, int sign) argument
186 inf = sign == 0;
190 inf = sign;
197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd) argument
217 if (!sign)
221 if (sign)
237 int sign, exp, tmp_cx; local
239 sign = fp->fp_sign;
245 sign
289 int sign, exp, tmp_cx; local
343 u_int sign = fp->fp_sign << 31; local
442 u_int sign = fp->fp_sign << 31; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dfp16.c60 unsigned short sign = (a >> (fmt->size - 16)) & 0x8000; local
76 return sign;
78 return sign | 0x7c00; /* Infinity. */
80 return sign | 0x7e00 | (mantissa >> (fmt->significand - 10));
85 return sign;
120 return sign | 0x7c00;
125 return sign | 0x7fff;
129 return sign;
139 This is formed of the sign bit, the bias-adjusted exponent, and the
153 return sign | (((aex
171 unsigned int sign = (unsigned int)(a & 0x8000) << 16; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dfp16.c68 unsigned short sign = (a >> (fmt->size - 16)) & 0x8000; local
84 return sign;
86 return sign | 0x7c00; /* Infinity. */
88 return sign | 0x7e00 | (mantissa >> (fmt->significand - 10));
93 return sign;
128 return sign | 0x7c00;
133 return sign | 0x7fff;
137 return sign;
147 This is formed of the sign bit, the bias-adjusted exponent, and the
161 return sign | (((aex
179 unsigned int sign = (unsigned int)(a & 0x8000) << 16; local
[all...]
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_implode.c159 * to the sign of the overflowing result. If false, overflow is to go
163 toinf(struct fpemu *fe, int sign) argument
180 inf = sign == 0;
184 inf = sign;
200 int sign, exp; local
202 sign = fp->fp_sign;
225 if (i >= ((u_int)0x80000000 + sign))
227 return (sign ? -i : i);
234 return (0x7fffffff + sign);
248 int sign, ex local
296 u_int sign = fp->fp_sign << 31; local
378 u_int sign = fp->fp_sign << 31; local
436 u_int sign = fp->fp_sign << 31; local
[all...]
/netbsd-current/sys/arch/hppa/spmath/
H A Ddivsfm.c52 register int sign, op1_sign; local
60 /* get sign of result */
61 sign = opnd1 ^ opnd2;
107 if (sign<0) result_lo = -result_lo;
H A Ddivsfr.c52 int sign, op1_sign; local
60 /* get sign of result */
61 sign = opnd1 ^ opnd2;
102 if (sign<0) result_lo = -result_lo;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfloatditf.c28 // All other cases begin by extracting the sign and absolute value of a
29 rep_t sign = 0;
32 sign = signBit;
46 // Insert the sign bit and return
47 return fromRep(result | sign);
H A Dfloatsitf.c28 // All other cases begin by extracting the sign and absolute value of a
29 rep_t sign = 0;
32 sign = signBit;
46 // Insert the sign bit and return
47 return fromRep(result | sign);
H A Dfloatsidf.c30 // All other cases begin by extracting the sign and absolute value of a
31 rep_t sign = 0;
33 sign = signBit;
49 // Insert the sign bit and return
50 return fromRep(result | sign);

Completed in 333 milliseconds

1234567891011>>