Searched refs:MatX_LDLTFactor (Results 1 – 9 of 9) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/ |
H A D | Simd_AltiVec.h | 206 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
|
H A D | Simd_Generic.h | 110 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
|
H A D | Simd_SSE.h | 117 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n );
|
H A D | Simd.h | 173 virtual bool VPCALL MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) = 0;
|
H A D | Lcp.cpp | 853 return SIMDProcessor->MatX_LDLTFactor( clamped, diagonal, numClamped ); in FactorClamped()
|
H A D | Simd.cpp | 2161 p_generic->MatX_LDLTFactor( mat1, invDiag1, i ); in TestMatXLDLTFactor() 2173 p_simd->MatX_LDLTFactor( mat2, invDiag2, i ); in TestMatXLDLTFactor()
|
H A D | Simd_Generic.cpp | 2015 bool VPCALL idSIMD_Generic::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_Generic
|
H A D | Simd_AltiVec.cpp | 4531 bool VPCALL idSIMD_AltiVec::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_AltiVec
|
H A D | Simd_SSE.cpp | 10818 bool VPCALL idSIMD_SSE::MatX_LDLTFactor( idMatX &mat, idVecX &invDiag, const int n ) { in MatX_LDLTFactor() function in idSIMD_SSE
|