Searched refs:Fac0 (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 171 __m128 Fac0; in glm_mat4_determinant_highp() local 188 Fac0 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 328 __m128 Mul00 = _mm_mul_ps(Vec1, Fac0); in glm_mat4_determinant_highp() 340 __m128 Mul03 = _mm_mul_ps(Vec0, Fac0); in glm_mat4_determinant_highp() 511 __m128 Fac0; in glm_mat4_inverse() local 528 Fac0 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse() 668 __m128 Mul00 = _mm_mul_ps(Vec1, Fac0); in glm_mat4_inverse() 680 __m128 Mul03 = _mm_mul_ps(Vec0, Fac0); in glm_mat4_inverse() 732 __m128 Fac0; in glm_mat4_inverse_lowp() local 749 Fac0 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse_lowp() [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 325 tvec4<T, P> Fac0(Coef00, Coef00, Coef02, Coef03); local 337 tvec4<T, P> Inv0(Vec1 * Fac0 - Vec2 * Fac1 + Vec3 * Fac2); 338 tvec4<T, P> Inv1(Vec0 * Fac0 - Vec2 * Fac3 + Vec3 * Fac4);
|