Home
last modified time | relevance | path

Searched refs:fracLength (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java500 int fracLength = (int) ((52 - exponent) / 3.32192809488736234787031942948939017586); in _setToDoubleFast() local
501 if (fracLength >= 0) { in _setToDoubleFast()
502 int i = fracLength; in _setToDoubleFast()
508 int i = fracLength; in _setToDoubleFast()
517 scale -= fracLength; in _setToDoubleFast()
598 int fracLength = n.scale(); in _setToBigDecimal() local
599 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()
602 scale -= fracLength; in _setToBigDecimal()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java506 int fracLength = (int) ((52 - exponent) / 3.32192809488736234787031942948939017586); in _setToDoubleFast() local
507 if (fracLength >= 0) { in _setToDoubleFast()
508 int i = fracLength; in _setToDoubleFast()
514 int i = fracLength; in _setToDoubleFast()
523 scale -= fracLength; in _setToDoubleFast()
604 int fracLength = n.scale(); in _setToBigDecimal() local
605 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()
608 scale -= fracLength; in _setToBigDecimal()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp423 auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local
424 if (fracLength >= 0) { in _setToDoubleFast()
425 int32_t i = fracLength; in _setToDoubleFast()
430 int32_t i = fracLength; in _setToDoubleFast()
438 scale -= fracLength; in _setToDoubleFast()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp467 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local
468 if (fracLength >= 0) { in _setToDoubleFast()
469 int32_t i = fracLength; in _setToDoubleFast()
474 int32_t i = fracLength; in _setToDoubleFast()
482 scale -= fracLength; in _setToDoubleFast()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp467 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local
468 if (fracLength >= 0) { in _setToDoubleFast()
469 int32_t i = fracLength; in _setToDoubleFast()
474 int32_t i = fracLength; in _setToDoubleFast()
482 scale -= fracLength; in _setToDoubleFast()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp472 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local
473 if (fracLength >= 0) { in _setToDoubleFast()
474 int32_t i = fracLength; in _setToDoubleFast()
479 int32_t i = fracLength; in _setToDoubleFast()
487 scale -= fracLength; in _setToDoubleFast()