Home
last modified time | relevance | path

Searched refs:DynamicCastDoubleToInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1367 …virtual uint64_t DynamicCastDoubleToInt([[maybe_unused]] double value, [[maybe_unused]] size_t bit… in DynamicCastDoubleToInt() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp136 return runtime->DynamicCastDoubleToInt(static_cast<double>(value), bits); in ConvertFloatToIntDyn()