Home
last modified time | relevance | path

Searched defs:RoundUp (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbit_utils_test.cpp52 TEST(BitUtils, RoundUp) in TEST() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_utils_test.cpp52 TEST(BitUtils, RoundUp) in TEST() argument
/arkcompiler/ets_runtime/common_components/base/
Dglobals.h69 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) in RoundUp() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h156 constexpr T RoundUp(T x, size_t n) in RoundUp() function
Ddtoa_helper.cpp276 void DtoaHelper::RoundUp(BufferVector<char> digitsBuffer, int* digitCount, int* decimalPosition) in RoundUp() function in panda::ecmascript::base::DtoaHelper
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_utils.h147 constexpr T RoundUp(T x, size_t n) in RoundUp() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp365 static inline uint64 RoundUp(uint64 offset, uint32 align) in RoundUp() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h146 constexpr T RoundUp(T x, size_t n) in RoundUp() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dcommon_utils.h333 inline uint64 RoundUp(uint64 offset, uint64 align) in RoundUp() function