Searched defs:_d (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp204 Rational(void) : _n(0), _d(1) {}
205 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
207 uint32_t denominator(void) { return _d; }
220 operator double() const { return (double) _n / (double) _d; }
225 uint32_t _d; member in class:Rational
1339 if (((uint64_t) _n * other._d)
1340 == ((uint64_t) _d * other._n)) { return true; }
1347 if (((uint64_t) _n * other._d)
1348 < ((uint64_t) _d * other._n)) { return true; }
1357 out << _n << '/' << _d; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 162 milliseconds