Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h118 glm_vec4 const mul5 = _mm_mul_ps(eta, I); in glm_vec4_refract() local
119 glm_vec4 const sub2 = _mm_sub_ps(mul5, mul4); in glm_vec4_refract()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion_simd.inl33 __m128 const mul5 = _mm_mul_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f));
34 __m128 const add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul5, mul5));