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()
1586 Floating Result = F.toSemantics(Sem, RM); in CastFP()
2439 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument2450 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()2452 shift = toSemantics.precision - fromSemantics.precision; in convert()2456 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()2474 if (exponent + exponentChange < toSemantics.minExponent) in convert()2475 exponentChange = toSemantics.minExponent - exponent; in convert()2514 semantics = &toSemantics; in convert()