Home | History | Annotate | Download | only in test

Lines Matching refs:row

150 #define A(row,col)  a[(col<<2)+row]
151 #define B(row,col) b[(col<<2)+row]
152 #define P(row,col) product[(col<<2)+row]
326 * \param r row of the desired element.
342 * Used by invert_matrix_general() to swap the row pointers.
434 s = 1.0F/r3[3]; /* now back substitute row 3 */
437 m2 = r2[3]; /* now back substitute row 2 */
448 m1 = r1[2]; /* now back substitute row 1 */
456 m0 = r0[1]; /* now back substitute row 0 */
816 #define M(row,col) m[col*4+row]
1008 #define M(row,col) m[col*4+row]
1040 #define M(row,col) m[col*4+row]
1135 #define M(row,col) m[col*4+row]
1683 * Transform a 4-element row
1695 #define M(row,col) m[row + col*4]