Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DScaledNumber.h40 const int32_t MinScale = -16382; variable
702 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0"); in adjustToWidth()
874 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight()
/external/llvm/lib/Support/
DScaledNumber.cpp164 assert(E >= ScaledNumbers::MinScale); in toStringAPFloat()