Home
last modified time | relevance | path

Searched refs:MAX_INT (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dint_tag.h27 template <typename Int, const Int MIN_INT, const Int MAX_INT>
30 static constexpr size_t SIZE = MAX_INT - MIN_INT + 1;
38 ASSERT(i <= MAX_INT); in GetIndexFor()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h343 constexpr To MAX_INT = std::numeric_limits<To>::max(); in CastFloatToInt() local
345 constexpr auto FLOAT_MAX_INT = static_cast<From>(MAX_INT); in CastFloatToInt()
351 res = MAX_INT; in CastFloatToInt()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h339 constexpr To MAX_INT = std::numeric_limits<To>::max(); in CastFloatToInt() local
341 constexpr auto FLOAT_MAX_INT = static_cast<From>(MAX_INT); in CastFloatToInt()
347 res = MAX_INT; in CastFloatToInt()
/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/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp86 constexpr To MAX_INT = std::numeric_limits<To>::max(); in ConvertFloatToInt() local
88 const auto floatMaxInt = static_cast<From>(MAX_INT); in ConvertFloatToInt()
94 res = MAX_INT; in ConvertFloatToInt()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp2456 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
2458 auto FLOAT_MAX_INT = static_cast<Src>(MAX_INT); in TestCast()
2464 dst = MAX_INT; in TestCast()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp2481 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
2483 auto FLOAT_MAX_INT = static_cast<Src>(MAX_INT); in TestCast()
2489 dst = MAX_INT; in TestCast()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp2589 auto MAX_INT = std::numeric_limits<Dst>::max(); in TestCast() local
2591 auto FLOAT_MAX_INT = static_cast<Src>(MAX_INT); in TestCast()
2597 dst = MAX_INT; in TestCast()

Completed in 23 milliseconds