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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDistance.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 1];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i];
111 appendVariableToMessage(message, arrayInRightVector[i]);
168 float[] arrayInRightVector = new float[INPUTSIZE * 2];
169 Arrays.fill(arrayInRightVector, (float) 42);
170 inRightVector.copyTo(arrayInRightVector);
186 args.inRightVector[j] = arrayInRightVector[i * 2 + j];
206 appendVariableToMessage(message, arrayInRightVector[i * 2 + j])
    [all...]
TestDot.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 1];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i];
111 appendVariableToMessage(message, arrayInRightVector[i]);
168 float[] arrayInRightVector = new float[INPUTSIZE * 2];
169 Arrays.fill(arrayInRightVector, (float) 42);
170 inRightVector.copyTo(arrayInRightVector);
186 args.inRightVector[j] = arrayInRightVector[i * 2 + j];
206 appendVariableToMessage(message, arrayInRightVector[i * 2 + j])
    [all...]
TestNativeDistance.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 1];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i];
111 appendVariableToMessage(message, arrayInRightVector[i]);
168 float[] arrayInRightVector = new float[INPUTSIZE * 2];
169 Arrays.fill(arrayInRightVector, (float) 42);
170 inRightVector.copyTo(arrayInRightVector);
186 args.inRightVector[j] = arrayInRightVector[i * 2 + j];
206 appendVariableToMessage(message, arrayInRightVector[i * 2 + j])
    [all...]
TestNativeDivide.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 1];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i];
165 float[] arrayInRightVector = new float[INPUTSIZE * 2];
166 Arrays.fill(arrayInRightVector, (float) 42);
167 inRightVector.copyTo(arrayInRightVector);
178 args.inRightVector = arrayInRightVector[i * 2 + j];
248 float[] arrayInRightVector = new float[INPUTSIZE * 4];
249 Arrays.fill(arrayInRightVector, (float) 42)
    [all...]
TestCross.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 4];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
101 args.inRightVector[j] = arrayInRightVector[i * 4 + j];
123 appendVariableToMessage(message, arrayInRightVector[i * 4 + j]);
177 float[] arrayInRightVector = new float[INPUTSIZE * 4];
178 Arrays.fill(arrayInRightVector, (float) 42);
179 inRightVector.copyTo(arrayInRightVector);
196 args.inRightVector[j] = arrayInRightVector[i * 4 + j];
218 appendVariableToMessage(message, arrayInRightVector[i * 4 + j])
    [all...]
TestFastDistance.java 82 float[] arrayInRightVector = new float[INPUTSIZE * 1];
83 Arrays.fill(arrayInRightVector, (float) 42);
84 inRightVector.copyTo(arrayInRightVector);
95 args.inRightVector = arrayInRightVector[i];
111 appendVariableToMessage(message, arrayInRightVector[i]);
168 float[] arrayInRightVector = new float[INPUTSIZE * 2];
169 Arrays.fill(arrayInRightVector, (float) 42);
170 inRightVector.copyTo(arrayInRightVector);
186 args.inRightVector[j] = arrayInRightVector[i * 2 + j];
206 appendVariableToMessage(message, arrayInRightVector[i * 2 + j])
    [all...]

Completed in 362 milliseconds