Home
last modified time | relevance | path

Searched defs:MAX_INT (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h343 constexpr To MAX_INT = std::numeric_limits<To>::max(); in CastFloatToInt() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h339 constexpr To MAX_INT = std::numeric_limits<To>::max(); in CastFloatToInt() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp86 constexpr To MAX_INT = std::numeric_limits<To>::max(); in ConvertFloatToInt() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.h158 static constexpr double MAX_INT = std::numeric_limits<int>::max(); member in panda::ecmascript::JSDate
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp2456 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp2481 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp2589 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local

Completed in 16 milliseconds