Home
last modified time | relevance | path

Searched defs:ROUND_DOWN (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java149 public static final int ROUND_DOWN=1; field in MathContext
H A 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/
H A DMathContext.java144 public static final int ROUND_DOWN=1; field in MathContext
H A DBigDecimal.java272 public static final int ROUND_DOWN = ohos.global.icu.math.MathContext.ROUND_DOWN; field in BigDecimal
/third_party/libdrm/amdgpu/
H A Damdgpu_internal.h41 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Djitter.c74 #define ROUND_DOWN(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step)) macro
/third_party/python/Lib/
H A D_pydecimal.py167 ROUND_DOWN = 'ROUND_DOWN' variable
/third_party/python/Lib/test/
H A Dtest_decimal.py87 ROUND_DOWN = P.ROUND_DOWN variable
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 25 milliseconds