Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 138) sorted by relevance

123456

/dragonfly/contrib/mpfr/src/
H A Dget_d64.c123 get_decimal64_inf (int negative) in get_decimal64_inf() argument
128 x.s.sig = (negative) ? 1 : 0; in get_decimal64_inf()
136 get_decimal64_zero (int negative) in get_decimal64_zero() argument
141 y.d = negative ? DBL_NEG_ZERO : 0.0; in get_decimal64_zero()
147 get_decimal64_min (int negative) in get_decimal64_min() argument
149 return negative ? - 1E-398dd : 1E-398dd; in get_decimal64_min()
154 get_decimal64_max (int negative) in get_decimal64_max() argument
291 int negative; in mpfr_get_decimal64() local
300 negative = MPFR_IS_NEG (src); in mpfr_get_decimal64()
310 negative = MPFR_IS_NEG (src); in mpfr_get_decimal64()
[all …]
H A Dget_d.c39 int negative; in mpfr_get_d() local
47 negative = MPFR_IS_NEG (src); in mpfr_get_d()
53 return negative ? DBL_NEG_ZERO : 0.0; in mpfr_get_d()
57 negative = MPFR_IS_NEG (src); in mpfr_get_d()
60 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; in mpfr_get_d()
69 d = negative ? in mpfr_get_d()
83 d = negative ? in mpfr_get_d()
120 if (negative) in mpfr_get_d()
143 int negative; in mpfr_get_d_2exp() local
147 negative = MPFR_IS_NEG (src); in mpfr_get_d_2exp()
[all …]
H A Dget_flt.c37 int negative; in mpfr_get_flt() local
47 negative = MPFR_IS_NEG (src); in mpfr_get_flt()
50 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; in mpfr_get_flt()
60 d = negative ? in mpfr_get_flt()
74 d = negative ? in mpfr_get_flt()
97 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, in mpfr_get_flt()
114 if (negative) in mpfr_get_flt()
H A Dstrtofr.c32 int negative; /* non-zero iff the number is negative */ member
248 pstr->negative = (*str == '-'); in parse_string()
299 (pstr->negative) ? MPFR_SET_NEG (x) : MPFR_SET_POS (x); in parse_string()
429 if (pstr->negative) in parse_string()
760 pstr->negative, MPFR_PREC(x), rnd, &res )) in parsed_string_to_mpfr()
772 res = (pstr->negative) ? 1 : -1; in parsed_string_to_mpfr()
776 (pstr->negative) ? MPFR_SET_NEG (x) : MPFR_SET_POS (x); in parsed_string_to_mpfr()
792 res = mpfr_underflow (x, rnd, (pstr->negative) ? -1 : 1); in parsed_string_to_mpfr()
796 res = mpfr_overflow (x, rnd, (pstr->negative) ? -1 : 1); in parsed_string_to_mpfr()
835 res = mpfr_overflow (x, rnd, (pstr.negative) ? -1 : 1); in mpfr_strtofr()
[all …]
H A Dcbrt.c50 int inexact, negative; in mpfr_cbrt() local
87 if ((negative = MPFR_IS_NEG(x))) in mpfr_cbrt()
129 if (negative) in mpfr_cbrt()
144 if (negative) in mpfr_cbrt()
H A Dpow.c483 int negative; in mpfr_pow() local
485 negative = MPFR_IS_NEG (x) && is_odd (y); in mpfr_pow()
490 if (negative) in mpfr_pow()
498 int negative; in mpfr_pow() local
501 negative = MPFR_IS_NEG(x) && is_odd (y); in mpfr_pow()
510 if (negative) in mpfr_pow()
556 int negative, overflow; in mpfr_pow() local
579 negative = MPFR_SIGN(x) < 0 && is_odd (y); in mpfr_pow()
580 return mpfr_overflow (z, rnd_mode, negative ? -1 : 1); in mpfr_pow()
H A Droot.c47 int inexact, negative; in mpfr_root() local
134 if ((negative = MPFR_IS_NEG(x))) in mpfr_root()
181 if (negative) in mpfr_root()
196 if (negative) in mpfr_root()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Dcustom_float.c32 bool *negative, in build_custom_float() argument
48 *negative = false; in build_custom_float()
57 *negative = format->sign; in build_custom_float()
60 *negative = false; in build_custom_float()
124 bool negative, in setup_custom_float() argument
174 if (negative && format->sign) in setup_custom_float()
189 bool negative; in convert_to_custom_float_format() local
192 value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format()
194 format, negative, mantissa, exponenta, result); in convert_to_custom_float_format()
/dragonfly/contrib/smbfs/mount_smbfs/
H A Dgetmntopts.c52 int negative, len; in getmntopts() local
63 negative = 1; in getmntopts()
66 negative = 0; in getmntopts()
89 if (negative == m->m_inverse) in getmntopts()
/dragonfly/lib/libutil/
H A Dgetmntopts.c50 int negative; in getmntopts() local
61 negative = 1; in getmntopts()
64 negative = 0; in getmntopts()
83 if (negative == m->m_inverse) in getmntopts()
/dragonfly/contrib/gmp/mpz/
H A Dset_str.c41 int negative; in mpz_set_str() local
60 negative = 0; in mpz_set_str()
63 negative = 1; in mpz_set_str()
131 x->_mp_size = negative ? -xsize : xsize; in mpz_set_str()
H A Dinp_str.c62 int negative; in mpz_inp_str_nowhite() local
80 negative = 0; in mpz_inp_str_nowhite()
83 negative = 1; in mpz_inp_str_nowhite()
160 x->_mp_size = negative ? -xsize : xsize; in mpz_inp_str_nowhite()
H A Dset_d.c41 int negative; in mpz_set_d() local
50 negative = d < 0; in mpz_set_d()
106 SIZ(r) = negative ? -rn : rn; in mpz_set_d()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsreal.h69 bool negative = m_sig < 0; variable
72 if (negative != other_negative)
73 return negative > other_negative;
76 return negative ? !r : r;
137 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative);
138 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
/dragonfly/sbin/dhclient/
H A Dparse.c243 int negative = 0, tval, max; in convert_num() local
248 negative = 1; in convert_num()
288 if (negative) in convert_num()
296 negative ? "-" : "", val, max); in convert_num()
300 negative ? "-" : "", val, max); in convert_num()
304 negative ? "-" : "", val, max); in convert_num()
309 if (negative) in convert_num()
/dragonfly/contrib/gmp/mpf/
H A Dset_d.c33 int negative; in mpf_set_d() local
45 negative = d < 0; in mpf_set_d()
48 SIZ(r) = negative ? -LIMBS_PER_DOUBLE : LIMBS_PER_DOUBLE; in mpf_set_d()
H A Dset_str.c118 int negative; in mpf_set_str() local
133 negative = 0; in mpf_set_str()
136 negative = 1; in mpf_set_str()
312 SIZ(x) = negative ? -mn : mn; in mpf_set_str()
386 SIZ(x) = negative ? -rn : rn; in mpf_set_str()
/dragonfly/sys/dev/drm/amd/display/include/
H A Dfixed31_32.h232 bool negative = arg.value < 0; in dc_fixpt_shr() local
234 if (negative) in dc_fixpt_shr()
237 if (negative) in dc_fixpt_shr()
523 bool negative = arg.value < 0; in dc_fixpt_truncate() local
530 if (negative) in dc_fixpt_truncate()
533 if (negative) in dc_fixpt_truncate()
/dragonfly/contrib/gmp/mpq/
H A Dset_d.c37 int negative; in mpq_set_d() local
48 negative = d < 0; in mpq_set_d()
115 SIZ(&(dest->_mp_num)) = negative ? -nn : nn; in mpq_set_d()
156 SIZ(&(dest->_mp_num)) = negative ? -nn : nn; in mpq_set_d()
/dragonfly/tools/regression/lib/libm/
H A Dtest-nearbyint.c81 get_output(int testindex, int rmodeindex, int negative) in get_output() argument
85 if (negative) { /* swap downwards and upwards if input is negative */ in get_output()
94 return (negative ? -out : out); in get_output()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_int.c198 asn1_aint_get_int64(CBS *cbs, int negative, int64_t *out_val) in asn1_aint_get_int64() argument
205 if (negative) { in asn1_aint_get_int64()
652 uint8_t negative; in c2i_ASN1_INTEGER_cbs() local
672 negative = (val >> 7); in c2i_ASN1_INTEGER_cbs()
673 padding = ~(negative - 1) & 0xff; in c2i_ASN1_INTEGER_cbs()
705 if (negative) { in c2i_ASN1_INTEGER_cbs()
/dragonfly/sbin/mount_ufs/
H A Dmount.c315 int negative, found; in hasopt() local
319 negative = 1; in hasopt()
322 negative = 0; in hasopt()
328 found = negative; in hasopt()
330 found = !negative; in hasopt()
/dragonfly/sbin/mount/
H A Dmount.c356 int negative, found; in hasopt() local
360 negative = 1; in hasopt()
363 negative = 0; in hasopt()
369 found = negative; in hasopt()
371 found = !negative; in hasopt()
/dragonfly/crypto/openssh/
H A Dsmult_curve25519_ref.c54 unsigned int negative; in freeze() local
58 negative = -((a[31] >> 7) & 1); in freeze()
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]); in freeze()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tilepro.texi175 @code{lo16(N)} is negative it adds one to the @code{hi16(N)}
203 @code{got_lo16} of the input value is negative.
238 if @code{tls_gd_lo16} of the input value is negative.
261 if @code{tls_ie_lo16} of the input value is negative.
281 if @code{tls_le_lo16} of the input value is negative.

123456