Searched refs:MinScale (Results 1 – 2 of 2) sorted by relevance
40 const int32_t MinScale = -16382; variable709 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0"); in adjustToWidth()872 int32_t ScaleShift = std::min(Shift, Scale - ScaledNumbers::MinScale); in shiftRight()
163 assert(E >= ScaledNumbers::MinScale); in toStringAPFloat()