Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2177 const fltSemantics &fromSemantics = *semantics; in convert() local
2182 shift = toSemantics.precision - fromSemantics.precision; in convert()
2185 if (&fromSemantics == &semX87DoubleExtended && in convert()
2200 int exponentChange = significandMSB() + 1 - fromSemantics.precision; in convert()