OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createInputArrayInt
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reduce_backward.java
59
private int[]
createInputArrayInt
(int len, int seed) {
67
private int[]
createInputArrayInt
(int len, int seed, int eltRange) {
113
final int[] input =
createInputArrayInt
(100000, 0, 1 << 13);
124
final int[] inputArray =
createInputArrayInt
(dimX * dimY, 1, 1 << 13);
177
int[] input =
createInputArrayInt
(inputLen, 5);
196
int[] inputArray =
createInputArrayInt
(inputLen, 7);
221
int[] inputArray =
createInputArrayInt
(inputLen, 9);
UT_reduce.java
170
private int[]
createInputArrayInt
(int len, int seed) {
178
private int[]
createInputArrayInt
(int len, int seed, int eltRange) {
288
final int[] input =
createInputArrayInt
(size[0], seed, Integer.MAX_VALUE / size[0]);
297
final int[] inputArray =
createInputArrayInt
(size[0], seed, Integer.MAX_VALUE / size[0]);
328
final int[] inputArray =
createInputArrayInt
(dimX * dimY, seed, Integer.MAX_VALUE / (dimX * dimY));
362
final int[] inputArray =
createInputArrayInt
(dimX * dimY * dimZ, seed, Integer.MAX_VALUE / (dimX * dimY * dimZ));
403
final int[] input1 =
createInputArrayInt
(123, Integer.MAX_VALUE / inputSize);
404
final int[] input2 =
createInputArrayInt
(456, Integer.MAX_VALUE / inputSize);
444
final int[] input =
createInputArrayInt
(149, Integer.MAX_VALUE / inputSize);
689
int[] input =
createInputArrayInt
(inputLen, seed + 0)
[
all
...]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce_backward.java
61
private int[]
createInputArrayInt
(int len, int seed) {
69
private int[]
createInputArrayInt
(int len, int seed, int eltRange) {
115
final int[] input =
createInputArrayInt
(100000, 0, 1 << 13);
126
final int[] inputArray =
createInputArrayInt
(dimX * dimY, 1, 1 << 13);
179
int[] input =
createInputArrayInt
(inputLen, 5);
198
int[] inputArray =
createInputArrayInt
(inputLen, 7);
223
int[] inputArray =
createInputArrayInt
(inputLen, 9);
UT_reduce.java
172
private int[]
createInputArrayInt
(int len, int seed) {
180
private int[]
createInputArrayInt
(int len, int seed, int eltRange) {
290
final int[] input =
createInputArrayInt
(size[0], seed, Integer.MAX_VALUE / size[0]);
299
final int[] inputArray =
createInputArrayInt
(size[0], seed, Integer.MAX_VALUE / size[0]);
330
final int[] inputArray =
createInputArrayInt
(dimX * dimY, seed, Integer.MAX_VALUE / (dimX * dimY));
364
final int[] inputArray =
createInputArrayInt
(dimX * dimY * dimZ, seed, Integer.MAX_VALUE / (dimX * dimY * dimZ));
405
final int[] input1 =
createInputArrayInt
(123, Integer.MAX_VALUE / inputSize);
406
final int[] input2 =
createInputArrayInt
(456, Integer.MAX_VALUE / inputSize);
446
final int[] input =
createInputArrayInt
(149, Integer.MAX_VALUE / inputSize);
691
int[] input =
createInputArrayInt
(inputLen, seed + 0)
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ReduceTest.java
156
private static int[]
createInputArrayInt
(int len, int seed) {
164
private static int[]
createInputArrayInt
(int len, int seed, int eltRange) {
182
final int[] input =
createInputArrayInt
(100000, 0, 1 << 13);
193
final int[] inputArray =
createInputArrayInt
(dimX * dimY, 1, 1 << 13);
376
int[] input =
createInputArrayInt
(inputLen, 5);
391
int[] inputArray =
createInputArrayInt
(inputLen, 7);
414
int[] inputArray =
createInputArrayInt
(inputLen, 9);
501
final int[] input1 =
createInputArrayInt
(100000, 13, 1 << 13);
502
final int[] input2 =
createInputArrayInt
(100000, 14, 1 << 13);
536
final int[] input1 =
createInputArrayInt
(90000, 16, 1 << 13)
[
all
...]
Completed in 353 milliseconds