Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/decimal.js/test/modules/
Dconfig.js39 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 …]
Dclone.js11 rounding: 4, property
113 rounding: 2, property
133 D2 = Decimal.clone({ defaults: true, rounding: 5 }); property
Dimmutability.js9 rounding: 4, property
DtoNumber.js7 rounding: 4, property
Dabs.js11 rounding: 4, property
Dfloor.js11 rounding: 4, property
DvalueOf.js11 rounding: 4, property
Dceil.js11 rounding: 4, property
DtoString.js11 rounding: 4, property
Dneg.js11 rounding: 4, property
Dtrunc.js11 rounding: 4, property
Dplus.js11 rounding: 4, property
Ddiv.js7 rounding: 4, property
DtoNearest.js11 rounding: 4, property
Dtimes.js11 rounding: 4, property
DisFiniteEtc.js11 rounding: 4, property
Dcmp.js13 rounding: 4, property
Dminus.js11 rounding: 4, property
Dround.js12 rounding: 4, property
DminAndMax.js12 rounding: 4, property
DdivToInt.js11 rounding: 4, property
Dasin.js13 rounding: 4, property
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv.h186 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/
DQMath.h47 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/
DCurrencyDemo.java60 double rounding; field in CurrencyDemo.HackCurrencyInfo
62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()

1234