Searched refs:t10 (Results 1 – 1 of 1) sorted by relevance
1330 double t10 = a20 * a12 - a10 * a22; in invert() local1337 double det = a00 * t00 + a01 * t10 + a02 * t20; in invert()1345 output[3] = (float) (t10 / det); in invert()