Home
last modified time | relevance | path

Searched refs:mul1 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h72 glm_vec4 const mul1 = _mm_mul_ps(swp1, swp2); in glm_vec4_cross() local
73 glm_vec4 const sub0 = _mm_sub_ps(mul0, mul1); in glm_vec4_cross()
90 glm_vec4 const mul1 = _mm_mul_ps(N, mul0); in glm_vec4_faceforward() local
91 return mul1; in glm_vec4_faceforward()
98 glm_vec4 const mul1 = _mm_mul_ps(mul0, _mm_set1_ps(2.0f)); in glm_vec4_reflect() local
99 glm_vec4 const sub0 = _mm_sub_ps(I, mul1); in glm_vec4_reflect()
107 glm_vec4 const mul1 = _mm_mul_ps(dot0, dot0); in glm_vec4_refract() local
109 glm_vec4 const sub1 = _mm_sub_ps(_mm_set1_ps(1.0f), mul1); in glm_vec4_refract()
Dcommon.h213 glm_vec4 const mul1 = glm_vec4_mul(clp0, clp0); in glm_vec4_smoothstep() local
214 glm_vec4 const mul2 = glm_vec4_mul(mul1, sub2); in glm_vec4_smoothstep()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion_simd.inl19 …__m128 const mul1 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(1, 0, 3, 2)));
25 __m128 const add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff);
33 __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));
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.inl121 __m128 mul1 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(1, 0, 3, 2))); local
127 __m128 add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff);
135 mul1 = _mm_mul_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f));
136 __m128 add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul1, mul1));