Home
last modified time | relevance | path

Searched refs:makeInf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h550 void makeInf(bool Neg = false);
756 void makeInf(bool Neg);
933 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() function
1006 Val.makeInf(Negative);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3158 makeInf(false); in convertFromStringSpecials()
3169 makeInf(true); in convertFromStringSpecials()
3768 makeInf(sign); in initFromF80LongDoubleAPInt()
3849 makeInf(sign); in initFromIEEEAPInt()
4593 void IEEEFloat::makeInf(bool Negative) { in makeInf() function in llvm::detail::IEEEFloat
5051 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() function in llvm::detail::DoubleAPFloat
5052 Floats[0].makeInf(Neg); in makeInf()