Searched refs:Positive (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample1_unittest.cc | 103 TEST(FactorialTest, Positive) { in TEST() argument 130 TEST(IsPrimeTest, Positive) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 51 bool Positive; in generateStackAdjustment() local 55 Positive = false; in generateStackAdjustment() 58 Positive = true; in generateStackAdjustment() 66 AdjOp = Positive ? ARC::ADD_rru6 : ARC::SUB_rru6; in generateStackAdjustment() 68 AdjOp = Positive ? ARC::ADD_rrs12 : ARC::SUB_rrs12; in generateStackAdjustment() 70 AdjOp = Positive ? ARC::ADD_rrlimm : ARC::SUB_rrlimm; in generateStackAdjustment()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.chill.ksh | 36 * Positive test of chill()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 1 Types 0 & 1 – Positive and negative integers
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 81 return luaL_error(L, "Positive integer expected"); 119 return luaL_error(L, "Positive integer expected");
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 186 PyErr_SetString(PyExc_ValueError, "Positive integer expected"); 222 PyErr_SetString(PyExc_ValueError, "Positive integer expected"); 290 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | iconv.m4 | 149 /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrHFP.td | 94 // Absolute value (Load Positive).
|
H A D | SystemZScheduleZEC12.td | 810 // Load Complement / Negative / Positive 934 // Load Complement / Negative / Positive
|
H A D | SystemZScheduleZ196.td | 772 // Load Complement / Negative / Positive 896 // Load Complement / Negative / Positive
|
H A D | SystemZInstrFP.td | 337 // Absolute value (Load Positive).
|
H A D | SystemZScheduleZ13.td | 841 // Load Complement / Negative / Positive 965 // Load Complement / Negative / Positive
|
H A D | SystemZScheduleZ14.td | 861 // Load Complement / Negative / Positive 985 // Load Complement / Negative / Positive
|
H A D | SystemZScheduleZ15.td | 879 // Load Complement / Negative / Positive 1003 // Load Complement / Negative / Positive
|
H A D | SystemZScheduleZ16.td | 880 // Load Complement / Negative / Positive 1006 // Load Complement / Negative / Positive
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1066 0x61 Positive Coefficient 1068 0x63 Positive Saturation
|
H A D | usb_vendors | 25069 061 Positive Coefficient 25071 063 Positive Saturation
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 759 * Positive return values form a bit mask, all but the first are internal to
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 431 enum Signedness { Positive, Signed, Unsigned }; enumerator 1642 Sign = Positive; in getNumSignificantBits()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 354 def ICC_POS : ICC_VAL<14>; // Positive
|