Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2187 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument
2197 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2199 shift = toSemantics.precision - fromSemantics.precision; in convert()
2203 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()
2221 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2222 exponentChange = toSemantics.minExponent - exponent; in convert()
2259 semantics = &toSemantics; in convert()