Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp3319 unsigned tensRemovable = (bits - bitsRequired) * 59 / 196; in AdjustToPrecision() local
3320 if (!tensRemovable) return; in AdjustToPrecision()
3322 exp += tensRemovable; in AdjustToPrecision()
3327 if (tensRemovable & 1) in AdjustToPrecision()
3329 tensRemovable >>= 1; in AdjustToPrecision()
3330 if (!tensRemovable) break; in AdjustToPrecision()
/external/llvm/lib/Support/
DAPFloat.cpp3504 unsigned tensRemovable = (bits - bitsRequired) * 59 / 196; in AdjustToPrecision() local
3505 if (!tensRemovable) return; in AdjustToPrecision()
3507 exp += tensRemovable; in AdjustToPrecision()
3512 if (tensRemovable & 1) in AdjustToPrecision()
3514 tensRemovable >>= 1; in AdjustToPrecision()
3515 if (!tensRemovable) break; in AdjustToPrecision()