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

123

/freebsd-current/contrib/arm-optimized-routines/math/
H A Dtgamma128.c73 bool negative, long double negadjust)
99 if (!negative) {
118 bool negative, long double negadjust)
125 if (!negative)
132 static long double tgamma_ultratiny(long double x, bool negative, argument
139 if (!negative)
210 bool negative = false; local
236 negative = true;
255 * Special case for negative integers. Applying the
269 * we do the negative
72 tgamma_large(long double x, bool negative, long double negadjust) argument
117 tgamma_tiny(long double x, bool negative, long double negadjust) argument
[all...]
/freebsd-current/sbin/fsck/
H A Dfsutil.c74 int negative, found; local
78 negative = 1;
81 negative = 0;
87 found = negative;
89 found = !negative;
/freebsd-current/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-current/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.c171 to->negative = from->negative;
/freebsd-current/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-current/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-current/lib/libc/tests/stdio/
H A Dprintfloat_test.c379 double negative = -__DBL_DENORM_MIN__; local
380 testfmt("-4.9406564584124654418e-324", "%20.20g", negative);
381 testfmt("-4.9406564584124654418E-324", "%20.20G", negative);
382 testfmt("-0x1p-1074", "%a", negative);
383 testfmt("-0X1P-1074", "%A", negative);
394 float negative = -__FLT_DENORM_MIN__; local
395 testfmt("-1.4012984643248170709e-45", "%20.20g", negative);
396 testfmt("-1.4012984643248170709E-45", "%20.20G", negative);
397 testfmt("-0x1p-149", "%a", negative);
398 testfmt("-0X1P-149", "%A", negative);
[all...]
/freebsd-current/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-current/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-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixuint_impl.inc24 // If either the value or the exponent is negative, the result is zero.
H A Dfp_fixint_impl.inc26 // If exponent is negative, the result is zero.
/freebsd-current/sbin/dhclient/
H A Dparse.c335 bool negative = false; local
341 negative = true;
381 if (negative)
389 negative ? "-" : "", val, max);
393 negative ? "-" : "", val, max);
397 negative ? "-" : "", val, max);
402 if (negative)
/freebsd-current/lib/msun/tests/
H A Dnearbyint_test.c69 get_output(int testindex, int rmodeindex, int negative) argument
73 if (negative) { /* swap downwards and upwards if input is negative */
82 return (negative ? -out : out);
/freebsd-current/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh175 atf_test_case negative
227 atf_add_test_case negative
/freebsd-current/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-current/sbin/mount/
H A Dgetmntopts.c54 int negative, len; local
65 negative = 1;
68 negative = 0;
89 if (negative == m->m_inverse)
/freebsd-current/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-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h290 bool negative() const { return CapExpr.getInt(); } function in class:clang::threadSafety::CapabilityExpr
297 return (negative() == other.negative()) &&
302 return (negative() == other.negative()) &&
311 return (negative() == other.negative()) &&
316 if (negative() || sexpr() == nullptr)
326 if (negative())
/freebsd-current/contrib/tzcode/
H A Dstrftime.c525 bool negative; local
564 negative = diff < 0;
567 negative = t->TM_ZONE[0] == '-';
569 negative = t->tm_isdst < 0;
572 negative = true;
576 if (negative) {
628 ** what %C and %y do if the year is negative or exceeds 9999.
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c716 bool negative, sign, twos_compl; local
736 negative = false;
755 negative = true;
817 else if (negative)
826 else if (negative)
835 else if (negative)
844 else if (negative)
906 if (negative)
/freebsd-current/lib/libc/amd64/string/
H A Dtimingsafe_memcmp.S86 setnz %al # negative if <, 0 if =, 1 if >
101 setnz %al # negative if <, 0 if =, 1 if >
141 setnz %al # negative if <, 0 if =, 1 if >

Completed in 402 milliseconds

123