Searched refs:doubleMax (Results 1 – 2 of 2) sorted by relevance
147 const Decimal doubleMax = Decimal::fromDouble(std::numeric_limits<double>::max()); in createStepRange() local148 …return InputType::createStepRange(anyStepHandling, numberDefaultStepBase, -doubleMax, doubleMax, s… in createStepRange()
109 const Decimal doubleMax = Decimal::fromDouble(std::numeric_limits<double>::max()); in parseToDecimalForNumberType() local110 if (value < -doubleMax || value > doubleMax) in parseToDecimalForNumberType()