Searched defs:compute_inverse (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_matrix.inl | 250 struct compute_inverse{}; struct 253 struct compute_inverse<tmat2x2, T, P, Aligned> struct 255 GLM_FUNC_QUALIFIER static tmat2x2<T, P> call(tmat2x2<T, P> const& m) 272 struct compute_inverse<tmat3x3, T, P, Aligned> struct 274 GLM_FUNC_QUALIFIER static tmat3x3<T, P> call(tmat3x3<T, P> const& m) 297 struct compute_inverse<tmat4x4, T, P, Aligned> struct 299 GLM_FUNC_QUALIFIER static tmat4x4<T, P> call(tmat4x4<T, P> const& m)
|
H A D | func_matrix_simd.inl | 52 struct compute_inverse<tmat4x4, float, P, true> struct 54 GLM_FUNC_QUALIFIER static tmat4x4<float, P> call(tmat4x4<float, P> const& m)
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 250 struct compute_inverse{}; struct 253 struct compute_inverse<tmat2x2, T, P, Aligned> struct 255 GLM_FUNC_QUALIFIER static tmat2x2<T, P> call(tmat2x2<T, P> const& m) 272 struct compute_inverse<tmat3x3, T, P, Aligned> struct 274 GLM_FUNC_QUALIFIER static tmat3x3<T, P> call(tmat3x3<T, P> const& m) 297 struct compute_inverse<tmat4x4, T, P, Aligned> struct 299 GLM_FUNC_QUALIFIER static tmat4x4<T, P> call(tmat4x4<T, P> const& m)
|
D | func_matrix_simd.inl | 52 struct compute_inverse<tmat4x4, float, P, true> struct 54 GLM_FUNC_QUALIFIER static tmat4x4<float, P> call(tmat4x4<float, P> const& m)
|
/aosp_15_r20/external/eigen/Eigen/src/LU/ |
H A D | InverseImpl.h | 23 struct compute_inverse struct 40 struct compute_inverse<MatrixType, ResultType, 1> argument
|