Home
last modified time | relevance | path

Searched defs:ROUND_DOWN (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DMathContext.java149 public static final int ROUND_DOWN=1; field in MathContext
DBigDecimal.java277 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DMathContext.java144 public static final int ROUND_DOWN=1; field in MathContext
DBigDecimal.java272 public static final int ROUND_DOWN = ohos.global.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
/third_party/libdrm/amdgpu/
Damdgpu_internal.h41 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c795 ROUND_DOWN enumerator
/third_party/python/Lib/test/
Dtest_decimal.py97 ROUND_DOWN = P.ROUND_DOWN variable
/third_party/python/Lib/
D_pydecimal.py167 ROUND_DOWN = 'ROUND_DOWN' variable