Searched refs:smallerThanMax (Results 1 – 2 of 2) sorted by relevance
67 static double getSafeDouble(double smallerThanMax);
149 double IntlTestNumberFormat::getSafeDouble(double smallerThanMax) { in getSafeDouble() argument151 double high = (DBL_MAX/smallerThanMax)/10.0; in getSafeDouble()