Home
last modified time | relevance | path

Searched defs:QR (Results 1 – 1 of 1) sorted by relevance

/system/libbase/
Dexpected_test.cpp587 struct QR { in TEST() struct
588 int quotient; in TEST()
589 int remainder; in TEST()
590 QR(int q, int r) noexcept : quotient(q), remainder(r) {} in TEST() argument
591 bool operator==(const QR& rhs) const { in TEST()
594 bool operator!=(const QR& rhs) const { in TEST()