HomeSort by relevance Sort by last modified time
    Searched full:outd (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestRemquo.rs 27 int outD = 0;
28 float out = remquo(inB, inC, &outD);
29 rsSetElementAt_int(gAllocOutD, outD, x);
35 int2 outD = 0;
36 float2 out = remquo(inB, inC, &outD);
37 rsSetElementAt_int2(gAllocOutD, outD, x);
43 int3 outD = 0;
44 float3 out = remquo(inB, inC, &outD);
45 rsSetElementAt_int3(gAllocOutD, outD, x);
51 int4 outD = 0
    [all...]
TestRemquo.java 40 public int outD;
48 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
51 script.set_gAllocOutD(outD);
53 verifyResultsRemquoFloatFloatIntFloat(inB, inC, outD, out, false);
58 Allocation outD = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE);
61 scriptRelaxed.set_gAllocOutD(outD);
63 verifyResultsRemquoFloatFloatIntFloat(inB, inC, outD, out, true);
69 private void verifyResultsRemquoFloatFloatIntFloat(Allocation inB, Allocation inC, Allocation outD, Allocation out, boolean relaxed) {
75 outD.copyTo(arrayOutD);
85 args.outD = arrayOutD[i * 1 + j]
    [all...]
CoreMathVerifier.java     [all...]
  /external/zlib/src/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /external/valgrind/main/none/tests/mips64/
macro_fpu.h 242 double outd = 0; \
256 : "=f" (outd) \
261 instruction, outd, fs_d[i], ft_d[i]); \
289 double outd = 0; \
302 : "=f" (outd) \
307 instruction, outd, fs_d[i], ft_d[i]); \
335 double outd = 0; \
348 : "=f" (outd) \
353 instruction, outd, fs_d[i], ft_d[i]); \
  /external/valgrind/main/none/tests/mips32/
fpu_branches.c 66 double outd = 0; \
78 : "=f" (outd) \
83 instruction, outd, fs_d[i], ft_d[i]); \
109 double outd = 0; \
120 : "=f" (outd) \
125 instruction, outd, fs_d[i], ft_d[i]); \
152 double outd = 0; \
164 : "=f" (outd) \
169 instruction, outd, fs_d[i], ft_d[i]); \
  /external/chromium_org/base/
tuple.h     [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 109 kWhatOutputBufferDrained = 'outD',
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c     [all...]

Completed in 735 milliseconds