Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c73 bool negative, long double negadjust) in tgamma_large() argument
99 if (!negative) { in tgamma_large()
118 bool negative, long double negadjust) in tgamma_tiny() argument
125 if (!negative) in tgamma_tiny()
132 static long double tgamma_ultratiny(long double x, bool negative, in tgamma_ultratiny() argument
139 if (!negative) in tgamma_ultratiny()
210 bool negative = false; in tgamma128() local
236 negative = true; in tgamma128()
279 if (!negative) { in tgamma128()
288 return tgamma_large(x, negative, negadjust); in tgamma128()
[all …]
/freebsd/contrib/unbound/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 …]
/freebsd/contrib/ldns/compat/
H A Dsnprintf.c91 get_negsign(int negative, int plus, int space) in get_negsign() argument
93 if(negative) in get_negsign()
240 int zero, int negative, char* buf, int len) in print_num() argument
243 char s = get_negsign(negative, plus, space); in print_num()
300 int negative = (value < 0); in print_num_d() local
303 (unsigned int)(negative?-value:value)); in print_num_d()
305 plus, space, zero, negative, buf, len); in print_num_d()
315 int negative = (value < 0); in print_num_ld() local
318 (unsigned long)(negative?-value:value)); in print_num_ld()
320 plus, space, zero, negative, buf, len); in print_num_ld()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
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 …]
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 …]
/freebsd/lib/libc/tests/stdio/
H A Dprintfloat_test.c379 double negative = -__DBL_DENORM_MIN__; in ATF_TC_BODY() local
380 testfmt("-4.9406564584124654418e-324", "%20.20g", negative); in ATF_TC_BODY()
381 testfmt("-4.9406564584124654418E-324", "%20.20G", negative); in ATF_TC_BODY()
382 testfmt("-0x1p-1074", "%a", negative); in ATF_TC_BODY()
383 testfmt("-0X1P-1074", "%A", negative); in ATF_TC_BODY()
394 float negative = -__FLT_DENORM_MIN__; in ATF_TC_BODY() local
395 testfmt("-1.4012984643248170709e-45", "%20.20g", negative); in ATF_TC_BODY()
396 testfmt("-1.4012984643248170709E-45", "%20.20G", negative); in ATF_TC_BODY()
397 testfmt("-0x1p-149", "%a", negative); in ATF_TC_BODY()
398 testfmt("-0X1P-149", "%A", negative); in ATF_TC_BODY()
/freebsd/sbin/fsck/
H A Dfsutil.c74 int negative, found; in getfsopt() local
78 negative = 1; in getfsopt()
81 negative = 0; in getfsopt()
87 found = negative; in getfsopt()
89 found = !negative; in getfsopt()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negorder.d.out1 Ordering of quantize() with some negative weights:
148 Ordering of lquantize() with some negative weights:
295 Ordering of sum() with some negative weights:
322 Ordering of max() with some negative weights:
349 Ordering of min() with some negative weights:
/freebsd/contrib/llvm-project/compiler-rt/lib/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()
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_cmp.c94 if (p->negative != q->negative) in der_heim_integer_cmp()
95 return q->negative - p->negative; in der_heim_integer_cmp()
H A Dder_format.c45 data->negative = 0; in der_parse_hex_heim_integer()
50 data->negative = 1; in der_parse_hex_heim_integer()
97 if (data->negative) { in der_print_hex_heim_integer()
/freebsd/sbin/dhclient/
H A Dparse.c335 bool negative = false; in convert_num() local
341 negative = true; in convert_num()
381 if (negative) in convert_num()
389 negative ? "-" : "", val, max); in convert_num()
393 negative ? "-" : "", val, max); in convert_num()
397 negative ? "-" : "", val, max); in convert_num()
402 if (negative) in convert_num()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c716 bool negative, sign, twos_compl; in bhnd_nvram_parse_int() local
736 negative = false; in bhnd_nvram_parse_int()
755 negative = true; in bhnd_nvram_parse_int()
817 else if (negative) in bhnd_nvram_parse_int()
826 else if (negative) in bhnd_nvram_parse_int()
835 else if (negative) in bhnd_nvram_parse_int()
844 else if (negative) in bhnd_nvram_parse_int()
906 if (negative) in bhnd_nvram_parse_int()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h290 bool negative() const { return CapExpr.getInt(); } in negative() function
297 return (negative() == other.negative()) && in equals()
302 return (negative() == other.negative()) && in matches()
311 return (negative() == other.negative()) && in partiallyMatches()
316 if (negative() || sexpr() == nullptr) in valueDecl()
326 if (negative()) in toString()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp109 bool negative = false; in formatSI() local
111 negative = true; in formatSI()
119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst1 Types 0 & 1 – Positive and negative integers
4 …ntegers – positive (which may be effectively regarded as unsigned), and negative. There are four p…
19 Type 1 - negative integers
41 …Due to the fact that CBOR negative integers represent integers in the range :math:`[-1, -2^N]`, ``…
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in445 * It shall return a negative pt_error_code otherwise.
509 * Returns 0 on success, a negative error code otherwise.
926 * Returns zero on success, a negative error code otherwise.
940 * Returns zero on success, a negative error code otherwise.
964 * Returns the number of bytes written on success, a negative error code
1005 * Returns zero or a positive value on success, a negative error code otherwise.
1017 * Returns zero on success, a negative error code otherwise.
1031 * Returns zero on success, a negative error code otherwise.
1045 * Returns zero on success, a negative error code otherwise.
1069 * Returns the number of bytes consumed on success, a negative error code
[all …]
/freebsd/contrib/libxo/encoder/cbor/
H A Denc_cbor.c216 int negative = 0; in cbor_content() local
219 negative = 1; in cbor_content()
228 *xbp->xb_curp = negative ? CBOR_NEGATIVE : CBOR_UNSIGNED; in cbor_content()
229 if (negative) in cbor_content()
231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()
/freebsd/sbin/mount/
H A Dgetmntopts.c54 int negative, len; in getmntopts() local
65 negative = 1; in getmntopts()
68 negative = 0; in getmntopts()
89 if (negative == m->m_inverse) in getmntopts()
/freebsd/lib/msun/tests/
H A Dnearbyint_test.c69 get_output(int testindex, int rmodeindex, int negative) in get_output() argument
73 if (negative) { /* swap downwards and upwards if input is negative */ in get_output()
82 return (negative ? -out : out); in get_output()
/freebsd/contrib/tzcode/
H A Dstrftime.c525 bool negative; in _fmt() local
564 negative = diff < 0; in _fmt()
567 negative = t->TM_ZONE[0] == '-'; in _fmt()
569 negative = t->tm_isdst < 0; in _fmt()
572 negative = true; in _fmt()
576 if (negative) { in _fmt()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv12 0,server port negative, -section,, -server,_SERVER_HOST:-10,,,,,BLANK,,,,BLANK,,BLANK,,BLANK,
35 0,msg_timeout negative, -section,,,,,,,,BLANK,,,, -msg_timeout,-5,BLANK,,BLANK,
40 0,total_timeout negative, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,-5,BLANK,
45 0,keep_alive negative, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,-1
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlatch76 "initialized with a negative value");
88 …_LIBCPP_ASSERT_ARGUMENT_WITHIN_DOMAIN(__update >= 0, "latch::count_down called with a negative val…
106 …SSERT_ARGUMENT_WITHIN_DOMAIN(__update >= 0, "latch::arrive_and_wait called with a negative value");
/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod59 hexadecimal and decimal encoding of B<a> respectively. For negative
64 including the leading character '-' which means negative, to form a valid
68 A "negative zero" is converted to zero.
72 with a leading '-' for negative numbers, to the B<BIO> or B<FILE>
78 the most significant bit signals a negative number (the representation
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh84 atf_test_case negative
153 atf_add_test_case negative

12345678910>>...16