Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2170 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument
2180 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2182 shift = toSemantics.precision - fromSemantics.precision; in convert()
2186 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()
2201 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2202 exponentChange = toSemantics.minExponent - exponent; in convert()
2235 semantics = &toSemantics; in convert()