Searched refs:t20 (Results 1 – 1 of 1) sorted by relevance
796 double t20 = a10 * a21 - a20 * a11; in invert() local800 double det = a00 * t00 + a01 * t10 + a02 * t20; in invert()811 output[6] = (float) (t20 / det); in invert()