Home
last modified time | relevance | path

Searched refs:MatrixProduct (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dmatrix3_f.h134 GFX_EXPORT Matrix3F MatrixProduct(const Matrix3F& lhs, const Matrix3F& rhs);
135 GFX_EXPORT Vector3dF MatrixProduct(const Matrix3F& lhs, const Vector3dF& rhs);
Dmatrix3_f.cc266 Matrix3F MatrixProduct(const Matrix3F& lhs, const Matrix3F& rhs) { in MatrixProduct() function
276 Vector3dF MatrixProduct(const Matrix3F& lhs, const Vector3dF& rhs) { in MatrixProduct() function
/external/eigen/Eigen/
DCore350 #include "src/Core/arch/AltiVec/MatrixProduct.h"