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

  /external/chromium_org/third_party/icu/source/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));
189 /* DBL_MAX/2 is here because randomDouble does a *2 in the math */
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier())
    [all...]
winnmtst.cpp 81 static double randomDouble(void)
234 double d = randomDouble();
  /external/icu/icu4c/source/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));
189 /* DBL_MAX/2 is here because randomDouble does a *2 in the math */
190 test(fmt, randomDouble(DBL_MAX/2.0) / df->getMultiplier())
    [all...]
winnmtst.cpp 81 static double randomDouble(void)
234 double d = randomDouble();

Completed in 532 milliseconds