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