Lines Matching full:double
30 double NumberFormatRoundTripTest::MAX_ERROR = 1e-14;
31 double NumberFormatRoundTripTest::max_numeric_error = 0.0;
32 double NumberFormatRoundTripTest::min_numeric_error = 1.0;
78 double
79 NumberFormatRoundTripTest::randomDouble(double range)
81 double a = randFraction();
159 double negZero = 0.0; negZero /= -1.0;
177 // 1) Format the double into a string --> INF% (since 100 * double > DBL_MAX)
178 // 2) Parse the string into a double --> INF
179 // 3) Re-format the double --> INF%
183 // the double will stay in range.
218 NumberFormatRoundTripTest::test(NumberFormat *fmt, double value)
277 double error = proportionalError(value, n);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
298 double
301 double aa,bb;
313 double error = aa - bb;
327 result = UnicodeString(" Double");