Home
last modified time | relevance | path

Searched defs:doubleVal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp228 MIRDoubleConst *FPConstTable::GetOrCreateDoubleConst(double doubleVal) in GetOrCreateDoubleConst()
242 MIRDoubleConst *FPConstTable::DoGetOrCreateDoubleConst(double doubleVal) in DoGetOrCreateDoubleConst()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp457 GateRef doubleVal = builder_.GetDoubleOfTDouble(gate); in ConvertTaggedNumberToBool() local
1268 GateRef doubleVal = builder_.CastInt64ToFloat64(value); in LowerMigrateFromHoleNumberToHoleInt() local
Dtyped_native_inline_lowering.cpp1888 GateRef doubleVal = builder_.GetDoubleOfTDouble(value); in BuildTaggedIsInteger() local
Dstub_builder.cpp10908 GateRef doubleVal = CastInt64ToFloat64(value); in MigrateFromHoleNumberToHoleInt() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp184 JSTaggedValue doubleVal = JSTaggedValue(b); in HWTEST_F_L0() local