Home
last modified time | relevance | path

Searched defs:intVal (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Float.cpp77 int intVal = CastFloatToInt<EtsFloat, EtsInt>(val); in StdCoreFloatToShort() local
84 int intVal = CastFloatToInt<EtsFloat, EtsInt>(val); in StdCoreFloatToByte() local
Dstd_core_Double.cpp315 int intVal = CastFloatToInt<EtsDouble, EtsInt>(val); in StdCoreDoubleToShort() local
322 int intVal = CastFloatToInt<EtsDouble, EtsInt>(val); in StdCoreDoubleToByte() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.cpp246 int intVal = num.GetInt(); in ConvertNumberToCStringAndAppend() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnumberLiteral.cpp343 if (auto intVal = static_cast<int32_t>(number); number == static_cast<double>(intVal)) { in FpToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h336 if (auto intVal = static_cast<int32_t>(number); number == static_cast<double>(intVal)) { in FpToStringDecimalRadix() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp488 GateRef intVal = builder_.GetInt64OfTInt(gate); in ConvertTaggedNumberToBool() local
1275 GateRef intVal = builder_.TruncInt64ToInt32(value); in LowerMigrateFromHoleIntToHoleNumber() local
Dpost_schedule.cpp795 GateRef intVal = builder_.ChangeTaggedPointerToInt64(value); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dstub_builder.cpp11570 GateRef intVal = TruncInt64ToInt32(value); in MigrateFromHoleIntToHoleNumber() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp179 JSTaggedValue intVal = JSTaggedValue(a); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp787 int intVal = number.GetInt(); in NumberToString() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2405 …auto intVal = builder_.CreateBitCast(value, builder_.getIntNTy(value->getType()->getScalarSizeInBi… in EncodeSaveStateInputs() local