Home
last modified time | relevance | path

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

12345678910>>...69

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.c38 return value == a.value && negative == a.negative;
43 return (negative && !a.negative)
44 || (negative == a.negative && value < a.value);
61 else if (negative)
64 negative = false;
74 return SignExtendedNumber(~value, !negative);
80 return SignExtendedNumber(-negative);
82 return SignExtendedNumber(-value, !negative);
104 if (negative != rhs.negative)
106 else if (negative)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d30 bool negative; member
54 return negative && value == 0; in isMinimum()
59 return value == a.value && negative == a.negative; in opEquals()
64 if (negative != a.negative) in opCmp()
66 if (negative) in opCmp()
83 else if (negative)
86 negative = false;
96 return SignExtendedNumber(~value, !negative);
102 return SignExtendedNumber(-cast(ulong)negative);
104 return SignExtendedNumber(-value, !negative);
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dget_d128.c65 get_decimal128_inf (int negative) in get_decimal128_inf() argument
67 return negative ? - 1.dl / 0.dl : 1.dl / 0.dl; in get_decimal128_inf()
72 get_decimal128_zero (int negative) in get_decimal128_zero() argument
74 return negative ? - 0.dl : 0.dl; in get_decimal128_zero()
81 get_decimal128_min (int negative) in get_decimal128_min() argument
83 return negative ? - 1E-6176dl : 1E-6176dl; in get_decimal128_min()
88 get_decimal128_max (int negative) in get_decimal128_max() argument
90 return negative ? - DEC128_MAX : DEC128_MAX; in get_decimal128_max()
354 int negative; in mpfr_get_decimal128() local
365 negative = MPFR_IS_NEG (src); in mpfr_get_decimal128()
[all …]
H A Dget_d64.c136 get_decimal64_inf (int negative) in get_decimal64_inf() argument
142 x.s.sig = (negative) ? 1 : 0; in get_decimal64_inf()
147 return (_Decimal64) (negative ? MPFR_DBL_INFM : MPFR_DBL_INFP); in get_decimal64_inf()
153 get_decimal64_zero (int negative) in get_decimal64_zero() argument
155 return negative ? -0.dd : 0.dd; in get_decimal64_zero()
162 get_decimal64_min (int negative) in get_decimal64_min() argument
164 return negative ? - 1E-398dd : 1E-398dd; in get_decimal64_min()
169 get_decimal64_max (int negative) in get_decimal64_max() argument
171 return negative ? - DEC64_MAX : DEC64_MAX; in get_decimal64_max()
509 int negative; in mpfr_get_decimal64() local
[all …]
H A Dget_d.c39 int negative; in mpfr_get_d() local
50 negative = MPFR_IS_NEG (src); in mpfr_get_d()
53 return negative ? MPFR_DBL_INFM : MPFR_DBL_INFP; in mpfr_get_d()
56 return negative ? DBL_NEG_ZERO : 0.0; in mpfr_get_d()
60 negative = MPFR_IS_NEG (src); in mpfr_get_d()
63 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; in mpfr_get_d()
72 d = negative ? in mpfr_get_d()
86 d = negative ? in mpfr_get_d()
105 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, in mpfr_get_d()
128 if (negative) in mpfr_get_d()
[all …]
H A Dget_flt.c37 int negative; in mpfr_get_flt() local
50 negative = MPFR_IS_NEG (src); in mpfr_get_flt()
53 rnd_mode = negative ? MPFR_RNDD : MPFR_RNDU; in mpfr_get_flt()
69 d = negative ? in mpfr_get_flt()
83 d = negative ? in mpfr_get_flt()
103 carry = mpfr_round_raw_4 (tp, MPFR_MANT(src), MPFR_PREC(src), negative, in mpfr_get_flt()
127 if (negative) in mpfr_get_flt()
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dsnprintf.c92 get_negsign(int negative, int plus, int space) in get_negsign() argument
94 if(negative) in get_negsign()
241 int zero, int negative, char* buf, int len) in print_num() argument
244 char s = get_negsign(negative, plus, space); in print_num()
301 int negative = (value < 0); in print_num_d() local
304 (unsigned int)(negative?-value:value)); in print_num_d()
306 plus, space, zero, negative, buf, len); in print_num_d()
316 int negative = (value < 0); in print_num_ld() local
319 (unsigned long)(negative?-value:value)); in print_num_ld()
321 plus, space, zero, negative, buf, len); in print_num_ld()
[all …]
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dsnprintf.c92 get_negsign(int negative, int plus, int space) in get_negsign() argument
94 if(negative) in get_negsign()
241 int zero, int negative, char* buf, int len) in print_num() argument
244 char s = get_negsign(negative, plus, space); in print_num()
301 int negative = (value < 0); in print_num_d() local
304 (unsigned int)(negative?-value:value)); in print_num_d()
306 plus, space, zero, negative, buf, len); in print_num_d()
316 int negative = (value < 0); in print_num_ld() local
319 (unsigned long)(negative?-value:value)); in print_num_ld()
321 plus, space, zero, negative, buf, len); in print_num_ld()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_custom_float.c37 bool *negative, in build_custom_float() argument
53 *negative = false; in build_custom_float()
62 *negative = format->sign; in build_custom_float()
65 *negative = false; in build_custom_float()
129 bool negative, in setup_custom_float() argument
179 if (negative && format->sign) in setup_custom_float()
194 bool negative; in convert_to_custom_float_format() local
197 value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format()
199 format, negative, mantissa, exponenta, result); in convert_to_custom_float_format()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dlb1spc.S137 ! compute sign of result; if neither is negative, no problem
138 orcc %o1, %o0, %g0 ! either negative?
144 ! %o1 is definitely negative; %o0 might also be negative
145 bge ready_to_divide ! if %o0 not negative...
147 1: ! %o0 is negative, %o1 is nonnegative
281 ! remainder is negative
288 ! remainder is negative
299 ! remainder is negative
305 ! remainder is negative
321 ! remainder is negative
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dlb1spc.S137 ! compute sign of result; if neither is negative, no problem
138 orcc %o1, %o0, %g0 ! either negative?
144 ! %o1 is definitely negative; %o0 might also be negative
145 bge ready_to_divide ! if %o0 not negative...
147 1: ! %o0 is negative, %o1 is nonnegative
281 ! remainder is negative
288 ! remainder is negative
299 ! remainder is negative
305 ! remainder is negative
321 ! remainder is negative
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c108 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);
152 overflow_value (int negative) in overflow_value() argument
157 FLOAT result = (negative ? -MAX_VALUE : MAX_VALUE) * MAX_VALUE; in overflow_value()
164 underflow_value (int negative) in underflow_value() argument
169 FLOAT result = (negative ? -MIN_VALUE : MIN_VALUE) * MIN_VALUE; in underflow_value()
176 round_and_return (mp_limb_t *retval, intmax_t exponent, int negative, in round_and_return() argument
189 return underflow_value (negative); in round_and_return()
238 if (round_away (negative, in round_and_return()
288 if (round_away (negative, in round_and_return()
318 return overflow_value (negative); in round_and_return()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c108 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);
152 overflow_value (int negative) in overflow_value() argument
157 FLOAT result = (negative ? -MAX_VALUE : MAX_VALUE) * MAX_VALUE; in overflow_value()
164 underflow_value (int negative) in underflow_value() argument
169 FLOAT result = (negative ? -MIN_VALUE : MIN_VALUE) * MIN_VALUE; in underflow_value()
176 round_and_return (mp_limb_t *retval, intmax_t exponent, int negative, in round_and_return() argument
189 return underflow_value (negative); in round_and_return()
238 if (round_away (negative, in round_and_return()
288 if (round_away (negative, in round_and_return()
318 return overflow_value (negative); in round_and_return()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c139 hi->negative = 0; in BN_bin2bn()
163 int negative; in BN_hex2bn() local
174 negative = 1; in BN_hex2bn()
177 negative = 0; in BN_hex2bn()
189 BN_set_negative(*bnp, negative); in BN_hex2bn()
226 ((heim_integer *)bn)->negative = (flag ? 1 : 0); in BN_set_negative()
232 return ((const heim_integer *)bn)->negative ? 1 : 0; in BN_is_negative()
312 if (hi->negative || hi->length > sizeof(num)) in BN_get_word()
328 i->negative = 0; in BN_rand()
381 if (ai->negative && bi->negative) in BN_uadd()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Ddivmodhi.S33 ;; Test for a negative denumerator.
39 ;; Test for a negative numerator.
44 ;; Neither are negative - we can use the unsigned divide instruction.
60 ;; Test for a negative numerator.
63 ;; If it is not negative then we perform the division and then negate the result.
99 ;; Test for a negative denumerator.
105 ;; Test for a negative numerator.
110 ;; Neither are negative - we can use the unsigned divide instruction.
127 ;; Test for a negative numerator.
130 ;; If it is not negative then we perform the modulo operation without conversion.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Ddivmodhi.S33 ;; Test for a negative denumerator.
39 ;; Test for a negative numerator.
44 ;; Neither are negative - we can use the unsigned divide instruction.
60 ;; Test for a negative numerator.
63 ;; If it is not negative then we perform the division and then negate the result.
99 ;; Test for a negative denumerator.
105 ;; Test for a negative numerator.
110 ;; Neither are negative - we can use the unsigned divide instruction.
127 ;; Test for a negative numerator.
130 ;; If it is not negative then we perform the modulo operation without conversion.
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_printf.cc44 bool negative, bool uppercase) { in AppendNumber() argument
47 RAW_CHECK(base == 10 || !negative); in AppendNumber()
48 RAW_CHECK(absolute_value || !negative); in AppendNumber()
51 if (negative && minimal_num_length) in AppendNumber()
53 if (negative && pad_with_zero) in AppendNumber()
74 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
92 bool negative = (num < 0); in AppendSignedDecimal() local
93 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal()
94 minimal_num_length, pad_with_zero, negative, in AppendSignedDecimal()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fphex.c92 int negative; in __quadmath_printf_fphex() local
172 negative = fpnum.ieee.negative != 0; in __quadmath_printf_fphex()
200 negative = signbitq (fpnum.value); in __quadmath_printf_fphex()
208 if (negative || info->showsign || info->space) in __quadmath_printf_fphex()
215 if (negative) in __quadmath_printf_fphex()
345 do_round_away = round_away (negative, last_digit_value & 1, in __quadmath_printf_fphex()
422 width -= ((negative || info->showsign || info->space) in __quadmath_printf_fphex()
438 if (negative) in __quadmath_printf_fphex()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cpp43 bool negative, bool uppercase) { in AppendNumber() argument
46 RAW_CHECK(base == 10 || !negative); in AppendNumber()
47 RAW_CHECK(absolute_value || !negative); in AppendNumber()
50 if (negative && minimal_num_length) in AppendNumber()
52 if (negative && pad_with_zero) in AppendNumber()
73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
91 bool negative = (num < 0); in AppendSignedDecimal() local
92 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal()
93 minimal_num_length, pad_with_zero, negative, in AppendSignedDecimal()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fphex.c92 int negative; in __quadmath_printf_fphex() local
171 negative = fpnum.ieee.negative != 0; in __quadmath_printf_fphex()
199 negative = signbitq (fpnum.value); in __quadmath_printf_fphex()
207 if (negative || info->showsign || info->space) in __quadmath_printf_fphex()
214 if (negative) in __quadmath_printf_fphex()
344 do_round_away = round_away (negative, last_digit_value & 1, in __quadmath_printf_fphex()
421 width -= ((negative || info->showsign || info->space) in __quadmath_printf_fphex()
437 if (negative) in __quadmath_printf_fphex()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cc42 bool negative, bool uppercase) { in AppendNumber() argument
45 RAW_CHECK(base == 10 || !negative); in AppendNumber()
46 RAW_CHECK(absolute_value || !negative); in AppendNumber()
49 if (negative && minimal_num_length) in AppendNumber()
51 if (negative && pad_with_zero) in AppendNumber()
72 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
90 bool negative = (num < 0); in AppendSignedDecimal() local
91 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal()
92 minimal_num_length, pad_with_zero, negative, in AppendSignedDecimal()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dutil.sa63 * Final result table for ovf_res. Note that the negative counterparts
226 tst.b LOCAL_SGN(a0) ;if negative overflow
229 lea.l EXT_PINF,a1 ;answer is negative infinity
236 tst.b LOCAL_SGN(a0) ;if negative overflow
239 lea.l EXT_PLRG,a1 ;answer is large negative number
257 tst.b LOCAL_SGN(a0) ;if negative overflow
260 lea.l EXT_PINF,a1 ;answer is negative infinity
267 tst.b LOCAL_SGN(a0) ;if negative overflow
270 lea.l DBL_PLRG,a1 ;answer is large negative number
288 tst.b LOCAL_SGN(a0) ;if negative overflow
[all …]
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A Dwingdings.map116 -1 F08C u2776 # Dingbat negative circled digit one
117 -1 F08D u2777 # Dingbat negative circled digit two
118 -1 F08E u2778 # Dingbat negative circled digit three
119 -1 F08F u2779 # Dingbat negative circled digit four
120 -1 F090 u277A # Dingbat negative circled digit five
121 -1 F091 u277B # Dingbat negative circled digit six
122 -1 F092 u277C # Dingbat negative circled digit seven
123 -1 F093 u277D # Dingbat negative circled digit eight
124 -1 F094 u277E # Dingbat negative circled digit nine
125 -1 F095 u277F # Dingbat negative circled number ten
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dset_str.c51 int negative; in mpz_set_str() local
70 negative = 0; in mpz_set_str()
73 negative = 1; in mpz_set_str()
140 SIZ (x) = negative ? -xsize : xsize; in mpz_set_str()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dacl.c147 * element or radix entry, return with a negative value in match. in dns_acl_isanyornone()
208 if (e->negative) { in dns_acl_match()
255 result = next->negative ? ISC_R_FAILURE in dns_acl_match_port_transport()
275 * but leave negatives alone, so as to prevent a double-negative causing in dns_acl_match_port_transport()
300 * negating, then negate positive elements, but keep negative
340 /* reverse sense of positives if this is a negative acl */ in dns_acl_merge()
341 if (!pos && !source->elements[i].negative) { in dns_acl_merge()
342 dest->elements[nelem + i].negative = true; in dns_acl_merge()
344 dest->elements[nelem + i].negative = in dns_acl_merge()
345 source->elements[i].negative; in dns_acl_merge()
816 dns_acl_add_port_transports(dns_acl_t * acl,const in_port_t port,const uint32_t transports,const bool encrypted,const bool negative) dns_acl_add_port_transports() argument
840 const bool negative = !pos; dns_acl_merge_ports_transports() local
[all...]

12345678910>>...69