Searched defs:QR (Results 1 – 1 of 1) sorted by relevance
587 struct QR { in TEST() struct588 int quotient; in TEST()589 int remainder; in TEST()590 QR(int q, int r) noexcept : quotient(q), remainder(r) {} in TEST() argument591 bool operator==(const QR& rhs) const { in TEST()594 bool operator!=(const QR& rhs) const { in TEST()