OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:genRandomFloat16s
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java
134
RSUtils.
genRandomFloat16s
(seed, min, max, inArray, includeExtremes);
190
RSUtils.
genRandomFloat16s
(seed, minValue, maxValue, inArray, false);
RSUtils.java
168
public static void
genRandomFloat16s
(long seed, double minDoubleValue, double maxDoubleValue,
ReduceTest.java
137
RSUtils.
genRandomFloat16s
(seed, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, array,
Completed in 126 milliseconds