Home | History | Annotate | Download | only in Support

Lines Matching defs:dividend

1517   assert(u && "Must provide dividend");
1575 uint64_t dividend = ((uint64_t(u[j+n]) << 32) + u[j+n-1]);
1576 DEBUG(dbgs() << "KnuthDiv: dividend == " << dividend << '\n');
1577 uint64_t qp = dividend / v[n-1];
1578 uint64_t rp = dividend % v[n-1];
1703 // Initialize the dividend
1726 // the divisor. m is the number of words by which the dividend exceeds the
1727 // divisor (i.e. m+n is the length of the dividend). These sizes must not
1953 // Get some size facts about the dividend and divisor