OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:genRandomFloats
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java
99
public static void
genRandomFloats
(long seed, float min, float max, float array[],
RsPackColorTo8888Test.java
74
RSUtils.
genRandomFloats
(seed, 0.0f, 1.0f, inArray, false);
101
RSUtils.
genRandomFloats
(seed, 0.0f, 1.0f, inArray, false);
RSBaseCompute.java
130
RSUtils.
genRandomFloats
(seed, min, max, inArray, includeExtremes);
182
RSUtils.
genRandomFloats
(seed, (float) minValue, (float) maxValue, inArray, false);
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSUtils.java
99
public static void
genRandomFloats
(long seed, float min, float max, float array[],
Completed in 35 milliseconds