Home
last modified time | relevance | path

Searched refs:createInputArrayInt (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java156 private static int[] createInputArrayInt(int len, int seed) { in createInputArrayInt() method in ReduceTest
164 private static int[] createInputArrayInt(int len, int seed, int eltRange) { in createInputArrayInt() method in ReduceTest
182 final int[] input = createInputArrayInt(100000, 0, 1 << 13); in testAddInt1D()
193 final int[] inputArray = createInputArrayInt(dimX * dimY, 1, 1 << 13); in testAddInt2D()
376 int[] input = createInputArrayInt(inputLen, 5); in testFz()
391 int[] inputArray = createInputArrayInt(inputLen, 7); in testFz2()
414 int[] inputArray = createInputArrayInt(inputLen, 9); in testFz3()
501 final int[] input1 = createInputArrayInt(100000, 13, 1 << 13); in testSumXor()
502 final int[] input2 = createInputArrayInt(100000, 14, 1 << 13); in testSumXor()
536 final int[] input1 = createInputArrayInt(90000, 16, 1 << 13); in testBadSumXorInputLengthMismatch()
[all …]