Searched defs:invdet (Results 1 - 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h204 Scalar invdet = Scalar(1) / det; local
205 return VectorType(invdet*(coeffs().coeff(1)*other.coeffs().coeff(2)-other.coeffs().coeff(1)*coeffs().coeff(2)),
206 invdet*(other.coeffs().coeff(0)*coeffs().coeff(2)-coeffs().coeff(0)*other.coeffs().coeff(2)));
/external/eigen/Eigen/src/LU/
H A DInverseImpl.h77 const MatrixType& matrix, const typename ResultType::Scalar& invdet,
80 result.coeffRef(0,0) = matrix.coeff(1,1) * invdet;
81 result.coeffRef(1,0) = -matrix.coeff(1,0) * invdet;
82 result.coeffRef(0,1) = -matrix.coeff(0,1) * invdet;
83 result.coeffRef(1,1) = matrix.coeff(0,0) * invdet;
93 const Scalar invdet = typename MatrixType::Scalar(1) / matrix.determinant(); local
94 compute_inverse_size2_helper(matrix, invdet, result);
115 const Scalar invdet = Scalar(1) / determinant; local
116 compute_inverse_size2_helper(matrix, invdet, inverse);
142 const typename ResultType::Scalar& invdet,
76 compute_inverse_size2_helper( const MatrixType& matrix, const typename ResultType::Scalar& invdet, ResultType& result) argument
140 compute_inverse_size3_helper( const MatrixType& matrix, const typename ResultType::Scalar& invdet, const Matrix<typename ResultType::Scalar,3,1>& cofactors_col0, ResultType& result) argument
167 const Scalar invdet = Scalar(1) / det; local
193 const Scalar invdet = Scalar(1) / determinant; local
[all...]
/external/skia/src/core/
H A DSkMatrix44.cpp582 double invdet = 1.0 / det; local
586 if (!sk_float_isfinite(invdet)) {
590 b00 *= invdet;
591 b01 *= invdet;
592 b03 *= invdet;
593 b06 *= invdet;
594 b07 *= invdet;
595 b08 *= invdet;
596 b09 *= invdet;
597 b10 *= invdet;
643 double invdet = 1.0 / det; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 109 milliseconds