Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h471 void makeInf(bool Neg = false);
645 void makeInf(bool Neg);
775 void makeInf(bool Neg) { in makeInf() function
777 return U.IEEE.makeInf(Neg); in makeInf()
779 return U.Double.makeInf(Neg); in makeInf()
852 Val.makeInf(Negative);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h460 void makeInf(bool Neg = false);
643 void makeInf(bool Neg);
813 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() function
886 Val.makeInf(Negative);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2625 makeInf(false); in convertFromStringSpecials()
2630 makeInf(true); in convertFromStringSpecials()
3847 void IEEEFloat::makeInf(bool Negative) { in makeInf() function in llvm::detail::IEEEFloat
4292 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() function in llvm::detail::DoubleAPFloat
4293 Floats[0].makeInf(Neg); in makeInf()