Home
last modified time | relevance | path

Searched refs:CastFloatToInt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.h183 return CastFloatToInt<FloatOrIntegerUType, IntegerUType>(num); in CastIfFloat()
Darithmetic.cpp113 …~static_cast<uint32_t>(CastFloatToInt<FloatType::UType, int32_t>(type->AsFloatType()->GetValue()))… in BitwiseNegateNumericType()
118 …~static_cast<uint64_t>(CastFloatToInt<DoubleType::UType, int64_t>(type->AsDoubleType()->GetValue()… in BitwiseNegateNumericType()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_utils.h333 constexpr To CastFloatToInt(From value) in CastFloatToInt() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h337 inline constexpr To CastFloatToInt(From value) in CastFloatToInt() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3684 this->GetAcc().Set(CastFloatToInt<From, To>(value)); in HandleFloatToIntConversion()