Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/googletest/googletest/samples/
H A Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp21 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 DAArch64ConditionOptimizer.cpp249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp911 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 DAPInt.cpp1032 bool Negative = isNegative(); in ashrSlowCase() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1005 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 DFileCheck.cpp128 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 DExpandVectorPredication.cpp368 bool Negative = false; in getNeutralReductionElement() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2648 bool Negative = parseOptionalToken(AsmToken::Minus); in parseZcmpStackAdj() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12696 bool Negative = false; in diagnoseXorMisusedAsPow() local