Searched refs:negative (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strings.c297 * Set 'any' if any `digits' consumed; make it negative to indicate
365 int negative; local
367 negative = 1;
371 negative = 0;
378 if (negative) {
389 int negative; local
391 negative = 1;
395 negative = 0;
402 if (negative) {
413 int negative; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dlex.c67 int negative = 0; local
72 negative = 1;
77 if (negative)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_cmp.c94 if (p->negative != q->negative)
95 return q->negative - p->negative;
H A Dder_format.c45 data->negative = 0;
50 data->negative = 1;
97 if (data->negative) {
H A Dasn1-common.h13 int negative; member in struct:heim_integer
H A Dder_copy.c153 to->negative = from->negative;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
186 ! remainder is negative
191 ! remainder is negative
201 ! remainder is negative
206 ! remainder is negative
221 ! remainder is negative
226 ! remainder is negative
236 ! remainder is negative
241 ! remainder is negative
261 ! remainder is negative
[all...]
H A Dmodsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
186 ! remainder is negative
191 ! remainder is negative
201 ! remainder is negative
206 ! remainder is negative
221 ! remainder is negative
226 ! remainder is negative
236 ! remainder is negative
241 ! remainder is negative
261 ! remainder is negative
[all...]
/freebsd-11-stable/contrib/ldns/compat/
H A Dsnprintf.c89 /** get negative symbol, 0 if none */
91 get_negsign(int negative, int plus, int space) argument
93 if(negative)
240 int zero, int negative, char* buf, int len)
243 char s = get_negsign(negative, plus, space);
300 int negative = (value < 0); local
303 (unsigned int)(negative?-value:value));
305 plus, space, zero, negative, buf, len);
315 int negative = (value < 0); local
318 (unsigned long)(negative
238 print_num(char** at, size_t* left, int* ret, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space, int zero, int negative, char* buf, int len) argument
330 int negative = (value < 0); local
345 int negative = 0; local
359 int negative = 0; local
373 int negative = 0; local
387 int negative = 0; local
401 int negative = 0; local
415 int negative = 0; local
429 int negative = 0; local
513 int negative = (value < 0); local
558 int negative = (value < 0); local
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsnprintf.c90 /** get negative symbol, 0 if none */
92 get_negsign(int negative, int plus, int space) argument
94 if(negative)
241 int zero, int negative, char* buf, int len)
244 char s = get_negsign(negative, plus, space);
301 int negative = (value < 0); local
304 (unsigned int)(negative?-value:value));
306 plus, space, zero, negative, buf, len);
316 int negative = (value < 0); local
319 (unsigned long)(negative
239 print_num(char** at, size_t* left, int* ret, int minw, int precision, int prgiven, int zeropad, int minus, int plus, int space, int zero, int negative, char* buf, int len) argument
331 int negative = (value < 0); local
346 int negative = 0; local
360 int negative = 0; local
374 int negative = 0; local
388 int negative = 0; local
402 int negative = 0; local
416 int negative = 0; local
430 int negative = 0; local
514 int negative = (value < 0); local
559 int negative = (value < 0); local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm131 ! compute sign of result; if neither is negative, no problem
132 orcc %o1, %o0, %g0 ! either negative?
138 ! %o1 is definitely negative; %o0 might also be negative
139 bge ready_to_divide ! if %o0 not negative...
141 1: ! %o0 is negative, %o1 is nonnegative
275 ! remainder is negative
282 ! remainder is negative
293 ! remainder is negative
299 ! remainder is negative
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp43 bool negative, bool uppercase) {
46 RAW_CHECK(base == 10 || !negative);
47 RAW_CHECK(absolute_value || !negative);
50 if (negative && minimal_num_length)
52 if (negative && pad_with_zero)
73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
86 pad_with_zero, false /* negative */, uppercase);
91 bool negative = (num < 0); local
92 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
93 minimal_num_length, pad_with_zero, negative,
41 AppendNumber(char **buff, const char *buff_end, u64 absolute_value, u8 base, u8 minimal_num_length, bool pad_with_zero, bool negative, bool uppercase) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp109 bool negative = false; local
111 negative = true;
119 << std::right << (negative ? -interval : interval) << std::setw(2)
/freebsd-11-stable/sbin/mount/
H A Dgetmntopts.c59 int negative, len; local
70 negative = 1;
73 negative = 0;
94 if (negative == m->m_inverse)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc26 // If exponent is negative, the result is zero.
H A Dfp_fixuint_impl.inc24 // If either the value or the exponent is negative, the result is zero.
/freebsd-11-stable/sbin/dhclient/
H A Dparse.c329 bool negative = false; local
335 negative = true;
375 if (negative)
383 negative ? "-" : "", val, max);
387 negative ? "-" : "", val, max);
391 negative ? "-" : "", val, max);
396 if (negative)
/freebsd-11-stable/lib/msun/tests/
H A Dnearbyint_test.c75 get_output(int testindex, int rmodeindex, int negative) argument
79 if (negative) { /* swap downwards and upwards if input is negative */
88 return (negative ? -out : out);
/freebsd-11-stable/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh175 atf_test_case negative
227 atf_add_test_case negative
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh84 atf_test_case negative
86 atf_set "descr" "Tests that negative values passed to to -s are" \
153 atf_add_test_case negative
/freebsd-11-stable/contrib/libxo/encoder/cbor/
H A Denc_cbor.c110 #define CBOR_NLIMIT 23 /* Largest negative value */
216 int negative = 0; local
219 negative = 1;
228 *xbp->xb_curp = negative ? CBOR_NEGATIVE : CBOR_UNSIGNED;
229 if (negative)
230 ival -= 1; /* Don't waste a negative zero */
231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnumber.cpp403 int negative = 0; local
411 negative = !negative;
440 if (negative) {
485 if (negative) {
643 if (negative) {
680 // don't depend on the rounding direction for division of negative integers
691 // don't depend on the rounding direction for division of negative integers
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S177 bge v1, zero, 1f # should result be negative?
196 bge v1, zero, 1f # is result negative?
211 bge v1, zero, 1f # should result be negative infinity?
212 neg.d $f0, $f0 # result is negative infinity
/freebsd-11-stable/crypto/openssh/
H A Dsmult_curve25519_ref.c54 unsigned int negative; local
58 negative = -((a[31] >> 7) & 1);
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h144 bool negative = BitIsSet(value, 31); local
150 carry_out = (negative ? 1 : 0);
151 return (negative ? 0xffffffff : 0);

Completed in 154 milliseconds

123