Home
last modified time | relevance | path

Searched refs:floatMinInt (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DnarrowingConverter.h119 auto floatMinInt = static_cast<From>(minInt); in CastFloatingPointToIntOrLong() local
122 if (value > floatMinInt) { in CastFloatingPointToIntOrLong()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp174 auto floatMinInt = static_cast<Src>(minInt); in TestCast() local
177 if (src > floatMinInt) { in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp111 auto floatMinInt = static_cast<Src>(minInt); in TestCast() local
114 if (src > floatMinInt) { in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp216 auto floatMinInt = static_cast<Src>(minInt); in TestCast() local
219 if (src > floatMinInt) { in TestCast()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp87 const auto floatMinInt = static_cast<From>(MIN_INT); in ConvertFloatToInt() local
90 if (value > floatMinInt) { in ConvertFloatToInt()

Completed in 8 milliseconds