HomeSort by relevance Sort by last modified time
    Searched refs:INPUTSIZE (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFmax.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInX = new float[INPUTSIZE * 1];
67 float[] arrayInY = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 float[] arrayInX = new float[INPUTSIZE * 2];
136 float[] arrayInY = new float[INPUTSIZE * 2]
    [all...]
TestFmin.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInX = new float[INPUTSIZE * 1];
67 float[] arrayInY = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
134 float[] arrayInX = new float[INPUTSIZE * 2];
136 float[] arrayInY = new float[INPUTSIZE * 2]
    [all...]
TestLdexp.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInX = new float[INPUTSIZE * 1];
67 int[] arrayInY = new int[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
133 float[] arrayInX = new float[INPUTSIZE * 2];
135 int[] arrayInY = new int[INPUTSIZE * 2]
    [all...]
TestDistance.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInLhs = new float[INPUTSIZE * 1];
67 float[] arrayInRhs = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
139 float[] arrayInLhs = new float[INPUTSIZE * 2];
141 float[] arrayInRhs = new float[INPUTSIZE * 2]
    [all...]
TestDot.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInLhs = new float[INPUTSIZE * 1];
67 float[] arrayInRhs = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
139 float[] arrayInLhs = new float[INPUTSIZE * 2];
141 float[] arrayInRhs = new float[INPUTSIZE * 2]
    [all...]
TestFastDistance.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInLhs = new float[INPUTSIZE * 1];
67 float[] arrayInRhs = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
139 float[] arrayInLhs = new float[INPUTSIZE * 2];
141 float[] arrayInRhs = new float[INPUTSIZE * 2]
    [all...]
TestNativeDistance.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
65 float[] arrayInLhs = new float[INPUTSIZE * 1];
67 float[] arrayInRhs = new float[INPUTSIZE * 1];
69 float[] arrayOut = new float[INPUTSIZE * 1];
71 for (int i = 0; i < INPUTSIZE; i++) {
121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
139 float[] arrayInLhs = new float[INPUTSIZE * 2];
141 float[] arrayInRhs = new float[INPUTSIZE * 2]
    [all...]
TestCross.java 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE);
65 float[] arrayInLhs = new float[INPUTSIZE * 4];
67 float[] arrayInRhs = new float[INPUTSIZE * 4];
69 float[] arrayOut = new float[INPUTSIZE * 4];
71 for (int i = 0; i < INPUTSIZE; i++) {
130 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
138 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE);
148 float[] arrayInLhs = new float[INPUTSIZE * 4];
150 float[] arrayInRhs = new float[INPUTSIZE * 4]
    [all...]

Completed in 96 milliseconds

1 2 3 4 56