Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h527 void makeInf(bool Neg = false);
725 void makeInf(bool Neg);
902 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() function
968 Val.makeInf(Negative);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3127 makeInf(false); in convertFromStringSpecials()
3138 makeInf(true); in convertFromStringSpecials()
3694 makeInf(sign); in initFromF80LongDoubleAPInt()
3775 makeInf(sign); in initFromIEEEAPInt()
4475 void IEEEFloat::makeInf(bool Negative) { in makeInf() function in llvm::detail::IEEEFloat
4930 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() function in llvm::detail::DoubleAPFloat
4931 Floats[0].makeInf(Neg); in makeInf()