Home
last modified time | relevance | path

Searched refs:minInt (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DnarrowingConverter.h117 To minInt = std::numeric_limits<To>::min(); in CastFloatingPointToIntOrLong() local
119 auto floatMinInt = static_cast<From>(minInt); in CastFloatingPointToIntOrLong()
131 return minInt; in CastFloatingPointToIntOrLong()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp172 auto minInt = std::numeric_limits<Dst>::min(); in TestCast() local
174 auto floatMinInt = static_cast<Src>(minInt); in TestCast()
182 dst = minInt; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp109 auto minInt = std::numeric_limits<Dst>::min(); in TestCast() local
111 auto floatMinInt = static_cast<Src>(minInt); in TestCast()
119 dst = minInt; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp214 auto minInt = std::numeric_limits<Dst>::min(); in TestCast() local
216 auto floatMinInt = static_cast<Src>(minInt); in TestCast()
222 dst = minInt; in TestCast()

Completed in 6 milliseconds