Searched refs:toSemantics (Results 1 – 3 of 3) sorted by relevance
55 Floating toSemantics(const llvm::fltSemantics *Sem, in toSemantics() function65 Floating toSemantics(const Floating &Other, llvm::RoundingMode RM) const { in toSemantics() function66 return toSemantics(&Other.F.getSemantics(), RM); in toSemantics()
2025 Floating Result = F.toSemantics(Sem, RM); in CastFP()
2470 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument2481 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()2483 shift = toSemantics.precision - fromSemantics.precision; in convert()2487 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()2505 if (exponent + exponentChange < toSemantics.minExponent) in convert()2506 exponentChange = toSemantics.minExponent - exponent; in convert()2545 semantics = &toSemantics; in convert()