Home
last modified time | relevance | path

Searched full:positive (Results 1 – 25 of 1584) sorted by relevance

12345678910>>...64

/freebsd-src/contrib/libcbor/src/cbor/
H A Dints.h26 * @param item positive or negative integer
33 * @param item positive or negative integer
40 * @param item positive or negative integer
47 * @param item positive or negative integer
54 * @param item positive or negative integer
61 * @param item positive or negative integer item
69 * @param item positive or negative integer item
77 * @param item positive or negative integer item
85 * @param item positive or negative integer item
93 * @param item positive or negative integer item
[all …]
/freebsd-src/contrib/bmake/unit-tests/
H A Dopt-jobs.mk9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2)
32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2)
33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2)
34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2)
40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
H A Ddirective-ifmake.mk13 # expect+1: ok: positive condition works
14 . info ok: positive condition works
16 . warning positive condition fails
/freebsd-src/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt32 to positive on the right, (y) from negative on the bottom to positive on top
33 and (z) depth to be negative under the screen and positive in front of it,
77 If the device is tilted to the left, you get a positive x value. If you point
96 ground plane and positive towards magnetic North, (x) is in the ground plane,
97 perpendicular to the North axis and positive towards the East and (z) is
98 perpendicular to the ground plane and positive upwards.
126 defines a positive y value.
133 along the (z) axis if rotated clockwise, and a positive value if rotated
/freebsd-src/lib/libnetbsd/
H A Dstrsuftoll.c86 * 1) A positive decimal number. in __weak_alias()
87 * 2) A positive decimal number followed by a b (mult by 512). in __weak_alias()
88 * 3) A positive decimal number followed by a k (mult by 1024). in __weak_alias()
89 * 4) A positive decimal number followed by a m (mult by 1048576). in __weak_alias()
90 * 5) A positive decimal number followed by a g (mult by 1073741824). in __weak_alias()
91 * 6) A positive decimal number followed by a t (mult by 1099511627776). in __weak_alias()
92 * 7) A positive decimal number followed by a w (mult by sizeof int) in __weak_alias()
93 * 8) Two or more positive decimal numbers (with/without k,b or w). in __weak_alias()
/freebsd-src/lib/msun/man/
H A Dj0.399 of orders 0 and 1 for the positive
109 for the positive
115 For large positive inputs, they may underflow and return \*(Pm0.
135 is a sufficiently small positive number, then
H A Dfdim.332 .Nd positive difference functions
49 functions return the positive difference between
55 is positive, then
H A Dlgamma.3145 is preferred, as for positive arguments
165 Overflow will occur for sufficiently large positive values, and
166 non-positive integers.
/freebsd-src/sys/contrib/device-tree/Bindings/hwmon/
H A Dntc-thermistor.yaml41 | | (pdo) | "connected positive"
48 called "connected ground" and "connected positive" and shall be understood as
52 positive voltage and we get the thermistor on top of a pull-down resistor
61 ground" and "connected positive" cases.
109 connected-positive:
/freebsd-src/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst1 Types 0 & 1 – Positive and negative integers
4 *CBOR* has two types of integers – positive (which may be effectively regarded as unsigned), and ne…
9 Type 0 - positive integers
17 **Note:** once a positive integer has been created, its width *cannot* be changed.
27 **Note:** once a positive integer has been created, its width *cannot* be changed.
/freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml93 adi,buffered-positive:
94 description: Enable buffered mode for positive input.
135 adi,buffered-positive;
143 adi,buffered-positive;
/freebsd-src/lib/libc/tests/stdio/
H A Dprintfloat_test.c374 double positive = __DBL_DENORM_MIN__; in ATF_TC_BODY() local
375 testfmt("4.9406564584124654418e-324", "%20.20g", positive); in ATF_TC_BODY()
376 testfmt("4.9406564584124654418E-324", "%20.20G", positive); in ATF_TC_BODY()
377 testfmt("0x1p-1074", "%a", positive); in ATF_TC_BODY()
378 testfmt("0X1P-1074", "%A", positive); in ATF_TC_BODY()
389 float positive = __FLT_DENORM_MIN__; in ATF_TC_BODY() local
390 testfmt("1.4012984643248170709e-45", "%20.20g", positive); in ATF_TC_BODY()
391 testfmt("1.4012984643248170709E-45", "%20.20G", positive); in ATF_TC_BODY()
392 testfmt("0x1p-149", "%a", positive); in ATF_TC_BODY()
393 testfmt("0X1P-149", "%A", positive); in ATF_TC_BODY()
/freebsd-src/contrib/libpcap/
H A Dpcap_activate.3pcap42 on success without warnings, a non-zero positive value on
121 should check for positive, negative, and zero return codes, and treat
122 all positive return codes as warnings and all negative return
/freebsd-src/bin/dd/
H A Dargs.c476 * 1) A positive decimal number.
477 * 2) A positive decimal number followed by a 'b' or 'B' (mult by 512).
478 * 3) A positive decimal number followed by a 'k' or 'K' (mult by 1 << 10).
479 * 4) A positive decimal number followed by a 'm' or 'M' (mult by 1 << 20).
480 * 5) A positive decimal number followed by a 'g' or 'G' (mult by 1 << 30).
481 * 6) A positive decimal number followed by a 't' or 'T' (mult by 1 << 40).
482 * 7) A positive decimal number followed by a 'p' or 'P' (mult by 1 << 50).
483 * 8) A positive decimal number followed by a 'w' or 'W' (mult by sizeof int).
484 * 9) Two or more positive decimal numbers (with/without [BbKkMmGgWw])
/freebsd-src/contrib/googletest/googletest/samples/
H A Dsample1_unittest.cc102 // Tests factorial of positive numbers.
103 TEST(FactorialTest, Positive) { in TEST() argument
129 // Tests positive input.
130 TEST(IsPrimeTest, Positive) { in TEST() argument
/freebsd-src/contrib/tzcode/
H A Dzdump.864 is positive, zero, or negative depending on whether
133 is a decimal integer that is unsigned and positive (typically 1) for
139 Positive UT
199 This time zone is east of UT, so its UT offsets are positive.
H A Dtzfile.5140 Each pair denotes one leap second, either positive or negative,
145 and is a positive leap second if and only if its correction is positive;
147 from the previous leap second by either 1 for a positive leap second,
292 When a positive leap second occurs, readers should append an extra
444 Some readers generate ambiguous timestamps for positive leap seconds
447 a positive leap second 78796801 (1972-06-30 23:59:60 UTC), some readers will
/freebsd-src/lib/libipsec/
H A Dpfkey.c328 * positive: success and return length sent.
455 * positive: success and return length sent.
479 * positive: success and return length sent.
502 * positive: success and return length sent.
522 * positive: success and return length sent
602 * positive: success and return length sent.
619 * positive: success and return length sent.
760 * positive: success and return length sent.
777 * positive: success and return length sent.
797 * positive
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt22 - adi,phase-detector-polarity-positive-enable: Enables positive phase
82 adi,phase-detector-polarity-positive-enable;
/freebsd-src/include/arpa/
H A Dftp.h40 #define PRELIM 1 /* positive preliminary */
41 #define COMPLETE 2 /* positive completion */
42 #define CONTINUE 3 /* positive intermediate */
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/btree/
H A Dbtree_positive.ksh22 # The `btree_test` binary runs a series of positive tests when called
35 log_pass "Btree positive tests passed"
/freebsd-src/crypto/openssl/Configurations/
H A DINTERNALS.Configure27 # -2 positive already run and we found ELSE (following ELSIF should fail)
28 # -1 positive already run (skip until ENDIF)
30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF)
31 # 2 positive ELSE (following ELSIF should fail)
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.max_neg.d31 * Positive max() test using negative values
35 * NOTES: This is verifiable simple positive test of the max() function.
H A Dtst.sum.d32 * Positive sum() test
36 * NOTES: This is verifiable simple positive test of the sum() function.
H A Dtst.avg_neg.d32 * Positive avg() test using negative values
36 * NOTES: This is a simple verifiable positive test of the avg() function.

12345678910>>...64