Home
last modified time | relevance | path

Searched refs:randomDouble (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dnmfmtrt.cpp79 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)); /*OS390 and OS400*/ in test()
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier()); in test()
192 test(fmt, randomDouble(1e75) / df->getMultiplier()); in test()
[all …]
Dnmfmtrt.h43 static double randomDouble(double range);
Dwinnmtst.cpp81 static double randomDouble(void) in randomDouble() function
234 double d = randomDouble(); in testLocale()