Home
last modified time | relevance | path

Searched refs:M1244 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DMatrix.cpp66 float M1244 = M(1, 2) * M(4, 4) - M(4, 2) * M(1, 4); in operator !() local
82 I(3, 2) = -M(1, 1) * M3244 + M(3, 1) * M1244 - M(4, 1) * M1234; in operator !()
87 I(3, 3) = M(1, 1) * M2244 - M(2, 1) * M1244 + M(4, 1) * M1224; in operator !()
/external/swiftshader/src/Device/
DMatrix.cpp66 float M1244 = M(1, 2) * M(4, 4) - M(4, 2) * M(1, 4); in operator !() local
82 I(3, 2) = -M(1, 1) * M3244 + M(3, 1) * M1244 - M(4, 1) * M1234; in operator !()
87 I(3, 3) = M(1, 1) * M2244 - M(2, 1) * M1244 + M(4, 1) * M1224; in operator !()