HomeSort by relevance Sort by last modified time
    Searched refs:F32 (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vcvt-bad.s 9 VCVT.F32.U16 s1,s1,#-1
10 VCVT.F32.U16 s1,s1,#65535
11 VCVT.F32.U16 s1,s1,#17
12 VCVT.F32.U32 s1,s1,#0
13 VCVT.F32.U32 s1,s1,#33
21 VCVT.U16.F32 s1,s1,#-1
22 VCVT.U16.F32 s1,s1,#65535
23 VCVT.U16.F32 s1,s1,#17
24 VCVT.U32.F32 s1,s1,#0
25 VCVT.U32.F32 s1,s1,#3
    [all...]
vcvt.s 10 VCVT.F32.U16 s1,s1,#0
11 VCVT.F32.U16 s1,s1,#16
12 VCVT.F32.U16 s1,s1,#15
13 VCVT.F32.U32 s1,s1,#1
14 VCVT.F32.U32 s1,s1,#32
15 VCVT.F32.U32 s1,s1,#16
24 VCVT.U16.F32 s1,s1,#0
25 VCVT.U16.F32 s1,s1,#16
26 VCVT.U16.F32 s1,s1,#8
27 VCVT.U32.F32 s1,s1,#
    [all...]
vfma1.s 6 .inst 0xee000a00 @ VFP vmla.f32 s0,s0,s0
8 .inst 0xf2000d10 @ NEON vmla.f32 d0,d0,d0
9 .inst 0xf2000d50 @ NEON vmla.f32 q0,q0,q0
12 .inst 0xeea00a00 @ VFP vfma.f32 s0,s0,s0
14 .inst 0xf2000c10 @ NEON vfma.f32 d0,d0,d0
15 .inst 0xf2000c50 @ NEON vfma.f32 q0,q0,q0
18 .inst 0xee000a40 @ VFP vmls.F32 s0,s0,s0
20 .inst 0xf2200d10 @ NEON vmls.F32 d0,d0,d0
21 .inst 0xf2200d50 @ NEON vmls.F32 q0,q0,q0
24 .inst 0xeea00a40 @ VFP vfms.F32 s0,s0,s
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 53 testTypeBuilderHelper(Element.F32(mRS));
85 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
127 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
129 assertTrue(b.create().getElement() == Element.F32(mRS));
133 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
139 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
147 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
155 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
161 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
169 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS))
    [all...]
InitTest.java 38 mIn = Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
39 mOut= Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
DoubleTest.java 31 Allocation out = Allocation.createSized(rs, Element.F32(rs), big);
AllocationTest.java 122 createTypedHelper(Element.F32(mRS));
165 createSizedHelper(Element.F32(mRS));
297 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
434 Allocation srcA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
435 Allocation dstA = Allocation.createSized(mRS, Element.F32(mRS), nElems);
483 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
592 Type.Builder b = new Type.Builder(mRS, Element.F32(mRS));
797 a = Allocation.createSized(mRS, Element.F32(mRS), 100);
804 b = new Type.Builder(mRS, Element.F32(mRS));
813 b = new Type.Builder(mRS, Element.F32(mRS)).setX(102)
    [all...]
  /frameworks/rs/tests/typecheck/
typecheck.cpp 59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32)
100 EXECUTE_TEST_ELEM_ALL(F32);
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
MathErr.java 40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_type.cpp 76 passed &= testTypeBuilderHelper(mRS, Element::F32(mRS));
113 Type::Builder b(mRS, Element::F32(mRS));
180 sp<const Type> t = Type::create(mRS, Element::F32(mRS), 3, 4, 0);
181 passed &= (t->getElement() == Element::F32(mRS));
186 Type::Builder b(mRS, Element::F32(mRS));
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32(rs)) &&
ScriptIntrinsicResize.java 32 * {@link Element#F32}, {@link Element#F32_2}, {@link
58 !e.isCompatible(Element.F32(mRS)) &&
ScriptIntrinsicConvolve3x3.java 34 * {@link Element#F32}, {@link Element#F32_2}, {@link
55 !e.isCompatible(Element.F32(rs)) &&
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
BaseRenderScriptComparer.java 75 return Allocation.createSized(renderScript, Element.F32(renderScript), mHeight,
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 38 * {@link Element#F32}, {@link Element#F32_2}, {@link
59 !e.isCompatible(Element.F32(rs)) &&
ScriptIntrinsicConvolve5x5.java 38 * {@link Element#F32}, {@link Element#F32_2}, {@link
60 !e.isCompatible(Element.F32(rs)) &&
ScriptIntrinsicResize.java 36 * {@link Element#F32}, {@link Element#F32_2}, {@link
68 !e.isCompatible(Element.F32(mRS)) &&
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 145 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
200 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
248 Type.Builder builder = new Type.Builder(mRS, Element.F32(mRS));
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 80 mMatrixS.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), x, y)));
132 if (e.isCompatible(Element.F32(mRS)) || e.isCompatible(Element.F32_2(mRS))) {
251 if (elemA.isCompatible(Element.F32(mRS))) {
320 Allocation matrixAS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, mBLASData.dM));
321 Allocation vectorXS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1));
322 Allocation vectorYS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
329 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
339 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1));
355 vectorXS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), dimX, 1));
356 vectorYS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), dimY, 1))
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 73 Element.F32(renderScript), kernelStack.length);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 17 package android.renderscript.cts.refocus.f32;
72 Element.F32(renderScript), kernelStack.length);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 85 e = Element.F32(mRS);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_script_group2_float.java 48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
KernelDataForRenderScriptd1new.java 61 Element.F32(renderScript), kernelStack.length);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
KernelDataForRenderScriptF32.java 1 package com.android.rs.refocus.f32;
59 Element.F32(renderScript), kernelStack.length);

Completed in 514 milliseconds

1 2 3 4 5