Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1969 APFloat::convert(const fltSemantics &toSemantics, in convert() argument
1979 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
1981 shift = toSemantics.precision - fromSemantics.precision; in convert()
1985 &toSemantics != &APFloat::x87DoubleExtended && category == fcNaN && in convert()
2000 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2001 exponentChange = toSemantics.minExponent - exponent; in convert()
2034 semantics = &toSemantics; in convert()