Home
last modified time | relevance | path

Searched refs:this_bigit (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc536 const Chunk this_bigit = RawBigit(used_bigits_ - 1); in DivideModuloIntBignum() local
541 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()
542 RawBigit(used_bigits_ - 1) = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()
549 const int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()
554 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp550 const Chunk this_bigit = RawBigit(used_bigits_ - 1); in DivideModuloIntBignum() local
555 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()
556 RawBigit(used_bigits_ - 1) = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()
563 const int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()
568 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp549 const Chunk this_bigit = RawBigit(used_bigits_ - 1); in DivideModuloIntBignum() local
554 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()
555 RawBigit(used_bigits_ - 1) = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()
562 const int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()
567 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()
/third_party/node/deps/v8/src/base/numbers/
Dbignum.cc481 Chunk this_bigit = bigits_[used_digits_ - 1]; in DivideModuloIntBignum() local
486 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()
487 bigits_[used_digits_ - 1] = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()
493 int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()
497 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp550 const Chunk this_bigit = RawBigit(used_bigits_ - 1); in DivideModuloIntBignum() local
555 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()
556 RawBigit(used_bigits_ - 1) = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()
563 const int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()
568 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()