Home
last modified time | relevance | path

Searched defs:ROUND_UP (Results 1 – 16 of 16) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dutils.h45 #define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java229 public static final int ROUND_UP=0; field in MathContext
DBigDecimal.java325 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/
DMathContext.java218 public static final int ROUND_UP=0; field in MathContext
DBigDecimal.java314 public static final int ROUND_UP = ohos.global.icu.math.MathContext.ROUND_UP; field in BigDecimal
/third_party/libuv/src/unix/
Dinternal.h93 #define ROUND_UP(a, b) \ macro
/third_party/libffi/src/pa/
Dffi.c37 #define ROUND_UP(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
/third_party/libdrm/amdgpu/
Damdgpu_internal.h40 #define ROUND_UP(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/python/Lib/test/
Dtest_time.py39 ROUND_UP = 3 variable in _PyTime
Dtest_decimal.py96 ROUND_UP = P.ROUND_UP variable
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c794 ROUND_UP, enumerator
/third_party/pixman/test/
Dutils.c33 #define ROUND_UP(x, mult) (((x) + (mult) - 1) / (mult) * (mult)) macro
/third_party/python/Lib/
D_pydecimal.py172 ROUND_UP = 'ROUND_UP' variable
/third_party/expat/lib/
Dxmlparse.c190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
/third_party/python/Modules/expat/
Dxmlparse.c190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c190 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro