Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2194 const fltSemantics &fromSemantics = *semantics; in convert() local
2199 shift = toSemantics.precision - fromSemantics.precision; in convert()
2202 if (&fromSemantics == &semX87DoubleExtended && in convert()
2220 int exponentChange = omsb - fromSemantics.precision; in convert()