Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DnarrowingConverter.h120 auto floatMaxInt = static_cast<From>(maxInt); in CastFloatingPointToIntOrLong() local
123 if (value < floatMaxInt) { in CastFloatingPointToIntOrLong()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp175 auto floatMaxInt = static_cast<Src>(maxInt); in TestCast() local
178 dst = src < floatMaxInt ? static_cast<Dst>(src) : maxInt; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp112 auto floatMaxInt = static_cast<Src>(maxInt); in TestCast() local
115 dst = src < floatMaxInt ? static_cast<Dst>(src) : maxInt; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp217 auto floatMaxInt = static_cast<Src>(maxInt); in TestCast() local
220 dst = src < floatMaxInt ? static_cast<Dst>(src) : maxInt; in TestCast()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp88 const auto floatMaxInt = static_cast<From>(MAX_INT); in ConvertFloatToInt() local
91 if (value < floatMaxInt) { in ConvertFloatToInt()

Completed in 8 milliseconds