Searched defs:RoundUp (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_utils_test.cpp | 52 TEST(BitUtils, RoundUp) in TEST() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | bit_utils_test.cpp | 52 TEST(BitUtils, RoundUp) in TEST() argument
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | globals.h | 69 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) in RoundUp() function
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 156 constexpr T RoundUp(T x, size_t n) in RoundUp() function
|
| D | dtoa_helper.cpp | 276 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/ |
| D | bit_utils.h | 147 constexpr T RoundUp(T x, size_t n) in RoundUp() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_type.cpp | 365 static inline uint64 RoundUp(uint64 offset, uint32 align) in RoundUp() function
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_utils.h | 146 constexpr T RoundUp(T x, size_t n) in RoundUp() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | common_utils.h | 333 inline uint64 RoundUp(uint64 offset, uint64 align) in RoundUp() function
|