Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/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()
/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc49 char *sgn0 = w0 < 0 ? n : p; in cos_text_sse2() local
51 snprintf(text, size, "cospi_%s%02d_%s%02d", sgn0, idx0, sgn1, idx1); in cos_text_sse2()
288 int sgn0 = w0 < 0 ? 1 : 0; in gen_cospi_list_sse2() local
291 if (!visited[idx0][idx1][sgn0][sgn1]) { in gen_cospi_list_sse2()
292 visited[idx0][idx1][sgn0][sgn1] = 1; in gen_cospi_list_sse2()
306 int sgn0 = w0 < 0 ? 1 : 0; in gen_cospi_list_sse2() local
309 if (!visited[idx1][idx0][sgn1][sgn0]) { in gen_cospi_list_sse2()
310 visited[idx1][idx0][sgn1][sgn0] = 1; in gen_cospi_list_sse2()
321 int sgn0 = w0 < 0 ? 1 : 0; in gen_cospi_list_sse2() local
324 if (!visited[idx0][idx1][sgn0][sgn1]) { in gen_cospi_list_sse2()
[all …]