Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp88 const auto floatMaxInt = static_cast<From>(MAX_INT); in ConvertFloatToInt() local
91 if (value < floatMaxInt) { in ConvertFloatToInt()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp2481 auto floatMaxInt = static_cast<Src>(maxInt); in TestCast() local
2484 dst = src < floatMaxInt ? static_cast<Dst>(src) : maxInt; in TestCast()