Home | History | Annotate | Download | only in Support

Lines Matching refs:dividend

1588   assert(u && "Must provide dividend");
1650 uint64_t dividend = ((uint64_t(u[j+n]) << 32) + u[j+n-1]);
1651 DEBUG(dbgs() << "KnuthDiv: dividend == " << dividend << '\n');
1652 uint64_t qp = dividend / v[n-1];
1653 uint64_t rp = dividend % v[n-1];
1803 // Initialize the dividend
1826 // the divisor. m is the number of words by which the dividend exceeds the
1827 // divisor (i.e. m+n is the length of the dividend). These sizes must not
2017 // Get some size facts about the dividend and divisor