Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/
DUtils.h57 struct Fraction { struct
61 Fraction(T num = 0, T denom = 1) : mNum(num), mDen(denom) { in mNum() argument
70 bool operator<(const Fraction<T>& other) const { return mNum * other.mDen < other.mNum * mDen; } argument