Searched defs:rounding (Results 1 – 25 of 100) sorted by relevance
1234
| /third_party/decimal.js/test/modules/ |
| D | config.js | 39 rounding: 4, property 59 rounding : 4, property 134 t(4, {rounding: void 0}); property 135 t(0, {rounding: 0}); property 136 t(1, {rounding: 1}); property 137 t(2, {rounding: 2}); property 138 t(3, {rounding: 3}); property 139 t(4, {rounding: 4}); property 140 t(5, {rounding: 5}); property 141 t(6, {rounding: 6}); property [all …]
|
| D | clone.js | 11 rounding: 4, property 113 rounding: 2, property 133 D2 = Decimal.clone({ defaults: true, rounding: 5 }); property
|
| D | immutability.js | 9 rounding: 4, property
|
| D | toNumber.js | 7 rounding: 4, property
|
| D | abs.js | 11 rounding: 4, property
|
| D | floor.js | 11 rounding: 4, property
|
| D | valueOf.js | 11 rounding: 4, property
|
| D | ceil.js | 11 rounding: 4, property
|
| D | toString.js | 11 rounding: 4, property
|
| D | neg.js | 11 rounding: 4, property
|
| D | trunc.js | 11 rounding: 4, property
|
| D | plus.js | 11 rounding: 4, property
|
| D | div.js | 7 rounding: 4, property
|
| D | toNearest.js | 11 rounding: 4, property
|
| D | times.js | 11 rounding: 4, property
|
| D | isFiniteEtc.js | 11 rounding: 4, property
|
| D | cmp.js | 13 rounding: 4, property
|
| D | minus.js | 11 rounding: 4, property
|
| D | round.js | 12 rounding: 4, property
|
| D | minAndMax.js | 12 rounding: 4, property
|
| D | divToInt.js | 11 rounding: 4, property
|
| D | asin.js | 13 rounding: 4, property
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 191 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 196 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 201 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
| /third_party/skia/experimental/lowp-basic/ |
| D | QMath.h | 47 const int32_t rounding = 1 << 14; in simulate_ssse3_mm_mulhrs_epi16() local 62 const int64_t rounding = 1 << (esize - 1); in simulate_neon_vqrdmulhq_s16() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
| D | CurrencyDemo.java | 60 double rounding; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
1234