Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp87 const auto floatMinInt = static_cast<From>(MIN_INT); in ConvertFloatToInt() local
90 if (value > floatMinInt) { in ConvertFloatToInt()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.cpp2480 auto floatMinInt = static_cast<Src>(minInt); in TestCast() local
2483 if (src > floatMinInt) { in TestCast()