HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 826 - 850 of 3043) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestLog1p.java 39 public Target.Floaty out; field in class:TestLog1p.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testLog1pFloatFloat(in, out);
47 verifyResultsLog1pFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testLog1pFloatFloat(in, out);
54 verifyResultsLog1pFloatFloat(in, out, true);
60 private void verifyResultsLog1pFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestLog2.java 39 public Target.Floaty out; field in class:TestLog2.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testLog2FloatFloat(in, out);
47 verifyResultsLog2FloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testLog2FloatFloat(in, out);
54 verifyResultsLog2FloatFloat(in, out, true);
60 private void verifyResultsLog2FloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestLogb.java 39 public Target.Floaty out; field in class:TestLogb.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testLogbFloatFloat(in, out);
47 verifyResultsLogbFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testLogbFloatFloat(in, out);
54 verifyResultsLogbFloatFloat(in, out, true);
60 private void verifyResultsLogbFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestMad.java 41 public Target.Floaty out; field in class:TestMad.ArgumentsFloatFloatFloatFloat
49 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testMadFloatFloatFloatFloat(inA, out);
53 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
61 scriptRelaxed.forEach_testMadFloatFloatFloatFloat(inA, out);
62 verifyResultsMadFloatFloatFloatFloat(inA, inB, inC, out, true);
68 private void verifyResultsMadFloatFloatFloatFloat(Allocation inA, Allocation inB, Allocation inC, Allocation out, boolean relaxed) {
76 out.copyTo(arrayOut);
84 // Figure out what the outputs should have been
128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
216 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
286 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
295 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestModf.java 40 public Target.Floaty out; field in class:TestModf.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testModfFloatFloatFloat(inX, out);
50 verifyResultsModfFloatFloatFloat(inX, outIret, out, false);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
58 scriptRelaxed.forEach_testModfFloatFloatFloat(inX, out);
59 verifyResultsModfFloatFloatFloat(inX, outIret, out, true);
65 private void verifyResultsModfFloatFloatFloat(Allocation inX, Allocation outIret, Allocation out, boolean relaxed) {
71 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
125 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
212 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
290 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAcos.java 39 public Target.Floaty out; field in class:TestNativeAcos.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAcosFloatFloat(inV, out);
47 verifyResultsNativeAcosFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAcosFloatFloat(inV, out);
54 verifyResultsNativeAcosFloatFloat(inV, out, true);
60 private void verifyResultsNativeAcosFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAcosh.java 39 public Target.Floaty out; field in class:TestNativeAcosh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAcoshFloatFloat(in, out);
47 verifyResultsNativeAcoshFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAcoshFloatFloat(in, out);
54 verifyResultsNativeAcoshFloatFloat(in, out, true);
60 private void verifyResultsNativeAcoshFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAcospi.java 39 public Target.Floaty out; field in class:TestNativeAcospi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAcospiFloatFloat(inV, out);
47 verifyResultsNativeAcospiFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAcospiFloatFloat(inV, out);
54 verifyResultsNativeAcospiFloatFloat(inV, out, true);
60 private void verifyResultsNativeAcospiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAsin.java 39 public Target.Floaty out; field in class:TestNativeAsin.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAsinFloatFloat(inV, out);
47 verifyResultsNativeAsinFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAsinFloatFloat(inV, out);
54 verifyResultsNativeAsinFloatFloat(inV, out, true);
60 private void verifyResultsNativeAsinFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAsinh.java 39 public Target.Floaty out; field in class:TestNativeAsinh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAsinhFloatFloat(in, out);
47 verifyResultsNativeAsinhFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAsinhFloatFloat(in, out);
54 verifyResultsNativeAsinhFloatFloat(in, out, true);
60 private void verifyResultsNativeAsinhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAsinpi.java 39 public Target.Floaty out; field in class:TestNativeAsinpi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAsinpiFloatFloat(inV, out);
47 verifyResultsNativeAsinpiFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAsinpiFloatFloat(inV, out);
54 verifyResultsNativeAsinpiFloatFloat(inV, out, true);
60 private void verifyResultsNativeAsinpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAtan.java 39 public Target.Floaty out; field in class:TestNativeAtan.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAtanFloatFloat(inV, out);
47 verifyResultsNativeAtanFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAtanFloatFloat(inV, out);
54 verifyResultsNativeAtanFloatFloat(inV, out, true);
60 private void verifyResultsNativeAtanFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAtan2.java 40 public Target.Floaty out; field in class:TestNativeAtan2.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testNativeAtan2FloatFloatFloat(inY, out);
50 verifyResultsNativeAtan2FloatFloatFloat(inY, inX, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testNativeAtan2FloatFloatFloat(inY, out);
58 verifyResultsNativeAtan2FloatFloatFloat(inY, inX, out, true);
64 private void verifyResultsNativeAtan2FloatFloatFloat(Allocation inY, Allocation inX, Allocation out, boolean relaxed) {
70 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAtan2pi.java 40 public Target.Floaty out; field in class:TestNativeAtan2pi.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testNativeAtan2piFloatFloatFloat(inY, out);
50 verifyResultsNativeAtan2piFloatFloatFloat(inY, inX, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testNativeAtan2piFloatFloatFloat(inY, out);
58 verifyResultsNativeAtan2piFloatFloatFloat(inY, inX, out, true);
64 private void verifyResultsNativeAtan2piFloatFloatFloat(Allocation inY, Allocation inX, Allocation out, boolean relaxed) {
70 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAtanh.java 39 public Target.Floaty out; field in class:TestNativeAtanh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAtanhFloatFloat(inIn, out);
47 verifyResultsNativeAtanhFloatFloat(inIn, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAtanhFloatFloat(inIn, out);
54 verifyResultsNativeAtanhFloatFloat(inIn, out, true);
60 private void verifyResultsNativeAtanhFloatFloat(Allocation inIn, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeAtanpi.java 39 public Target.Floaty out; field in class:TestNativeAtanpi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeAtanpiFloatFloat(inV, out);
47 verifyResultsNativeAtanpiFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeAtanpiFloatFloat(inV, out);
54 verifyResultsNativeAtanpiFloatFloat(inV, out, true);
60 private void verifyResultsNativeAtanpiFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeCbrt.java 39 public Target.Floaty out; field in class:TestNativeCbrt.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeCbrtFloatFloat(in, out);
47 verifyResultsNativeCbrtFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeCbrtFloatFloat(in, out);
54 verifyResultsNativeCbrtFloatFloat(in, out, true);
60 private void verifyResultsNativeCbrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeCos.java 39 public Target.Floaty out; field in class:TestNativeCos.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeCosFloatFloat(in, out);
47 verifyResultsNativeCosFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeCosFloatFloat(in, out);
54 verifyResultsNativeCosFloatFloat(in, out, true);
60 private void verifyResultsNativeCosFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeCosh.java 39 public Target.Floaty out; field in class:TestNativeCosh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeCoshFloatFloat(in, out);
47 verifyResultsNativeCoshFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeCoshFloatFloat(in, out);
54 verifyResultsNativeCoshFloatFloat(in, out, true);
60 private void verifyResultsNativeCoshFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeCospi.java 39 public Target.Floaty out; field in class:TestNativeCospi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeCospiFloatFloat(in, out);
47 verifyResultsNativeCospiFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeCospiFloatFloat(in, out);
54 verifyResultsNativeCospiFloatFloat(in, out, true);
60 private void verifyResultsNativeCospiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeDistance.java 40 public Target.Floaty out; field in class:TestNativeDistance.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testNativeDistanceFloatFloatFloat(inLhs, out);
50 verifyResultsNativeDistanceFloatFloatFloat(inLhs, inRhs, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testNativeDistanceFloatFloatFloat(inLhs, out);
58 verifyResultsNativeDistanceFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsNativeDistanceFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
70 out.copyTo(arrayOut);
82 if (!args.out.couldBe(arrayOut[i]))
114 public Target.Floaty out; field in class:TestNativeDistance.ArgumentsFloatNFloatNFloat
121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
285 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
    [all...]
TestNativeDivide.java 40 public Target.Floaty out; field in class:TestNativeDivide.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testNativeDivideFloatFloatFloat(inLhs, out);
50 verifyResultsNativeDivideFloatFloatFloat(inLhs, inRhs, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testNativeDivideFloatFloatFloat(inLhs, out);
58 verifyResultsNativeDivideFloatFloatFloat(inLhs, inRhs, out, true);
64 private void verifyResultsNativeDivideFloatFloatFloat(Allocation inLhs, Allocation inRhs, Allocation out, boolean relaxed) {
70 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeExp.java 39 public Target.Floaty out; field in class:TestNativeExp.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeExpFloatFloat(inV, out);
47 verifyResultsNativeExpFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeExpFloatFloat(inV, out);
54 verifyResultsNativeExpFloatFloat(inV, out, true);
60 private void verifyResultsNativeExpFloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeExp10.java 39 public Target.Floaty out; field in class:TestNativeExp10.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeExp10FloatFloat(inV, out);
47 verifyResultsNativeExp10FloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeExp10FloatFloat(inV, out);
54 verifyResultsNativeExp10FloatFloat(inV, out, true);
60 private void verifyResultsNativeExp10FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestNativeExp2.java 39 public Target.Floaty out; field in class:TestNativeExp2.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testNativeExp2FloatFloat(inV, out);
47 verifyResultsNativeExp2FloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testNativeExp2FloatFloat(inV, out);
54 verifyResultsNativeExp2FloatFloat(inV, out, true);
60 private void verifyResultsNativeExp2FloatFloat(Allocation inV, Allocation out, boolean relaxed) {
64 out.copyTo(arrayOut);
70 // Figure out what the outputs should have been
104 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
111 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
222 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
229 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]

Completed in 82 milliseconds

<<31323334353637383940>>