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