Searched refs:det3x3 (Results 1 – 1 of 1) sorted by relevance
/third_party/weston/tests/ |
D | matrix-test.c | 61 det3x3(const float *c0, const float *c1, const float *c2) in det3x3() function 78 det -= m->d[3 + 0 * 4] * det3x3(&m->d[4], &m->d[8], &m->d[12]); in determinant() 79 det += m->d[3 + 1 * 4] * det3x3(&m->d[0], &m->d[8], &m->d[12]); in determinant() 80 det -= m->d[3 + 2 * 4] * det3x3(&m->d[0], &m->d[4], &m->d[12]); in determinant() 81 det += m->d[3 + 3 * 4] * det3x3(&m->d[0], &m->d[4], &m->d[8]); in determinant() 84 det += m->d[0 + 0 * 4] * det3x3(&m->d[5], &m->d[9], &m->d[13]); in determinant() 85 det -= m->d[0 + 1 * 4] * det3x3(&m->d[1], &m->d[9], &m->d[13]); in determinant() 86 det += m->d[0 + 2 * 4] * det3x3(&m->d[1], &m->d[5], &m->d[13]); in determinant() 87 det -= m->d[0 + 3 * 4] * det3x3(&m->d[1], &m->d[5], &m->d[9]); in determinant()
|