Home | History | Annotate | Download | only in core

Lines Matching refs:col

600 static inline float rowcol3(const float row[], const float col[]) {
601 return row[0] * col[0] + row[1] * col[3] + row[2] * col[6];