/freebsd-src/contrib/libcbor/src/cbor/ |
H A D | ints.h | 26 * @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 D | opt-jobs.mk | 9 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 D | directive-ifmake.mk | 13 # 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 D | mount-matrix.txt | 32 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 D | strsuftoll.c | 86 * 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 D | j0.3 | 99 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 D | fdim.3 | 32 .Nd positive difference functions 49 functions return the positive difference between 55 is positive, then
|
H A D | lgamma.3 | 145 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 D | ntc-thermistor.yaml | 41 | | (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 D | type_0_1.rst | 1 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 D | adi,ad7124.yaml | 93 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 D | printfloat_test.c | 374 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 D | pcap_activate.3pcap | 42 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 D | args.c | 476 * 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 D | sample1_unittest.cc | 102 // 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 D | zdump.8 | 64 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 D | tzfile.5 | 140 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 D | pfkey.c | 328 * 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 D | adf4350.txt | 22 - adi,phase-detector-polarity-positive-enable: Enables positive phase 82 adi,phase-detector-polarity-positive-enable;
|
/freebsd-src/include/arpa/ |
H A D | ftp.h | 40 #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 D | btree_positive.ksh | 22 # 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 D | INTERNALS.Configure | 27 # -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 D | tst.max_neg.d | 31 * Positive max() test using negative values 35 * NOTES: This is verifiable simple positive test of the max() function.
|
H A D | tst.sum.d | 32 * Positive sum() test 36 * NOTES: This is verifiable simple positive test of the sum() function.
|
H A D | tst.avg_neg.d | 32 * Positive avg() test using negative values 36 * NOTES: This is a simple verifiable positive test of the avg() function.
|