Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/samples/
H A Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp30 appendNumber(char ** Buffer,const char * BufferEnd,u64 AbsoluteValue,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Negative,bool Upper) appendNumber() argument
80 const bool Negative = (Num < 0); appendSignedDecimal() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp885 makeNaN(bool SNaN,bool Negative,const APInt * fill) makeNaN() argument
3896 makeLargest(bool Negative) makeLargest() argument
3925 makeSmallest(bool Negative) makeSmallest() argument
3936 makeSmallestNormalized(bool Negative) makeSmallestNormalized() argument
4475 makeInf(bool Negative) makeInf() argument
4487 makeZero(bool Negative) makeZero() argument
[all...]
H A DAPInt.cpp1032 bool Negative = isNegative(); in ashrSlowCase() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1027 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getInfinity() argument
968 getNaN(Type * Ty,bool Negative,uint64_t Payload) getNaN() argument
979 getQNaN(Type * Ty,bool Negative,APInt * Payload) getQNaN() argument
990 getSNaN(Type * Ty,bool Negative,APInt * Payload) getSNaN() argument
1001 getZero(Type * Ty,bool Negative) getZero() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp128 static APInt toSigned(APInt AbsVal, bool Negative) { in toSigned() argument
140 bool Negative = StrVal.consume_front("-"); in valueFromStringRepr() local
443 bool Negative = Expr.consume_front("-"); parseNumericOperand() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp362 bool Negative = false; getNeutralReductionElement() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13724 bool Negative = false; diagnoseXorMisusedAsPow() local