HomeSort by relevance Sort by last modified time
    Searched defs:randomDouble (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
nmfmtrt.cpp 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)); /*OS390 and OS400*/
188 /* DBL_MAX/2 is here because randomDouble does a *2 in the math */
189 test(fmt, randomDouble(DBL_MAX/2.0) / ((DecimalFormat*)fmt)->getMultiplier())
    [all...]
winnmtst.cpp 81 static double randomDouble(void)
234 double d = randomDouble();

Completed in 30 milliseconds