Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2320 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2323 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2324 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2348 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2349 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2350 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2351 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2365 excessPrecision, isNearest); in roundSignificandWithExponent()
2370 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2371 excessPrecision); in roundSignificandWithExponent()
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp2457 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2460 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2461 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2485 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2486 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2487 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2488 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2502 excessPrecision, isNearest); in roundSignificandWithExponent()
2507 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2508 excessPrecision); in roundSignificandWithExponent()
[all …]