OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randDouble
(Results
1 - 8
of
8
) 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/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormat.java
49
private Random random; // initialized in
randDouble
132
// tryDate(new Date(floor(
randDouble
() * limit)));
133
tryDate(new Date((long) (
randDouble
() * limit.getTime())));
206
private double
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
167
static Double
randDouble
( void )
209
block[i].f64[0] =
randDouble
();
210
block[i].f64[1] =
randDouble
();
[
all
...]
Completed in 681 milliseconds