HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 726 - 750 of 2135) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeLog1p.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeLog1p.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x444585911437d95l, false); local
46 script.forEach_testNativeLog1pFloatFloat(in, out);
47 verifyResultsNativeLog1pFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeLog1pFloatFloat(in, out);
54 verifyResultsNativeLog1pFloatFloat(in, out, true);
60 private void verifyResultsNativeLog1pFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xd1a13d4961ae8449l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xd1a147eac0b519e3l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xd1a1528c1fbbaf7dl, false); local
    [all...]
TestNativeRsqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeRsqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xf3cf23b51aa29de0l, false); local
46 script.forEach_testNativeRsqrtFloatFloat(in, out);
47 verifyResultsNativeRsqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeRsqrtFloatFloat(in, out);
54 verifyResultsNativeRsqrtFloatFloat(in, out, true);
60 private void verifyResultsNativeRsqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xf318090911bec1fcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xf31813aa70c55796l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xf3181e4bcfcbed30l, false); local
    [all...]
TestNativeSin.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSin.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x33ee19763354cc56l, false); local
46 script.forEach_testNativeSinFloatFloat(in, out);
47 verifyResultsNativeSinFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinFloatFloat(in, out);
54 verifyResultsNativeSinFloatFloat(in, out, true);
60 private void verifyResultsNativeSinFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x12b508b470b05442l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x12b51355cfb6e9dcl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x12b51df72ebd7f76l, false); local
    [all...]
TestNativeSinh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSinh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x74dcf3e9c65b6590l, false); local
46 script.forEach_testNativeSinhFloatFloat(in, out);
47 verifyResultsNativeSinhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinhFloatFloat(in, out);
54 verifyResultsNativeSinhFloatFloat(in, out, true);
60 private void verifyResultsNativeSinhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xfdcd5755b59082cl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xfdce016ba5f9dc6l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xfdceab819663360l, false); local
    [all...]
TestNativeSinpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSinpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb52c701227c9dc37l, false); local
46 script.forEach_testNativeSinpiFloatFloat(in, out);
47 verifyResultsNativeSinpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSinpiFloatFloat(in, out);
54 verifyResultsNativeSinpiFloatFloat(in, out, true);
60 private void verifyResultsNativeSinpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x8df4951d1230045bl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x8df49fbe713699f5l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x8df4aa5fd03d2f8fl, false); local
    [all...]
TestNativeSqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeSqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xb4c9e7b9972ac810l, false); local
46 script.forEach_testNativeSqrtFloatFloat(in, out);
47 verifyResultsNativeSqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeSqrtFloatFloat(in, out);
54 verifyResultsNativeSqrtFloatFloat(in, out, true);
60 private void verifyResultsNativeSqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc649cd70853776acl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc649d811e43e0c46l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc649e2b34344a1e0l, false); local
    [all...]
TestNativeTan.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTan.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x5b9a224e25042b47l, false); local
46 script.forEach_testNativeTanFloatFloat(in, out);
47 verifyResultsNativeTanFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanFloatFloat(in, out);
54 verifyResultsNativeTanFloatFloat(in, out, true);
60 private void verifyResultsNativeTanFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x9c40e8650c550eebl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x9c40f3066b5ba485l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x9c40fda7ca623a1fl, false); local
    [all...]
TestNativeTanh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTanh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x1ec2702f5ed0580bl, false); local
46 script.forEach_testNativeTanhFloatFloat(in, out);
47 verifyResultsNativeTanhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanhFloatFloat(in, out);
54 verifyResultsNativeTanhFloatFloat(in, out, true);
60 private void verifyResultsNativeTanhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x2a5b681f8004628fl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x2a5b72c0df0af829l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x2a5b7d623e118dc3l, false); local
    [all...]
TestNativeTanpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestNativeTanpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x3eb84fc2c36e96e0l, false); local
46 script.forEach_testNativeTanpiFloatFloat(in, out);
47 verifyResultsNativeTanpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testNativeTanpiFloatFloat(in, out);
54 verifyResultsNativeTanpiFloatFloat(in, out, true);
60 private void verifyResultsNativeTanpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x13737b13af832fcl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x137425299fec896l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x1374cf3f9055e30l, false); local
    [all...]
TestRint.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestRint.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfe569fda5dbe93fal, false); local
46 script.forEach_testRintFloatFloat(in, out);
47 verifyResultsRintFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testRintFloatFloat(in, out);
54 verifyResultsRintFloatFloat(in, out, true);
60 private void verifyResultsRintFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xffa7b22ac6b343c6l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xffa7bccc25b9d960l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xffa7c76d84c06efal, false); local
    [all...]
TestRound.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestRound.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x377ca8d7e9a82fc7l, false); local
46 script.forEach_testRoundFloatFloat(in, out);
47 verifyResultsRoundFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testRoundFloatFloat(in, out);
54 verifyResultsRoundFloatFloat(in, out, true);
60 private void verifyResultsRoundFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc35ea17250f98f6bl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc35eac13b0002505l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc35eb6b50f06ba9fl, false); local
    [all...]
TestRsqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestRsqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x736e0d9786ef9c2bl, false); local
46 script.forEach_testRsqrtFloatFloat(in, out);
47 verifyResultsRsqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testRsqrtFloatFloat(in, out);
54 verifyResultsRsqrtFloatFloat(in, out, true);
60 private void verifyResultsRsqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xb5df4d6949d76dafl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xb5df580aa8de0349l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xb5df62ac07e498e3l, false); local
    [all...]
TestSin.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestSin.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xd3e99dcfa01359f9l, false); local
46 script.forEach_testSinFloatFloat(in, out);
47 verifyResultsSinFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testSinFloatFloat(in, out);
54 verifyResultsSinFloatFloat(in, out, true);
60 private void verifyResultsSinFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x9253f296dcfd528dl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x9253fd383c03e827l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x925407d99b0a7dc1l, false); local
    [all...]
TestSinh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestSinh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x541c2eef0a5d2ff1l, false); local
46 script.forEach_testSinhFloatFloat(in, out);
47 verifyResultsSinhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testSinhFloatFloat(in, out);
54 verifyResultsSinhFloatFloat(in, out, true);
60 private void verifyResultsSinhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x7f8e1e7d8c47bec5l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x7f8e291eeb4e545fl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x7f8e33c04a54e9f9l, false); local
    [all...]
TestSinpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestSinpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x34cb59f49416da82l, false); local
46 script.forEach_testSinpiFloatFloat(in, out);
47 verifyResultsSinpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testSinpiFloatFloat(in, out);
54 verifyResultsSinpiFloatFloat(in, out, true);
60 private void verifyResultsSinpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x50bbd97d4a48b00el, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x50bbe41ea94f45a8l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x50bbeec00855db42l, false); local
    [all...]
TestSqrt.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestSqrt.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x940922bedb2c9271l, false); local
46 script.forEach_testSqrtFloatFloat(in, out);
47 verifyResultsSqrtFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testSqrtFloatFloat(in, out);
54 verifyResultsSqrtFloatFloat(in, out, true);
60 private void verifyResultsSqrtFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x35fb1678b6262d45l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x35fb211a152cc2dfl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x35fb2bbb74335879l, false); local
    [all...]
TestTan.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestTan.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfb95a6a791c2b8eal, false); local
46 script.forEach_testTanFloatFloat(in, out);
47 verifyResultsTanFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testTanFloatFloat(in, out);
54 verifyResultsTanFloatFloat(in, out, true);
60 private void verifyResultsTanFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x1bdfd24778a20d36l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x1bdfdce8d7a8a2d0l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x1bdfe78a36af386al, false); local
    [all...]
TestTanh.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestTanh.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xfe01ab34a2d2226cl, false); local
46 script.forEach_testTanhFloatFloat(in, out);
47 verifyResultsTanhFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testTanhFloatFloat(in, out);
54 verifyResultsTanhFloatFloat(in, out, true);
60 private void verifyResultsTanhFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x9a0cb127b0f31928l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x9a0cbbc90ff9aec2l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x9a0cc66a6f00445cl, false); local
    [all...]
TestTanpi.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestTanpi.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xbe5739a52fbb952bl, false); local
46 script.forEach_testTanpiFloatFloat(in, out);
47 verifyResultsTanpiFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testTanpiFloatFloat(in, out);
54 verifyResultsTanpiFloatFloat(in, out, true);
60 private void verifyResultsTanpiFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xc3fe7c117310deafl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xc3fe86b2d2177449l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xc3fe9154311e09e3l, false); local
    [all...]
TestTgamma.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestTgamma.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xe45f5203be15b490l, false); local
46 script.forEach_testTgammaFloatFloat(in, out);
47 verifyResultsTgammaFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testTgammaFloatFloat(in, out);
54 verifyResultsTgammaFloatFloat(in, out, true);
60 private void verifyResultsTgammaFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0x74767f039bfd9f2cl, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0x747689a4fb0434c6l, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0x747694465a0aca60l, false); local
    [all...]
TestTrunc.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
38 public float in; field in class:TestTrunc.ArgumentsFloatFloat
43 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x6361d71a4dcff881l, false); local
46 script.forEach_testTruncFloatFloat(in, out);
47 verifyResultsTruncFloatFloat(in, out, false);
53 scriptRelaxed.forEach_testTruncFloatFloat(in, out);
54 verifyResultsTruncFloatFloat(in, out, true);
60 private void verifyResultsTruncFloatFloat(Allocation in, Allocation out, boolean relaxed) {
62 in.copyTo(arrayIn)
102 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 2, 0xcda9bef7b45256d5l, false); local
161 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 3, 0xcda9c9991358ec6fl, false); local
220 Allocation in = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 4, 0xcda9d43a725f8209l, false); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 * match the names given in the Dalvik instruction format
35 * arbitrarily alphabetically from A. In this class, non-register
55 * though it is stored in an {@code int}.
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
70 int opcodeUnit = in.read();
74 return format.decode(opcodeUnit, in);
85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); local
88 while (in.hasMore())
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
128 * Merging dex files uses pessimistic sizes that naturally leave gaps in the
186 private void copy(InputStream in, OutputStream out) throws IOException {
189 while ((count = in.read(buffer)) != -1) {
192 in.close();
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
35 * where each list element represents a single entry (post) in the XML feed.
42 // Constants indicting XML element names that we're interested in
53 * @param in Atom feed, as a stream.
58 public List<Entry> parse(InputStream in)
63 parser.setInput(in, null);
67 in.close();
97 // article in the feed.
208 * Processes link tags in the feed
    [all...]

Completed in 463 milliseconds

<<21222324252627282930>>