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.h646 LLVM_ABI void makeInf(bool Neg = false);
865 LLVM_ABI void makeInf(bool Neg);
1048 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() function
1124 Val.makeInf(Negative);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3262 makeInf(false); in convertFromStringSpecials()
3272 makeInf(true); in convertFromStringSpecials()
3892 makeInf(sign); in initFromF80LongDoubleAPInt()
4006 makeInf(sign); in initFromIEEEAPInt()
4773 void IEEEFloat::makeInf(bool Negative) { in makeInf() function in llvm::detail::IEEEFloat
5235 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() function in llvm::detail::DoubleAPFloat
5236 Floats[0].makeInf(Neg); in makeInf()