HomeSort by relevance Sort by last modified time
    Searched defs:roundDown (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 219 x.roundDown(n)
248 func (x *decimal) roundDown(n int) {
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 219 x.roundDown(n)
248 func (x *decimal) roundDown(n int) {
  /external/icu/icu4c/source/i18n/
number_decimalquantity.cpp 616 bool roundDown = roundingutils::getRoundingDirection((trailingDigit % 2) == 0,
634 if (!roundDown) {
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 175 public long roundDown(long time) {
286 augmentEnd = roundDown(augmentEnd);
288 collectStart = roundDown(collectStart);

Completed in 448 milliseconds