Home
last modified time | relevance | path

Searched refs:m_h (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Dufunction.h285 …compose (const Operation1& f, const Operation2& g, const Operation3& h) : m_f(f), m_g(g), m_h(h) {} in binary_compose()
286 inline result_t operator() (rcarg_t x) const { return m_f(m_g(x), m_h(x)); } in operator()
290 Operation3 m_h; ///< h(x), if c(x) = f(g(x),h(x)) variable