Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2436 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2439 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2440 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2465 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2466 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2467 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2468 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2482 excessPrecision, isNearest); in roundSignificandWithExponent()
2487 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2488 excessPrecision); in roundSignificandWithExponent()
[all …]