Searched refs:m_t (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-member-init.cpp19 struct m_t struct
22 m_t() { } function in struct:m_t
33 m_t *test() {
34 return new m_t;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c220 float m_t; local
221 m_t = 1. - t;
222 b = m_t * m_t;
225 a = b * m_t;
227 c *= 3. * m_t;
234 float m_t = 1. - t; local
235 float a = m_t * m_t;
236 float b = t * m_t;
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c220 float m_t; local
221 m_t = 1. - t;
222 b = m_t * m_t;
225 a = b * m_t;
227 c *= 3. * m_t;
234 float m_t = 1. - t; local
235 float a = m_t * m_t;
236 float b = t * m_t;
[all...]

Completed in 333 milliseconds