Searched refs:Fac1 (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 191 __m128 Fac1; in glm_mat4_determinant_highp() local 208 Fac1 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 329 __m128 Mul01 = _mm_mul_ps(Vec2, Fac1); in glm_mat4_determinant_highp() 352 __m128 Mul06 = _mm_mul_ps(Vec0, Fac1); in glm_mat4_determinant_highp() 531 __m128 Fac1; in glm_mat4_inverse() local 548 Fac1 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse() 669 __m128 Mul01 = _mm_mul_ps(Vec2, Fac1); in glm_mat4_inverse() 692 __m128 Mul06 = _mm_mul_ps(Vec0, Fac1); in glm_mat4_inverse() 752 __m128 Fac1; in glm_mat4_inverse_lowp() local 769 Fac1 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_inverse_lowp() [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 326 tvec4<T, P> Fac1(Coef04, Coef04, Coef06, Coef07); local 337 tvec4<T, P> Inv0(Vec1 * Fac0 - Vec2 * Fac1 + Vec3 * Fac2); 339 tvec4<T, P> Inv2(Vec0 * Fac1 - Vec1 * Fac3 + Vec3 * Fac5);
|