Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c99 if (!negative) { in tgamma_large()
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()
291 return tgamma_ultratiny(x, negative, negadjust); in tgamma128()
294 return tgamma_tiny(x, negative, negadjust); in tgamma128()
[all …]
/freebsd/contrib/unbound/compat/
H A Dsnprintf.c94 if(negative) in get_negsign()
301 int negative = (value < 0); in print_num_d() local
316 int negative = (value < 0); in print_num_ld() local
331 int negative = (value < 0); in print_num_lld() local
346 int negative = 0; in print_num_u() local
360 int negative = 0; in print_num_lu() local
374 int negative = 0; in print_num_llu() local
388 int negative = 0; in print_num_x() local
402 int negative = 0; in print_num_lx() local
416 int negative = 0; in print_num_llx() local
[all …]
/freebsd/contrib/ldns/compat/
H A Dsnprintf.c93 if(negative) in get_negsign()
300 int negative = (value < 0); in print_num_d() local
315 int negative = (value < 0); in print_num_ld() local
330 int negative = (value < 0); in print_num_lld() local
345 int negative = 0; in print_num_u() local
359 int negative = 0; in print_num_lu() local
373 int negative = 0; in print_num_llu() local
387 int negative = 0; in print_num_x() local
401 int negative = 0; in print_num_lx() local
415 int negative = 0; in print_num_llx() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S186 ! 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
266 ! remainder is negative
[all …]
H A Dmodsi3.S186 ! 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
266 ! 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/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/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/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/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/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in445 * It shall return a negative pt_error_code otherwise.
1488 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
1508 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
1562 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
1580 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
1599 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
1880 * It shall return a negative pt_error_code otherwise.
2167 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
2192 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
2447 * Returns a non-negative pt_status_flag bit-vector on success, a negative error
[all …]
/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/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/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 Dlatch79 "initialized with a negative value");
91 …_LIBCPP_ASSERT_ARGUMENT_WITHIN_DOMAIN(__update >= 0, "latch::count_down called with a negative val…
105 …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/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml97 adi,buffered-negative:
98 description: Enable buffered mode for negative input.
144 adi,buffered-negative;

12345678910>>...17