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