Home | History | Annotate | Download | only in intltest

Lines Matching refs:randomDouble

82 NumberFormatRoundTripTest::randomDouble(double range)
168 test(fmt, randomDouble(1));
169 test(fmt, randomDouble(10000));
170 test(fmt, uprv_floor((randomDouble(10000))));
171 test(fmt, randomDouble(1e50));
172 test(fmt, randomDouble(1e-50));
174 test(fmt, randomDouble(1e100));
176 test(fmt, randomDouble(1e75));
192 /* DBL_MAX/2 is here because randomDouble does a *2 in the math */
193 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier());
195 test(fmt, randomDouble(1e75) / df->getMultiplier());
197 test(fmt, randomDouble(1e65) / df->getMultiplier());
203 test(fmt, randomDouble(1e-292));
204 test(fmt, randomDouble(1e-100));
208 test(fmt, randomDouble(1e-78));
209 test(fmt, randomDouble(1e-78));
214 test(fmt, randomDouble(DBL_MIN)); /* Usually 2.2250738585072014e-308 */
215 test(fmt, randomDouble(1e-100));