Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2299 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument
2310 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
2312 shift = toSemantics.precision - fromSemantics.precision; in convert()
2316 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()
2334 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2335 exponentChange = toSemantics.minExponent - exponent; in convert()
2374 semantics = &toSemantics; in convert()