Searched defs:ROUND_UP (Results 1 – 16 of 16) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | utils.h | 45 #define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | MathContext.java | 229 public static final int ROUND_UP=0; field in MathContext
|
D | BigDecimal.java | 325 public static final int ROUND_UP = com.ibm.icu.math.MathContext.ROUND_UP; field in BigDecimal
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
D | MathContext.java | 218 public static final int ROUND_UP=0; field in MathContext
|
D | BigDecimal.java | 314 public static final int ROUND_UP = ohos.global.icu.math.MathContext.ROUND_UP; field in BigDecimal
|
/third_party/libuv/src/unix/ |
D | internal.h | 93 #define ROUND_UP(a, b) \ macro
|
/third_party/libffi/src/pa/ |
D | ffi.c | 37 #define ROUND_UP(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_internal.h | 40 #define ROUND_UP(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/third_party/python/Lib/test/ |
D | test_time.py | 39 ROUND_UP = 3 variable in _PyTime
|
D | test_decimal.py | 96 ROUND_UP = P.ROUND_UP variable
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 794 ROUND_UP, enumerator
|
/third_party/pixman/test/ |
D | utils.c | 33 #define ROUND_UP(x, mult) (((x) + (mult) - 1) / (mult) * (mult)) macro
|
/third_party/python/Lib/ |
D | _pydecimal.py | 172 ROUND_UP = 'ROUND_UP' variable
|
/third_party/expat/lib/ |
D | xmlparse.c | 190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
|
/third_party/python/Modules/expat/ |
D | xmlparse.c | 190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmlparse.c | 190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
|