HomeSort by relevance Sort by last modified time
    Searched full:aout (Results 101 - 125 of 718) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic3DLUT.java 81 * and copy to aout.
84 * @param aout Output allocation
86 public void forEach(Allocation ain, Allocation aout) {
87 forEach(ain, aout, null);
92 * and copy to aout.
95 * @param aout Output allocation
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
99 forEach(0, ain, aout, null, opt);
ScriptIntrinsicLUT.java 119 * and copy to aout.
122 * @param aout Output allocation
124 public void forEach(Allocation ain, Allocation aout) {
125 forEach(ain, aout, null);
130 * and copy to aout.
133 * @param aout Output allocation
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
141 forEach(0, ain, aout, null, opt);
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 107 Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
108 aout.setAutoPadding(true);
109 reduce(mExportReduceIdx_sumDec, new Allocation[]{ain1}, aout, sc);
110 return new resultArray4_int(aout);
140 Allocation aout = Allocation.createSized(mRSLocal, __I32, 4);
141 aout.setAutoPadding(true);
142 reduce(mExportReduceIdx_sumInc, new Allocation[]{ain1}, aout, sc);
143 return new resultArray4_int(aout);
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 228 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
229 aout.setAutoPadding(true);
230 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
231 return new result_int(aout);
261 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
262 aout.setAutoPadding(true);
263 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
264 return new result_int(aout);
325 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
326 aout.setAutoPadding(true)
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 228 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
229 aout.setAutoPadding(true);
230 reduce(mExportReduceIdx_addint, new Allocation[]{ain1}, aout, sc);
231 return new result_int(aout);
261 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
262 aout.setAutoPadding(true);
263 reduce(mExportReduceIdx_mpyint, new Allocation[]{ain1}, aout, sc);
264 return new result_int(aout);
325 Allocation aout = Allocation.createSized(mRSLocal, __F32, 1);
326 aout.setAutoPadding(true)
    [all...]
  /frameworks/compile/slang/lit-tests/P_compute/
compute.rs 10 void root(const int *ain, int *aout, const void *usrData,
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
foreach_bounds.rs 13 rs_allocation aout;
  /frameworks/rs/tests/cppstrided/
compute.cpp 36 sp<Allocation> aout = Allocation::createTyped(rs, t); local
54 sc->forEach_multiply(ain, aout);
56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
73 aout.clear();
  /toolchain/binutils/binutils-2.25/bfd/
newsos3.c 38 #include "aout/aout64.h"
39 #include "aout/stab_gnu.h"
40 #include "aout/ar.h"
43 #include "aout-target.h"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it.d 3 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
dis-data.d 2 # skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
fp-save.d 3 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-riscix*
insn-error-a.d 5 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
insn-error-t.d 5 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
local_function.d 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
local_label_elf.d 5 #skip: *-*-*coff *-*-pe *-wince-* *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
t2-branch-global.d 3 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
target-reloc-1.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
thumbv6.s 20 # 32-byte aligned as required for arm-aout.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-div-00.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-01.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-10.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-11.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-unknown-2.d 8 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-unknown-2r.d 8 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*

Completed in 324 milliseconds

1 2 3 45 6 7 8 91011>>