Searched defs:det3 (Results 1 – 3 of 3) sorted by relevance
300 float Matrix::det3(const Matrix &M) in det3() function in sw::Matrix
762 #define det3(m) (m(0,0)*(m(1,1)*m(2,2) - m(1,2)*m(2,1)) - \ macro
1214 …void ShaderCore::det3(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, const Vector4f &s… in det3() function in sw::ShaderCore