Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3405 unsigned tensRemovable = (bits - bitsRequired) * 59 / 196; in AdjustToPrecision() local
3406 if (!tensRemovable) return; in AdjustToPrecision()
3408 exp += tensRemovable; in AdjustToPrecision()
3413 if (tensRemovable & 1) in AdjustToPrecision()
3415 tensRemovable >>= 1; in AdjustToPrecision()
3416 if (!tensRemovable) break; in AdjustToPrecision()