Home
last modified time | relevance | path

Searched defs:floatConst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp148 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local
170 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local
Dglobal_tables.cpp223 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local
265 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp245 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
Demit.cpp499 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitAsmLabel() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp209 std::array<float, 3U> floatConst {-5.5F, 0.1F, 5.2F}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp98 Operand *X64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1023 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()