Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp1984 IEEEFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert() argument
1994 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
1996 shift = toSemantics.precision - fromSemantics.precision; in convert()
2000 &toSemantics != &semX87DoubleExtended && category == fcNaN && in convert()
2015 if (exponent + exponentChange < toSemantics.minExponent) in convert()
2016 exponentChange = toSemantics.minExponent - exponent; in convert()
2049 semantics = &toSemantics; in convert()