/freebsd/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/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.h | 30 * n the RSA modulus, a positive integer 31 * e the RSA public exponent, a positive integer 39 * n the RSA modulus, a positive integer 40 * d the RSA private exponent, a positive integer 41 * p (OPTIONAL) the first factor, a positive integer 42 * q (OPTIONAL) the secod factor, a positive integer 45 * p the first factor, a positive integer 46 * q the second factor, a positive integer 47 * dP the first factor's CRT exponent, a positive integer 48 * dQ the second factor's CRT exponent, a positive integer [all …]
|
/freebsd/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/sys/contrib/device-tree/Bindings/net/pse-pd/ |
H A D | pse-controller.yaml | 51 802.3-2022, Section 145.2.4. Each pairset comprises a positive and 89 | 1 | Negative VPSE | Positive VPSE | - | - | 90 | 2 | Negative VPSE | Positive VPSE | - | - | 91 | 3 | Positive VPSE | Negative VPSE | - | - | 92 | 4 | - | - | Negative VPSE | Positive VPSE | 93 | 5 | - | - | Negative VPSE | Positive VPSE | 94 | 6 | Positive VPSE | Negative VPSE | - | - | 95 | 7 | - | - | Positive VPSE | Negative VPSE | 96 | 8 | - | - | Positive VPSE | Negative VPSE |
|
/freebsd/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/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/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 24 /// Boolean variables are represented as positive integers. 31 /// Literals are represented as positive integers. Specifically, for a boolean 32 /// variable `V` that is represented as the positive integer `I`, the positive 41 /// Clause identifiers are represented as positive integers. 48 /// Returns the positive literal `V`. 54 /// Returns whether `L` is a positive literal. 69 /// `LargestVar` is equal to the largest positive integer that represents a
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ltc2672.yaml | 35 description: Positive Supply Voltage Input for DAC OUT0. 38 description: Positive Supply Voltage Input for DAC OUT1. 41 description: Positive Supply Voltage Input for DAC OUT2. 44 description: Positive Supply Voltage Input for DAC OUT3. 47 description: Positive Supply Voltage Input for DAC OUT4.
|
/freebsd/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/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/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/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;
|
H A D | adc.yaml | 37 to both the positive and negative inputs of a differential ADC. 38 The first value specifies the positive input pin, the second 57 The input pair is specified by setting single-channel to the positive
|
/freebsd/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/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/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/lib/libc/stdlib/ |
H A D | div.c |
|
/freebsd/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/contrib/tzcode/ |
H A D | zdump.8 | 72 is positive, zero, or negative depending on whether 141 is a decimal integer that is unsigned and positive (typically 1) for 147 Positive UT 207 This time zone is east of UT, so its UT offsets are positive.
|
/freebsd/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/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/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 */
|