Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dcommon.h92 glm_ivec4 const sgn0 = _mm_srai_epi32(x, 31); in glm_ivec4_abs()
93 glm_ivec4 const inv0 = _mm_xor_si128(x, sgn0); in glm_ivec4_abs()
94 glm_ivec4 const sub0 = _mm_sub_epi32(inv0, sgn0); in glm_ivec4_abs()
115 glm_vec4 const sgn0 = _mm_castsi128_ps(_mm_set1_epi32(0x80000000)); in glm_vec4_round()
116 glm_vec4 const and0 = _mm_and_ps(sgn0, x); in glm_vec4_round()
147 glm_vec4 const sgn0 = _mm_castsi128_ps(_mm_set1_epi32(0x80000000)); in glm_vec4_roundEven() local
148 glm_vec4 const and0 = _mm_and_ps(sgn0, x); in glm_vec4_roundEven()
Dgeometric.h88 glm_vec4 const sgn0 = glm_vec4_sign(dot0); in glm_vec4_faceforward() local
89 glm_vec4 const mul0 = _mm_mul_ps(sgn0, _mm_set1_ps(-1.0f)); in glm_vec4_faceforward()