Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DMatrix.cpp60 float M2234 = M(2, 2) * M(3, 4) - M(3, 2) * M(2, 4); in operator !() local
77 I(3, 1) = M(2, 1) * M3244 - M(3, 1) * M2244 + M(4, 1) * M2234; in operator !()
92 I(3, 4) = -M(1, 1) * M2234 + M(2, 1) * M1234 - M(3, 1) * M1224; in operator !()
/external/swiftshader/src/Device/
DMatrix.cpp60 float M2234 = M(2, 2) * M(3, 4) - M(3, 2) * M(2, 4); in operator !() local
77 I(3, 1) = M(2, 1) * M3244 - M(3, 1) * M2244 + M(4, 1) * M2234; in operator !()
92 I(3, 4) = -M(1, 1) * M2234 + M(2, 1) * M1234 - M(3, 1) * M1224; in operator !()