Searched defs:Negative (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample1_unittest.cc | 76 TEST(FactorialTest, Negative) { in TEST() argument 113 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 21 bool PadWithZero, bool Negative, bool Upper) { in appendNumber() 69 const bool Negative = (Num < 0); in appendSignedDecimal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 911 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() 3994 void IEEEFloat::makeLargest(bool Negative) { in makeLargest() 4023 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest() 4034 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized() 4593 void IEEEFloat::makeInf(bool Negative) { in makeInf() 4608 void IEEEFloat::makeZero(bool Negative) { in makeZero()
|
H A D | APInt.cpp | 1032 bool Negative = isNegative(); in ashrSlowCase() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1005 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN() 1016 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN() 1027 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN() 1038 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() 1084 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() 140 bool Negative = StrVal.consume_front("-"); in valueFromStringRepr() local 449 bool Negative = Expr.consume_front("-"); in parseNumericOperand() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 368 bool Negative = false; in getNeutralReductionElement() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2648 bool Negative = parseOptionalToken(AsmToken::Minus); in parseZcmpStackAdj() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12696 bool Negative = false; in diagnoseXorMisusedAsPow() local
|