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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vcvt-bad.s 3 VCVT.F64.U16 d1,d1,#-1
4 VCVT.F64.U16 d1,d1,#65535
5 VCVT.F64.U16 d1,d1,#17
6 VCVT.F64.U32 d1,d1,#0
7 VCVT.F64.U32 d1,d1,#33
15 VCVT.U16.F64 d1,d1,#-1
16 VCVT.U16.F64 d1,d1,#65535
17 VCVT.U16.F64 d1,d1,#17
18 VCVT.U32.F64 d1,d1,#0
19 VCVT.U32.F64 d1,d1,#3
    [all...]
vcvt.s 3 VCVT.F64.U16 d1,d1,#0
4 VCVT.F64.U16 d1,d1,#16
5 VCVT.F64.U16 d1,d1,#8
6 VCVT.F64.U32 d1,d1,#1
7 VCVT.F64.U32 d1,d1,#32
8 VCVT.F64.U32 d1,d1,#17
17 VCVT.U16.F64 d1,d1,#0
18 VCVT.U16.F64 d1,d1,#16
19 VCVT.U16.F64 d1,d1,#15
20 VCVT.U32.F64 d1,d1,#
    [all...]
vfma1.s 7 .inst 0xee000b00 @ VFP vmla.f64 d0,d0,d0
13 .inst 0xeea00b00 @ VFP vfma.f64 d0,d0,d0
19 .inst 0xee000b40 @ VFP vmls.F64 d0,d0,d0
25 .inst 0xeea00b40 @ VFP vfms.F64 d0,d0,d0
31 .inst 0xee100b40 @ VFP vnmla.F64 d0,d0,d0
35 .inst 0xee900b40 @ VFP vfnma.F64 d0,d0,d0
39 .inst 0xee100b00 @ VFP vnmls.F64 d0,d0,d0
43 .inst 0xee900b00 @ VFP vfnms.F64 d0,d0,d0
  /external/vixl/examples/aarch32/
pi.cc 55 __ Vdiv(F64, d6, d5, d0);
56 __ Vdiv(F64, d7, d5, d1);
57 __ Vdiv(F64, d8, d5, d2);
58 __ Vdiv(F64, d9, d5, d3);
60 __ Vadd(F64, d10, d10, d6);
61 __ Vadd(F64, d11, d11, d7);
62 __ Vadd(F64, d12, d12, d8);
63 __ Vadd(F64, d13, d13, d9);
65 __ Vadd(F64, d0, d0, d4);
66 __ Vadd(F64, d1, d1, d4)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 15 F64 = 0.01000000000000000020816681711721685132943093776702880859375
22 // 0.01 represented directly in float64 is F64.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 15 F64 = 0.01000000000000000020816681711721685132943093776702880859375
22 // 0.01 represented directly in float64 is F64.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ipf/
PeCoffLoaderEx.c 93 UINT64 *F64;
209 F64 = (UINT64 *) Fixup;
212 *(UINT64 *)(*FixupData) = *F64;
274 UINT64 *F64;
279 F64 = (UINT64 *) Fixup;
281 if (*(UINT64 *) (*FixupData) == *F64) {
282 *F64 = *F64 + (UINT64) Adjust;
289 F64 = (UINT64 *) Fixup;
291 if (*(UINT64 *) (*FixupData) == *F64) {
    [all...]
  /prebuilts/go/darwin-x86/test/
cmplx.go 21 f64 float64
23 F64 Float64
34 c128 = complex(f64, f64)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
41 _ = complex(f64, F64) // ERROR "complex"
42 _ = complex(F64, f64) // ERROR "complex
20 f64 float64 var
    [all...]
convT2X.go 21 F64 float64
35 func (F64) Method() {}
49 f64 = F64(7)
66 if64 interface{} = f64
81 jf64 J = f64
128 if f64 != if64 {
129 panic("f64 != if64")
131 if f64 != jf64 {
132 panic("f64 != jf64"
48 f64 = F64(7) var
    [all...]
  /prebuilts/go/linux-x86/test/
cmplx.go 21 f64 float64
23 F64 Float64
34 c128 = complex(f64, f64)
37 _ = complex(f32, f64) // ERROR "complex"
38 _ = complex(f64, f32) // ERROR "complex"
41 _ = complex(f64, F64) // ERROR "complex"
42 _ = complex(F64, f64) // ERROR "complex
20 f64 float64 var
    [all...]
convT2X.go 21 F64 float64
35 func (F64) Method() {}
49 f64 = F64(7)
66 if64 interface{} = f64
81 jf64 J = f64
128 if f64 != if64 {
129 panic("f64 != if64")
131 if f64 != jf64 {
132 panic("f64 != jf64"
48 f64 = F64(7) var
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PeCoffLoaderEx.c 104 UINT64 *F64;
221 F64 = (UINT64 *) Fixup;
224 *(UINT64 *)(*FixupData) = *F64;
  /frameworks/rs/tests/cpp_api/typecheck/
typecheck.cpp 60 TEST_ELEM(ENAME, F64)
72 TEST_ELEM_ALL(F64)
101 EXECUTE_TEST_ELEM_ALL(F64);
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 42 func (v TF64) String() string { return Sprintf("F64: %f", float64(v)) }
58 check(t, s, "F: 1.000000 F32: 2.000000 F64: 3.000000")
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 42 func (v TF64) String() string { return Sprintf("F64: %f", float64(v)) }
58 check(t, s, "F: 1.000000 F32: 2.000000 F64: 3.000000")
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLoaderEx.c 131 UINT64 *F64;
248 F64 = (UINT64 *) Fixup;
251 *(UINT64 *)(*FixupData) = *F64;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 519 UINT64 *F64;
699 F64 = (UINT64 *) Fixup;
700 *F64 = *F64 + (UINT64) Adjust;
703 *(UINT64 *)(FixupData) = *F64;
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 81 mMatrixD.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), x, y)));
253 } else if (elemA.isCompatible(Element.F64(mRS))) {
375 Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, mBLASData.dM));
376 Allocation vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, 1));
377 Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
384 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
394 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, 1));
410 vectorXD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimX, 1));
411 vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1));
416 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), dimY, 1))
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.cc 22 #define CASE_F64_OP(name, str) CASE_OP(F64##name, "f64." str)
90 CASE_CONVERT_OP(Convert, INT, F64, "f64", "trunc")
94 CASE_F32_OP(ConvertF64, "demote/f64")
95 CASE_CONVERT_OP(Convert, F64, I32, "i32", "convert")
96 CASE_CONVERT_OP(Convert, F64, I64, "i64", "convert")
99 CASE_I64_OP(ReinterpretF64, "reinterpret/f64")
163 CASE_I32_OP(AsmjsSConvertF64, "asmjs_convert_s/f64")
164 CASE_I32_OP(AsmjsUConvertF64, "asmjs_convert_u/f64")
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_script_group2_float.java 55 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_script_group2_float.java 57 final Type T = Type.createX(pRS, Element.F64(pRS), ARRAY_SIZE);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 170 F64 = WASM_TYPE_F64,

Completed in 2563 milliseconds

1 2 3 4 5