Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128.cc82 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() argument
85 GOOGLE_LOG(FATAL) << "Division or mod by zero: dividend.hi=" << dividend.hi_ in DivModImpl()
86 << ", lo=" << dividend.lo_; in DivModImpl()
89 if (divisor > dividend) { in DivModImpl()
91 *remainder_ret = dividend; in DivModImpl()
95 if (divisor == dividend) { in DivModImpl()
106 int shift = Fls128(dividend) - Fls128(denominator); in DivModImpl()
113 if (dividend >= denominator) { in DivModImpl()
114 dividend -= denominator; in DivModImpl()
122 *remainder_ret = dividend; in DivModImpl()
Dint128.h91 static void DivModImpl(uint128 dividend, uint128 divisor,
/frameworks/base/core/java/android/util/apk/
DVerityBuilder.java533 private static long divideRoundup(long dividend, long divisor) { in divideRoundup() argument
534 return (dividend + divisor - 1) / divisor; in divideRoundup()
/frameworks/ml/nn/common/include/
DOperationsUtils.h270 inline int32_t PositiveRemainder(int32_t dividend, int32_t divisor) { in PositiveRemainder() argument
271 return (divisor + (dividend % divisor)) % divisor; in PositiveRemainder()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthView.java403 int dividend = (offset + mNumCells) / mNumDays; in calculateNumRows() local
405 return (dividend + (remainder > 0 ? 1 : 0)); in calculateNumRows()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...