Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h134 double doubleVal = GetDouble(); variable
151 double doubleVal = GetDouble(); variable
/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.cpp494 GateRef doubleVal = builder_.GetDoubleOfTDouble(gate); in ConvertTaggedNumberToBool() local
1323 GateRef doubleVal = builder_.CastInt64ToFloat64(value); in LowerMigrateFromHoleNumberToHoleInt() local
Dtyped_native_inline_lowering.cpp1871 GateRef doubleVal = builder_.GetDoubleOfTDouble(value); in BuildTaggedIsInteger() local
Dstub_builder.cpp11619 GateRef doubleVal = CastInt64ToFloat64(value); in MigrateFromHoleNumberToHoleInt() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_buffer.js1206 let doubleVal = buf.readDoubleBE(0); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp184 JSTaggedValue doubleVal = JSTaggedValue(b); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp4890 double doubleVal = value.GetDouble(); in RunInternal() local
4922 double doubleVal = value.GetDouble(); in RunInternal() local
4951 double doubleVal = value.GetDouble(); in RunInternal() local
4982 double doubleVal = value.GetDouble(); in RunInternal() local