Searched defs:QR (Results 1 – 1 of 1) sorted by relevance
554 struct QR { in TEST() struct555 int quotient; in TEST()556 int remainder; in TEST()557 QR(int q, int r) noexcept : quotient(q), remainder(r) {} in TEST() function558 bool operator==(const QR& rhs) const { in TEST()561 bool operator!=(const QR& rhs) const { in TEST()