Home
last modified time | relevance | path

Searched defs:det3 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DMatrix.cpp300 float Matrix::det3(const Matrix &M) in det3() function in sw::Matrix
/external/opencv/cxcore/src/
Dcxmatrix.cpp762 #define det3(m) (m(0,0)*(m(1,1)*m(2,2) - m(1,2)*m(2,1)) - \ macro
/external/swiftshader/src/Shader/
DShaderCore.cpp1214 …void ShaderCore::det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in det3() function in sw::ShaderCore