Home
last modified time | relevance | path

Searched defs:MAX_INT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/expression/
DnumericLiteral.ts24 const MAX_INT = 2 ** 31 - 1; constant
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h339 constexpr To MAX_INT = std::numeric_limits<To>::max(); in CastFloatToInt() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp2481 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2481 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp2593 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local