HomeSort by relevance Sort by last modified time
    Searched refs:arrayInBase (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativePowr.java 79 float[] arrayInBase = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInBase, (float) 42);
81 inBase.copyTo(arrayInBase);
94 args.inBase = arrayInBase[i];
162 float[] arrayInBase = new float[INPUTSIZE * 2];
163 Arrays.fill(arrayInBase, (float) 42);
164 inBase.copyTo(arrayInBase);
177 args.inBase = arrayInBase[i * 2 + j];
245 float[] arrayInBase = new float[INPUTSIZE * 4];
246 Arrays.fill(arrayInBase, (float) 42)
    [all...]
TestPow.java 79 float[] arrayInBase = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInBase, (float) 42);
81 inBase.copyTo(arrayInBase);
94 args.inBase = arrayInBase[i];
162 float[] arrayInBase = new float[INPUTSIZE * 2];
163 Arrays.fill(arrayInBase, (float) 42);
164 inBase.copyTo(arrayInBase);
177 args.inBase = arrayInBase[i * 2 + j];
245 float[] arrayInBase = new float[INPUTSIZE * 4];
246 Arrays.fill(arrayInBase, (float) 42)
    [all...]
TestPown.java 79 float[] arrayInBase = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInBase, (float) 42);
81 inBase.copyTo(arrayInBase);
94 args.inBase = arrayInBase[i];
162 float[] arrayInBase = new float[INPUTSIZE * 2];
163 Arrays.fill(arrayInBase, (float) 42);
164 inBase.copyTo(arrayInBase);
177 args.inBase = arrayInBase[i * 2 + j];
245 float[] arrayInBase = new float[INPUTSIZE * 4];
246 Arrays.fill(arrayInBase, (float) 42)
    [all...]
TestPowr.java 79 float[] arrayInBase = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInBase, (float) 42);
81 inBase.copyTo(arrayInBase);
94 args.inBase = arrayInBase[i];
162 float[] arrayInBase = new float[INPUTSIZE * 2];
163 Arrays.fill(arrayInBase, (float) 42);
164 inBase.copyTo(arrayInBase);
177 args.inBase = arrayInBase[i * 2 + j];
245 float[] arrayInBase = new float[INPUTSIZE * 4];
246 Arrays.fill(arrayInBase, (float) 42)
    [all...]

Completed in 120 milliseconds