Searched refs:createInputArrayInt (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | ReduceTest.java | 150 private static int[] createInputArrayInt(int len, int seed) { in createInputArrayInt() method in ReduceTest 158 private static int[] createInputArrayInt(int len, int seed, int eltRange) { in createInputArrayInt() method in ReduceTest 176 final int[] input = createInputArrayInt(100000, 0, 1 << 13); in testAddInt1D() 187 final int[] inputArray = createInputArrayInt(dimX * dimY, 1, 1 << 13); in testAddInt2D() 363 int[] input = createInputArrayInt(inputLen, 5); in testFz() 378 int[] inputArray = createInputArrayInt(inputLen, 7); in testFz2() 400 int[] inputArray = createInputArrayInt(inputLen, 9); in testFz3() 482 final int[] input1 = createInputArrayInt(100000, 13, 1 << 13); in testSumXor() 483 final int[] input2 = createInputArrayInt(100000, 14, 1 << 13); in testSumXor() 513 final int[] input1 = createInputArrayInt(90000, 16, 1 << 13); in testBadSumXorInputLengthMismatch() [all …]
|