Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp3472 unsigned bitsRequired = (FormatPrecision * 196 + 58) / 59; in AdjustToPrecision() local
3474 if (bits <= bitsRequired) return; in AdjustToPrecision()
3476 unsigned tensRemovable = (bits - bitsRequired) * 59 / 196; in AdjustToPrecision()
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...