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

<<31323334353637383940>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestRadians.java 39 public Target.Floaty out; field in class:TestRadians.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testRadiansFloatFloat(inValue, out);
47 verifyResultsRadiansFloatFloat(inValue, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testRadiansFloatFloat(inValue, out);
54 verifyResultsRadiansFloatFloat(inValue, out, true);
60 private void verifyResultsRadiansFloatFloat(Allocation inValue, 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...]
TestRemainder.java 40 public Target.Floaty out; field in class:TestRemainder.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testRemainderFloatFloatFloat(inX, out);
50 verifyResultsRemainderFloatFloatFloat(inX, inY, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testRemainderFloatFloatFloat(inX, out);
58 verifyResultsRemainderFloatFloatFloat(inX, inY, out, true);
64 private void verifyResultsRemainderFloatFloatFloat(Allocation inX, Allocation inY, 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...]
TestRint.java 39 public Target.Floaty out; field in class:TestRint.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testRintFloatFloat(in, out);
47 verifyResultsRintFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testRintFloatFloat(in, out);
54 verifyResultsRintFloatFloat(in, out, true);
60 private void verifyResultsRintFloatFloat(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...]
TestRootn.java 40 public Target.Floaty out; field in class:TestRootn.ArgumentsFloatIntFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testRootnFloatIntFloat(inV, out);
50 verifyResultsRootnFloatIntFloat(inV, inN, out, false);
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
57 scriptRelaxed.forEach_testRootnFloatIntFloat(inV, out);
58 verifyResultsRootnFloatIntFloat(inV, inN, out, true);
64 private void verifyResultsRootnFloatIntFloat(Allocation inV, Allocation inN, Allocation out, boolean relaxed) {
70 out.copyTo(arrayOut);
77 // Figure out what the outputs should have been
115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
251 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
259 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestRound.java 39 public Target.Floaty out; field in class:TestRound.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testRoundFloatFloat(in, out);
47 verifyResultsRoundFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testRoundFloatFloat(in, out);
54 verifyResultsRoundFloatFloat(in, out, true);
60 private void verifyResultsRoundFloatFloat(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...]
TestRsqrt.java 39 public Target.Floaty out; field in class:TestRsqrt.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testRsqrtFloatFloat(in, out);
47 verifyResultsRsqrtFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testRsqrtFloatFloat(in, out);
54 verifyResultsRsqrtFloatFloat(in, out, true);
60 private void verifyResultsRsqrtFloatFloat(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...]
TestSign.java 39 public Target.Floaty out; field in class:TestSign.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testSignFloatFloat(inV, out);
47 verifyResultsSignFloatFloat(inV, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testSignFloatFloat(inV, out);
54 verifyResultsSignFloatFloat(inV, out, true);
60 private void verifyResultsSignFloatFloat(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...]
TestSin.java 39 public Target.Floaty out; field in class:TestSin.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testSinFloatFloat(in, out);
47 verifyResultsSinFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testSinFloatFloat(in, out);
54 verifyResultsSinFloatFloat(in, out, true);
60 private void verifyResultsSinFloatFloat(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...]
TestSincos.java 40 public Target.Floaty out; field in class:TestSincos.ArgumentsFloatFloatFloat
47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
49 script.forEach_testSincosFloatFloatFloat(inV, out);
50 verifyResultsSincosFloatFloatFloat(inV, outCosptr, out, false);
56 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
58 scriptRelaxed.forEach_testSincosFloatFloatFloat(inV, out);
59 verifyResultsSincosFloatFloatFloat(inV, outCosptr, out, true);
65 private void verifyResultsSincosFloatFloatFloat(Allocation inV, Allocation outCosptr, 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...]
TestSinh.java 39 public Target.Floaty out; field in class:TestSinh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testSinhFloatFloat(in, out);
47 verifyResultsSinhFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testSinhFloatFloat(in, out);
54 verifyResultsSinhFloatFloat(in, out, true);
60 private void verifyResultsSinhFloatFloat(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...]
TestSinpi.java 39 public Target.Floaty out; field in class:TestSinpi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testSinpiFloatFloat(in, out);
47 verifyResultsSinpiFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testSinpiFloatFloat(in, out);
54 verifyResultsSinpiFloatFloat(in, out, true);
60 private void verifyResultsSinpiFloatFloat(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...]
TestSqrt.java 39 public Target.Floaty out; field in class:TestSqrt.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testSqrtFloatFloat(in, out);
47 verifyResultsSqrtFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testSqrtFloatFloat(in, out);
54 verifyResultsSqrtFloatFloat(in, out, true);
60 private void verifyResultsSqrtFloatFloat(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...]
TestTan.java 39 public Target.Floaty out; field in class:TestTan.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testTanFloatFloat(in, out);
47 verifyResultsTanFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testTanFloatFloat(in, out);
54 verifyResultsTanFloatFloat(in, out, true);
60 private void verifyResultsTanFloatFloat(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...]
TestTanh.java 39 public Target.Floaty out; field in class:TestTanh.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testTanhFloatFloat(in, out);
47 verifyResultsTanhFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testTanhFloatFloat(in, out);
54 verifyResultsTanhFloatFloat(in, out, true);
60 private void verifyResultsTanhFloatFloat(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...]
TestTanpi.java 39 public Target.Floaty out; field in class:TestTanpi.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testTanpiFloatFloat(in, out);
47 verifyResultsTanpiFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testTanpiFloatFloat(in, out);
54 verifyResultsTanpiFloatFloat(in, out, true);
60 private void verifyResultsTanpiFloatFloat(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...]
TestTgamma.java 39 public Target.Floaty out; field in class:TestTgamma.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testTgammaFloatFloat(in, out);
47 verifyResultsTgammaFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testTgammaFloatFloat(in, out);
54 verifyResultsTgammaFloatFloat(in, out, true);
60 private void verifyResultsTgammaFloatFloat(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...]
TestTrunc.java 39 public Target.Floaty out; field in class:TestTrunc.ArgumentsFloatFloat
45 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
46 script.forEach_testTruncFloatFloat(in, out);
47 verifyResultsTruncFloatFloat(in, out, false);
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
53 scriptRelaxed.forEach_testTruncFloatFloat(in, out);
54 verifyResultsTruncFloatFloat(in, out, true);
60 private void verifyResultsTruncFloatFloat(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...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 107 * @param out {@code non-null;} where to dump
110 public void debugPrint(PrintWriter out, String prefix) {
111 annotateEntries(prefix, out, null);
140 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
142 // Write out the handlers "header" consisting of its size in entries.
144 out.writeUnsignedLeb128(handlerOffsets.size());
146 // Now write the lists out in order, noting the offset of each.
154 mapping.setValue(out.getCursor());
158 out.writeSignedLeb128(-(listSize - 1));
161 out.writeSignedLeb128(listSize)
    [all...]
ClassDataItem.java 195 * Prints out the contents of this instance, in a debugging-friendly
198 * @param out {@code non-null;} where to output to
201 public void debugPrint(Writer out, boolean verbose) {
202 PrintWriter pw = Writers.printWriterFor(out);
330 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
332 encodeOutput(addedTo.getFile(), out); local
333 encodedForm = out.toByteArray();
338 * Writes out the encoded form of this instance.
341 * @param out {@code non-null;} where to write to
343 private void encodeOutput(DexFile file, AnnotatedOutput out) {
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 104 * @param out {@code non-null;} where to dump
107 public void debugPrint(PrintWriter out, String prefix) {
108 annotateEntries(prefix, out, null);
137 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
139 // Write out the handlers "header" consisting of its size in entries.
141 out.writeUleb128(handlerOffsets.size());
143 // Now write the lists out in order, noting the offset of each.
151 mapping.setValue(out.getCursor());
155 out.writeSleb128(-(listSize - 1));
158 out.writeSleb128(listSize)
    [all...]
ClassDataItem.java 191 * Prints out the contents of this instance, in a debugging-friendly
194 * @param out {@code non-null;} where to output to
197 public void debugPrint(Writer out, boolean verbose) {
198 PrintWriter pw = Writers.printWriterFor(out);
326 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
328 encodeOutput(addedTo.getFile(), out); local
329 encodedForm = out.toByteArray();
334 * Writes out the encoded form of this instance.
337 * @param out {@code non-null;} where to write to
339 private void encodeOutput(DexFile file, AnnotatedOutput out) {
    [all...]
ValueEncoder.java 45 * Handler for writing out {@code encoded_values} and parts
101 private final AnnotatedOutput out; field in class:ValueEncoder
107 * @param out {@code non-null;} output stream to write to
109 public ValueEncoder(DexFile file, AnnotatedOutput out) {
114 if (out == null) {
115 throw new NullPointerException("out == null");
119 this.out = out;
123 * Writes out the encoded form of the given constant.
137 EncodedValueCodec.writeSignedIntegralValue(out, type, value)
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 31 private static final PrintStream out = System.out; field in class:Output
36 out.println("File: " + fileName);
40 out.println(IN0 + "<external file=\"" + fileName + "\">");
42 out.println(IN0 + "<external>");
55 out.println();
63 out.println("</external>");
101 out.println("Classes:");
107 out.println(descriptorToDot(ref.getName()));
115 out.println("\nFields:")
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 278 public static boolean copyFile(InputStream inputStream, OutputStream out) {
283 out.write(buf, 0, len);
286 out.close();

Completed in 604 milliseconds

<<31323334353637383940>>