HomeSort by relevance Sort by last modified time
    Searched refs:randDouble (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/test/intltest/
tsnmfmt.h 70 static double randDouble();
tsdate.h 50 double randDouble(void);
dtfmtrtts.h 67 static double randDouble(double range)
tsdate.cpp 133 tryDate(uprv_floor(randDouble() * limit));
219 double IntlTestDateFormat::randDouble()
tsnmfmt.cpp 107 double IntlTestNumberFormat::randDouble()
152 it = randDouble();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormat.java 45 private Random random; // initialized in randDouble
128 // tryDate(new Date(floor(randDouble() * limit)));
129 tryDate(new Date((long) (randDouble() * limit.getTime())));
202 private double randDouble() {
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 176 static Double randDouble ( void )
218 block[i].f64[0] = randDouble();
219 block[i].f64[1] = randDouble();
    [all...]

Completed in 229 milliseconds