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

12 3 4 5 6

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNextafter.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...]
TestPow.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...]
TestPown.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...]
TestPowr.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...]
TestRemainder.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...]
TestRootn.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[] arrayInV = new float[INPUTSIZE * 1];
67 int[] arrayInN = 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[] arrayInV = new float[INPUTSIZE * 2];
135 int[] arrayInN = new int[INPUTSIZE * 2]
    [all...]
TestMax.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[] arrayIn = new float[INPUTSIZE * 1];
67 float[] arrayIn1 = 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[] arrayIn = new float[INPUTSIZE * 2];
136 float[] arrayIn1 = new float[INPUTSIZE * 2]
    [all...]
TestMin.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[] arrayIn = new float[INPUTSIZE * 1];
67 float[] arrayIn1 = 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[] arrayIn = new float[INPUTSIZE * 2];
136 float[] arrayIn1 = new float[INPUTSIZE * 2]
    [all...]
TestFract.java 46 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
66 float[] arrayInV = new float[INPUTSIZE * 1];
68 float[] arrayOutFloor = new float[INPUTSIZE * 1];
70 float[] arrayOut = new float[INPUTSIZE * 1];
72 for (int i = 0; i < INPUTSIZE; i++) {
124 Allocation outFloor = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
    [all...]
TestLgamma.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayIn = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayIn = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestFrexp.java 46 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
66 float[] arrayInV = new float[INPUTSIZE * 1];
68 int[] arrayOutIptr = new int[INPUTSIZE * 1];
70 float[] arrayOut = new float[INPUTSIZE * 1];
72 for (int i = 0; i < INPUTSIZE; i++) {
123 Allocation outIptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE);
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
    [all...]
TestModf.java 46 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
66 float[] arrayInX = new float[INPUTSIZE * 1];
68 float[] arrayOutIret = new float[INPUTSIZE * 1];
70 float[] arrayOut = new float[INPUTSIZE * 1];
72 for (int i = 0; i < INPUTSIZE; i++) {
124 Allocation outIret = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
    [all...]
TestNativeSincos.java 46 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
66 float[] arrayInV = new float[INPUTSIZE * 1];
68 float[] arrayOutCosptr = new float[INPUTSIZE * 1];
70 float[] arrayOut = new float[INPUTSIZE * 1];
72 for (int i = 0; i < INPUTSIZE; i++) {
124 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
    [all...]
TestSincos.java 46 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
55 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
66 float[] arrayInV = new float[INPUTSIZE * 1];
68 float[] arrayOutCosptr = new float[INPUTSIZE * 1];
70 float[] arrayOut = new float[INPUTSIZE * 1];
72 for (int i = 0; i < INPUTSIZE; i++) {
124 Allocation outCosptr = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
    [all...]
TestMix.java 49 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
69 float[] arrayInStart = new float[INPUTSIZE * 1];
71 float[] arrayInStop = new float[INPUTSIZE * 1];
73 float[] arrayInAmount = new float[INPUTSIZE * 1];
75 float[] arrayOut = new float[INPUTSIZE * 1];
77 for (int i = 0; i < INPUTSIZE; i++) {
128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
148 float[] arrayInStart = new float[INPUTSIZE * 2]
    [all...]
TestStep.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[] arrayInEdge = new float[INPUTSIZE * 1];
67 float[] arrayInV = 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[] arrayInEdge = new float[INPUTSIZE * 2];
136 float[] arrayInV = new float[INPUTSIZE * 2]
    [all...]
TestAcos.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAcosh.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayIn = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayIn = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAcospi.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAsin.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAsinh.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayIn = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayIn = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAsinpi.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAtan.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAtanh.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]
TestAtanpi.java 45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE);
61 float[] arrayInV = new float[INPUTSIZE * 1];
63 float[] arrayOut = new float[INPUTSIZE * 1];
65 for (int i = 0; i < INPUTSIZE; i++) {
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE);
120 float[] arrayInV = new float[INPUTSIZE * 2];
122 float[] arrayOut = new float[INPUTSIZE * 2];
124 for (int i = 0; i < INPUTSIZE; i++)
    [all...]

Completed in 127 milliseconds

12 3 4 5 6