Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
3342 void APFloat::makeLargest(bool Negative) { in makeLargest()
3365 void APFloat::makeSmallest(bool Negative) { in makeSmallest()
3377 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()
3387 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()
3397 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()
3873 APFloat::makeInf(bool Negative) { in makeInf()
3881 APFloat::makeZero(bool Negative) { in makeZero()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1584 bool Negative = false; in ParseFPImmOperand() local
/freebsd-9-stable/contrib/llvm/lib/IR/
DConstants.cpp638 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()