| /src/external/lgpl3/gmp/dist/mpf/ |
| set_d.c | 42 int negative; local 54 negative = d < 0; 57 SIZ(r) = negative ? -LIMBS_PER_DOUBLE : LIMBS_PER_DOUBLE;
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_036.c | 10 unsigned int negative: -1; member in struct:example
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| set_d.c | 50 int negative; local 59 negative = d < 0; 112 SIZ(r) = negative ? -rn : rn;
|
| inp_str.c | 72 int negative; local 90 negative = 0; 93 negative = 1; 169 SIZ (x) = negative ? -xsize : xsize;
|
| set_str.c | 51 int negative; local 70 negative = 0; 73 negative = 1; 140 SIZ (x) = negative ? -xsize : xsize;
|
| /src/external/gpl2/groff/dist/src/devices/xditview/ |
| lex.c | 69 int negative = 0; local 74 negative = 1; 79 if (negative)
|
| /src/external/lgpl3/gmp/dist/mpq/ |
| set_d.c | 48 int negative; local 59 negative = d < 0; 164 SIZ(NUM(dest)) = negative ? -nn : nn;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
| amdgpu_custom_float.c | 37 bool *negative, 53 *negative = false; 62 *negative = format->sign; 65 *negative = false; 129 bool negative, 179 if (negative && format->sign) 194 bool negative; local 197 value, format, &negative, &mantissa, &exponenta) && 199 format, negative, mantissa, exponenta, result);
|
| /src/tests/usr.bin/indent/ |
| lsym_unary_op.c | 74 int negative = -number; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sreal.h | 69 bool negative = m_sig < 0; local 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sreal.h | 68 bool negative = m_sig < 0; local 71 if (negative != other_negative) 72 return negative > other_negative; 75 return negative ? !r : r; 136 static sreal signedless_plus (const sreal &a, const sreal &b, bool negative); 137 static sreal signedless_minus (const sreal &a, const sreal &b, bool negative);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| cbrt.c | 54 int inexact, inexact2, negative, r; local 91 if ((negative = MPFR_IS_NEG(x))) 148 if (negative) 168 if (negative)
|
| get_d.c | 39 int negative; local 50 negative = MPFR_IS_NEG (src); 53 return negative ? MPFR_DBL_INFM : MPFR_DBL_INFP; 56 return negative ? DBL_NEG_ZERO : 0.0; 60 negative = MPFR_IS_NEG (src); 63 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; 72 d = negative ? 86 d = negative ? 105 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, 128 if (negative) 151 int negative; local [all...] |
| get_flt.c | 37 int negative; local 50 negative = MPFR_IS_NEG (src); 53 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; 69 d = negative ? 83 d = negative ? 103 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, 127 if (negative)
|
| root.c | 53 int inexact, negative; local 132 if ((negative = MPFR_IS_NEG(x))) 172 if (negative) 187 if (negative) 388 /* TODO: Should we expand mpfr_root_aux to negative values of k
|
| get_d128.c | 65 get_decimal128_inf (int negative) 67 return negative ? - 1.dl / 0.dl : 1.dl / 0.dl; 72 get_decimal128_zero (int negative) 74 return negative ? - 0.dl : 0.dl; 81 get_decimal128_min (int negative) 83 return negative ? - 1E-6176dl : 1E-6176dl; 88 get_decimal128_max (int negative) 90 return negative ? - DEC128_MAX : DEC128_MAX; 354 int negative; local 365 negative = MPFR_IS_NEG (src) [all...] |
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.h | 20 bool negative; member in struct:dns_rdata_apl_ent
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| apl_42.h | 21 bool negative; member in struct:dns_rdata_apl_ent
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| loc.h | 131 uint64_t negative = 0, limit = 11, maximum = 4284967295llu; local 134 (void)(negative = 1), (void)(limit = 8), maximum = 10000000llu; 138 uint64_t meters = 0, index = negative; 173 if (index == negative || index > limit || index != length || centimeters > maximum) 176 if (negative)
|
| /src/lib/libutil/ |
| getmntopts.c | 127 int negative; local 157 negative = 1; 160 negative = 0; 180 if (negative == m->m_inverse)
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| asn1-common.h | 23 int negative; member in struct:heim_integer
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_color_mgmt.c | 124 * The sign-bit BIT(m+n-1) and above are 0 for positive value and 1 for negative 138 bool negative = !!(user_input & BIT_ULL(63)); local 143 val = clamp_val(mag, 0, negative ? 146 return negative ? -val : val; 208 * Zero on success, negative errno on failure. 251 * Zero on success, negative errno on failure. 320 * Zero on success, negative errno on failure.
|
| /src/external/bsd/bc/dist/ |
| execute.c | 293 rt_error ("Square root of a negative number"); 621 char negative; local 628 negative = FALSE; 644 negative = TRUE; 691 if (negative)
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-utils.c | 84 bool negative = false; local 89 negative = true; 156 return negative ? -retval : retval; 297 error (_("negative value")); 303 error (_("negative value")); 329 or we are not in a range and not in front of an integer, negative 330 integer, convenience var or negative convenience var. */
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-utils.c | 84 bool negative = false; local 89 negative = true; 156 return negative ? -retval : retval; 297 error (_("negative value")); 303 error (_("negative value")); 329 or we are not in a range and not in front of an integer, negative 330 integer, convenience var or negative convenience var. */
|