Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h224 Val.makeInf(Negative);
574 void makeInf(bool Neg = false);
/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp2622 makeInf(false); in convertFromStringSpecials()
2627 makeInf(true); in convertFromStringSpecials()
3913 APFloat::makeInf(bool Negative) { in makeInf() function in APFloat