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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDistance.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i];
108 appendVariableToMessage(message, arrayInLeftVector[i]);
165 float[] arrayInLeftVector = new float[INPUTSIZE * 2];
166 Arrays.fill(arrayInLeftVector, (float) 42);
167 inLeftVector.copyTo(arrayInLeftVector);
183 args.inLeftVector[j] = arrayInLeftVector[i * 2 + j];
201 appendVariableToMessage(message, arrayInLeftVector[i * 2 + j])
    [all...]
TestDot.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i];
108 appendVariableToMessage(message, arrayInLeftVector[i]);
165 float[] arrayInLeftVector = new float[INPUTSIZE * 2];
166 Arrays.fill(arrayInLeftVector, (float) 42);
167 inLeftVector.copyTo(arrayInLeftVector);
183 args.inLeftVector[j] = arrayInLeftVector[i * 2 + j];
201 appendVariableToMessage(message, arrayInLeftVector[i * 2 + j])
    [all...]
TestNativeDistance.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i];
108 appendVariableToMessage(message, arrayInLeftVector[i]);
165 float[] arrayInLeftVector = new float[INPUTSIZE * 2];
166 Arrays.fill(arrayInLeftVector, (float) 42);
167 inLeftVector.copyTo(arrayInLeftVector);
183 args.inLeftVector[j] = arrayInLeftVector[i * 2 + j];
201 appendVariableToMessage(message, arrayInLeftVector[i * 2 + j])
    [all...]
TestNativeDivide.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i];
162 float[] arrayInLeftVector = new float[INPUTSIZE * 2];
163 Arrays.fill(arrayInLeftVector, (float) 42);
164 inLeftVector.copyTo(arrayInLeftVector);
177 args.inLeftVector = arrayInLeftVector[i * 2 + j];
245 float[] arrayInLeftVector = new float[INPUTSIZE * 4];
246 Arrays.fill(arrayInLeftVector, (float) 42)
    [all...]
TestCross.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 4];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
98 args.inLeftVector[j] = arrayInLeftVector[i * 4 + j];
118 appendVariableToMessage(message, arrayInLeftVector[i * 4 + j]);
174 float[] arrayInLeftVector = new float[INPUTSIZE * 4];
175 Arrays.fill(arrayInLeftVector, (float) 42);
176 inLeftVector.copyTo(arrayInLeftVector);
193 args.inLeftVector[j] = arrayInLeftVector[i * 4 + j];
213 appendVariableToMessage(message, arrayInLeftVector[i * 4 + j])
    [all...]
TestFastDistance.java 79 float[] arrayInLeftVector = new float[INPUTSIZE * 1];
80 Arrays.fill(arrayInLeftVector, (float) 42);
81 inLeftVector.copyTo(arrayInLeftVector);
94 args.inLeftVector = arrayInLeftVector[i];
108 appendVariableToMessage(message, arrayInLeftVector[i]);
165 float[] arrayInLeftVector = new float[INPUTSIZE * 2];
166 Arrays.fill(arrayInLeftVector, (float) 42);
167 inLeftVector.copyTo(arrayInLeftVector);
183 args.inLeftVector[j] = arrayInLeftVector[i * 2 + j];
201 appendVariableToMessage(message, arrayInLeftVector[i * 2 + j])
    [all...]

Completed in 285 milliseconds