Searched defs:RoundUp (Results 1 – 13 of 13) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | math.h | 30 inline T RoundUp(T alignment, T value) { in RoundUp() function
|
| D | math_test.cc | 23 TEST(MathTests, RoundUp) { in TEST() argument
|
| /third_party/node/deps/v8/src/bigint/ |
| D | util.h | 25 inline constexpr int RoundUp(int x, int y) { return (x + y - 1) & -y; } in RoundUp() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| D | create_thread_identity.cc | 70 static intptr_t RoundUp(intptr_t addr, intptr_t align) { in RoundUp() function
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Math.cpp | 155 uint64_t RoundUp(uint64_t n, uint64_t m) { in RoundUp() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cord_rep_flat.h | 56 constexpr size_t RoundUp(size_t n, size_t m) { return DivUp(n, m) * m; } in RoundUp() function
|
| /third_party/node/deps/v8/src/base/ |
| D | macros.h | 342 inline T RoundUp(T x, intptr_t m) { in RoundUp() function 347 constexpr inline T RoundUp(T x) { in RoundUp() function
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | MathTests.cpp | 264 TEST(Math, RoundUp) { in TEST() argument
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| D | fixed-dtoa.cc | 189 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 362 if (auto *RoundUp = dyn_cast<SCEVAddExpr>(S->getLHS())) { in ComputeElements() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | low_level_alloc.cc | 444 static inline uintptr_t RoundUp(uintptr_t addr, uintptr_t align) { in RoundUp() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 334 void RoundUp(char *p) { in RoundUp() function 1041 void RoundUp(Buffer *buffer, int *exp) { in RoundUp() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APInt.cpp | 2937 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local
|