Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h117 glm_vec4 const mul4 = _mm_mul_ps(mad0, N); 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.inl29 __m128 const mul4 = _mm_mul_ps(mul0, _mm_set_ps(1.0f, -1.0f, 1.0f, 1.0f));
30 __m128 const add0 = _mm_add_ps(mul0, _mm_movehl_ps(mul4, mul4));