HomeSort by relevance Sort by last modified time
    Searched full:m1223 (Results 1 - 1 of 1) sorted by null

  /external/swiftshader/src/Renderer/
Matrix.cpp 72 float M1223 = M(1, 2) * M(2, 3) - M(2, 2) * M(1, 3);
88 I(4, 3) = -M(1, 1) * M2243 + M(2, 1) * M1243 - M(4, 1) * M1223;
93 I(4, 4) = M(1, 1) * M2233 - M(2, 1) * M1233 + M(3, 1) * M1223;

Completed in 143 milliseconds