Home
last modified time | relevance | path

Searched refs:MatX_LDLTFactor (Results 1 – 9 of 9) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd_AltiVec.h206 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
H A DSimd_Generic.h110 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
H A DSimd_SSE.h117 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
H A DSimd.h173 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) = 0;
H A DLcp.cpp853 return SIMDProcessor->MatX_LDLTFactor( clamped, diagonal, numClamped ); in FactorClamped()
H A DSimd.cpp2161 p_generic->MatX_LDLTFactor( mat1, invDiag1, i ); in TestMatXLDLTFactor()
2173 p_simd->MatX_LDLTFactor( mat2, invDiag2, i ); in TestMatXLDLTFactor()
H A DSimd_Generic.cpp2015 bool VPCALL idSIMD_Generic::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_Generic
H A DSimd_AltiVec.cpp4531 bool VPCALL idSIMD_AltiVec::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_AltiVec
H A DSimd_SSE.cpp10818 bool VPCALL idSIMD_SSE::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_SSE