Lines Matching refs:randomDouble
79 NumberFormatRoundTripTest::randomDouble(double range) in randomDouble() function in NumberFormatRoundTripTest
165 test(fmt, randomDouble(1)); in test()
166 test(fmt, randomDouble(10000)); in test()
167 test(fmt, uprv_floor((randomDouble(10000)))); in test()
168 test(fmt, randomDouble(1e50)); in test()
169 test(fmt, randomDouble(1e-50)); in test()
171 test(fmt, randomDouble(1e100)); in test()
173 test(fmt, randomDouble(1e75)); in test()
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier()); in test()
192 test(fmt, randomDouble(1e75) / df->getMultiplier()); in test()
194 test(fmt, randomDouble(1e65) / df->getMultiplier()); in test()
200 test(fmt, randomDouble(1e-292)); in test()
201 test(fmt, randomDouble(1e-100)); in test()
205 test(fmt, randomDouble(1e-78)); in test()
206 test(fmt, randomDouble(1e-78)); in test()
211 test(fmt, randomDouble(DBL_MIN)); /* Usually 2.2250738585072014e-308 */ in test()
212 test(fmt, randomDouble(1e-100)); in test()