Searched refs:Mul01 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 187 __m128 Mul01 = _mm_mul_ps(Swp02, Swp03); in glm_mat4_determinant_highp() local 188 Fac0 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 207 __m128 Mul01 = _mm_mul_ps(Swp02, Swp03); in glm_mat4_determinant_highp() local 208 Fac1 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 228 __m128 Mul01 = _mm_mul_ps(Swp02, Swp03); in glm_mat4_determinant_highp() local 229 Fac2 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 248 __m128 Mul01 = _mm_mul_ps(Swp02, Swp03); in glm_mat4_determinant_highp() local 249 Fac3 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() 268 __m128 Mul01 = _mm_mul_ps(Swp02, Swp03); in glm_mat4_determinant_highp() local 269 Fac4 = _mm_sub_ps(Mul00, Mul01); in glm_mat4_determinant_highp() [all …]
|