Home
last modified time | relevance | path

Searched refs:SignB (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h293 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_determinant_highp() local
333 __m128 Inv0 = _mm_mul_ps(SignB, Add00); in glm_mat4_determinant_highp()
357 __m128 Inv2 = _mm_mul_ps(SignB, Add02); in glm_mat4_determinant_highp()
633 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_inverse() local
673 __m128 Inv0 = _mm_mul_ps(SignB, Add00); in glm_mat4_inverse()
697 __m128 Inv2 = _mm_mul_ps(SignB, Add02); in glm_mat4_inverse()
854 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_inverse_lowp() local
894 __m128 Inv0 = _mm_mul_ps(SignB, Add00); in glm_mat4_inverse_lowp()
918 __m128 Inv2 = _mm_mul_ps(SignB, Add02); in glm_mat4_inverse_lowp()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_matrix.inl343 tvec4<T, P> SignB(-1, +1, -1, +1); local
344 tmat4x4<T, P> Inverse(Inv0 * SignA, Inv1 * SignB, Inv2 * SignA, Inv3 * SignB);