Searched refs:mul4 (Results 1 – 2 of 2) sorted by relevance
117 glm_vec4 const mul4 = _mm_mul_ps(mad0, N); in glm_vec4_refract() local119 glm_vec4 const sub2 = _mm_sub_ps(mul5, mul4); in glm_vec4_refract()
29 __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));