Home
last modified time | relevance | path

Searched defs:isNeg (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp474 bool isNeg = false; in expandMOVImmSimple() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp814 bool isNeg = I >> 63; in RoundDoubleToAPInt() local
862 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local
1357 bool isNeg = u[j+n] < borrow; in KnuthDiv() local
2092 bool isNeg = *p == '-'; in fromString() local
H A DAPFloat.cpp4142 void toStringImpl(SmallVectorImpl<char> &Str, const bool isNeg, int exp, in toStringImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp519 bool isNeg(Value *V) { in isNeg() function
/freebsd/stand/ficl/
H A Dwords.c207 char isNeg = FALSE; in ficlParseNumber() local
/freebsd/contrib/sqlite3/
H A Dshell.c1876 int isNeg = 0; in integerValue() local
4257 int isNeg; in decimalFromDouble() local
5407 int isNeg; in ieee754func() local
5463 int isNeg = 0; in ieee754func() local