Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp1570 uint64_t subtrahend = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv() local
1571 bool borrow = subtrahend > u_tmp; in KnuthDiv()
1573 << ", subtrahend == " << subtrahend in KnuthDiv()
1576 uint64_t result = u_tmp - subtrahend; in KnuthDiv()