Searched refs:integralMax (Results 1 – 1 of 1) sorted by relevance
966 static const IntegralType integralMax = numeric_limits<IntegralType>::max(); in toIntegralType() local968 const IntegralType maxMultiplier = integralMax / base; in toIntegralType()1006 …if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNega… in toIntegralType()