Home
last modified time | relevance | path

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

/system/libbase/
Dexpected_test.cpp554 struct QR { in TEST() struct
555 int quotient; in TEST()
556 int remainder; in TEST()
557 QR(int q, int r) noexcept : quotient(q), remainder(r) {} in TEST() function
558 bool operator==(const QR& rhs) const { in TEST()
561 bool operator!=(const QR& rhs) const { in TEST()