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

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp256 register const float rhs_i0 = rhs.m[ I(i,0) ]; local
257 register float ri0 = m[ I(0,0) ] * rhs_i0;
258 register float ri1 = m[ I(0,1) ] * rhs_i0;
259 register float ri2 = m[ I(0,2) ] * rhs_i0;
260 register float ri3 = m[ I(0,3) ] * rhs_i0;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp569 const float rhs_i0 = rhs[ I(i,0) ]; local
570 float ri0 = lhs[ I(0,0) ] * rhs_i0;
571 float ri1 = lhs[ I(0,1) ] * rhs_i0;
572 float ri2 = lhs[ I(0,2) ] * rhs_i0;
573 float ri3 = lhs[ I(0,3) ] * rhs_i0;

Completed in 23 milliseconds