Home
last modified time | relevance | path

Searched defs:RoundDown (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbit_utils_test.cpp60 TEST(BitUtils, RoundDown) in TEST() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_utils_test.cpp60 TEST(BitUtils, RoundDown) in TEST() argument
/arkcompiler/ets_runtime/common_components/base/
Dglobals.h56 T RoundDown(T x, typename Identity<T>::type n) in RoundDown() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_utils.h159 constexpr T RoundDown(T x, size_t n) in RoundDown() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h158 constexpr T RoundDown(T x, size_t n) in RoundDown() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dcommon_utils.h348 inline int64 RoundDown(int64 offset, int64 align) in RoundDown() function