Home
last modified time | relevance | path

Searched defs:doubleConst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp249 auto *doubleConst = in DoGetOrCreateDoubleConst() local
268 for (const auto &doubleConst : doubleConstTable) { in ~FPConstTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp251 MIRDoubleConst *doubleConst = safe_cast<MIRDoubleConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
Demit.cpp506 MIRDoubleConst *doubleConst = safe_cast<MIRDoubleConst>(st->GetKonst()); in EmitAsmLabel() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp220 std::array<double, 3U> doubleConst {-5.5, 0.1, 5.2}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp149 Operand *X64CGFunc::SelectDoubleConst(MIRDoubleConst &doubleConst, const BaseNode &parent) in SelectDoubleConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp999 Operand *AArch64CGFunc::SelectDoubleConst(MIRDoubleConst &doubleConst, const BaseNode &parent) in SelectDoubleConst()