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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestDistance.java 67 float[] arrayInRhs = new float[INPUTSIZE * 1];
68 inRhs.copyTo(arrayInRhs);
76 args.inRhs = arrayInRhs[i];
93 arrayInRhs[i], Float.floatToRawIntBits(arrayInRhs[i]), arrayInRhs[i]));
141 float[] arrayInRhs = new float[INPUTSIZE * 2];
142 inRhs.copyTo(arrayInRhs);
155 args.inRhs[j] = arrayInRhs[i * 2 + j];
176 arrayInRhs[i * 2 + j], Float.floatToRawIntBits(arrayInRhs[i * 2 + j]), arrayInRhs[i * 2 + j]))
    [all...]
TestDot.java 67 float[] arrayInRhs = new float[INPUTSIZE * 1];
68 inRhs.copyTo(arrayInRhs);
76 args.inRhs = arrayInRhs[i];
93 arrayInRhs[i], Float.floatToRawIntBits(arrayInRhs[i]), arrayInRhs[i]));
141 float[] arrayInRhs = new float[INPUTSIZE * 2];
142 inRhs.copyTo(arrayInRhs);
155 args.inRhs[j] = arrayInRhs[i * 2 + j];
176 arrayInRhs[i * 2 + j], Float.floatToRawIntBits(arrayInRhs[i * 2 + j]), arrayInRhs[i * 2 + j]))
    [all...]
TestFastDistance.java 67 float[] arrayInRhs = new float[INPUTSIZE * 1];
68 inRhs.copyTo(arrayInRhs);
76 args.inRhs = arrayInRhs[i];
93 arrayInRhs[i], Float.floatToRawIntBits(arrayInRhs[i]), arrayInRhs[i]));
141 float[] arrayInRhs = new float[INPUTSIZE * 2];
142 inRhs.copyTo(arrayInRhs);
155 args.inRhs[j] = arrayInRhs[i * 2 + j];
176 arrayInRhs[i * 2 + j], Float.floatToRawIntBits(arrayInRhs[i * 2 + j]), arrayInRhs[i * 2 + j]))
    [all...]
TestNativeDistance.java 67 float[] arrayInRhs = new float[INPUTSIZE * 1];
68 inRhs.copyTo(arrayInRhs);
76 args.inRhs = arrayInRhs[i];
93 arrayInRhs[i], Float.floatToRawIntBits(arrayInRhs[i]), arrayInRhs[i]));
141 float[] arrayInRhs = new float[INPUTSIZE * 2];
142 inRhs.copyTo(arrayInRhs);
155 args.inRhs[j] = arrayInRhs[i * 2 + j];
176 arrayInRhs[i * 2 + j], Float.floatToRawIntBits(arrayInRhs[i * 2 + j]), arrayInRhs[i * 2 + j]))
    [all...]
TestCross.java 67 float[] arrayInRhs = new float[INPUTSIZE * 4];
68 inRhs.copyTo(arrayInRhs);
82 args.inRhs[j] = arrayInRhs[i * 4 + j];
105 arrayInRhs[i * 4 + j], Float.floatToRawIntBits(arrayInRhs[i * 4 + j]), arrayInRhs[i * 4 + j]));
150 float[] arrayInRhs = new float[INPUTSIZE * 4];
151 inRhs.copyTo(arrayInRhs);
165 args.inRhs[j] = arrayInRhs[i * 4 + j];
188 arrayInRhs[i * 4 + j], Float.floatToRawIntBits(arrayInRhs[i * 4 + j]), arrayInRhs[i * 4 + j]))
    [all...]
TestNativeDivide.java 67 float[] arrayInRhs = new float[INPUTSIZE * 1];
68 inRhs.copyTo(arrayInRhs);
76 args.inRhs = arrayInRhs[i];
136 float[] arrayInRhs = new float[INPUTSIZE * 2];
137 inRhs.copyTo(arrayInRhs);
145 args.inRhs = arrayInRhs[i * 2 + j];
205 float[] arrayInRhs = new float[INPUTSIZE * 4];
206 inRhs.copyTo(arrayInRhs);
214 args.inRhs = arrayInRhs[i * 4 + j];
274 float[] arrayInRhs = new float[INPUTSIZE * 4]
    [all...]

Completed in 689 milliseconds