Home | History | Annotate | Download | only in intltest

Lines Matching defs:randomDouble

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