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

1 2 3 4 5 6 7 8

  /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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 14 F32 = 0.00999999977648258209228515625
21 // 0.01 rounded to float32 then to float64 is F32.
23 if F != F32 {
24 panic(fmt.Sprintf("F=%.1000g, want %.1000g", F, F32))
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 14 F32 = 0.00999999977648258209228515625
21 // 0.01 rounded to float32 then to float64 is F32.
23 if F != F32 {
24 panic(fmt.Sprintf("F=%.1000g, want %.1000g", F, F32))
  /frameworks/rs/tests/lldb/java/SingleSource/src/com/android/rs/singlesource/
MainActivity.java 51 mAllocIn1 = Allocation.createSized(mRS, Element.F32(mRS), 4);
56 mAllocIn2 = Allocation.createSized(mRS, Element.F32(mRS), 4);
61 mAllocOut = Allocation.createSized(mRS, Element.F32(mRS), 4);
64 mScript.set_global_alloc(Allocation.createSized(mRS, Element.F32(mRS), 4));
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go     [all...]
  /prebuilts/go/darwin-x86/test/
cmplx.go 20 f32 float32
22 F32 Float32
33 c64 = complex(f32, f32)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
39 _ = complex(f32, F32) // ERROR "complex"
40 _ = complex(F32, f32) // ERROR "complex
19 f32 float32 var
    [all...]
convT2X.go 20 F32 float32
34 func (F32) Method() {}
48 f32 = F32(6)
65 if32 interface{} = f32
80 jf32 J = f32
122 if f32 != if32 {
123 panic("f32 != if32")
125 if f32 != jf32 {
126 panic("f32 != jf32"
47 f32 = F32(6) var
    [all...]
  /prebuilts/go/linux-x86/test/
cmplx.go 20 f32 float32
22 F32 Float32
33 c64 = complex(f32, f32)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
39 _ = complex(f32, F32) // ERROR "complex"
40 _ = complex(F32, f32) // ERROR "complex
19 f32 float32 var
    [all...]
convT2X.go 20 F32 float32
34 func (F32) Method() {}
48 f32 = F32(6)
65 if32 interface{} = f32
80 jf32 J = f32
122 if f32 != if32 {
123 panic("f32 != if32")
125 if f32 != jf32 {
126 panic("f32 != jf32"
47 f32 = F32(6) var
    [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);
  /frameworks/rs/tests/cpp_api/typecheck/
typecheck.cpp 59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32)
100 EXECUTE_TEST_ELEM_ALL(F32);
  /frameworks/rs/tests/java_api/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)) &&
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 41 func (v TF32) String() string { return Sprintf("F32: %f", float32(v)) }
58 check(t, s, "F: 1.000000 F32: 2.000000 F64: 3.000000")
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 41 func (v TF32) String() string { return Sprintf("F32: %f", float32(v)) }
58 check(t, s, "F: 1.000000 F32: 2.000000 F64: 3.000000")
  /frameworks/rs/support/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)) &&

Completed in 2167 milliseconds

1 2 3 4 5 6 7 8