Searched refs:M2233 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Device/ |
D | Matrix.cpp | 63 float M2233 = M(2, 2) * M(3, 3) - M(3, 2) * M(2, 3); in operator !() local 78 I(4, 1) = -M(2, 1) * M3243 + M(3, 1) * M2243 - M(4, 1) * M2233; in operator !() 93 I(4, 4) = M(1, 1) * M2233 - M(2, 1) * M1233 + M(3, 1) * M1223; in operator !()
|
/external/swiftshader/src/Renderer/ |
D | Matrix.cpp | 63 float M2233 = M(2, 2) * M(3, 3) - M(3, 2) * M(2, 3); in operator !() local 78 I(4, 1) = -M(2, 1) * M3243 + M(3, 1) * M2243 - M(4, 1) * M2233; in operator !() 93 I(4, 4) = M(1, 1) * M2233 - M(2, 1) * M1233 + M(3, 1) * M1223; in operator !()
|