Home
last modified time | relevance | path

Searched refs:vgt_vi2_vi2_vi2 (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/atan2f/
H A Datan2_vec.h108 (~vgt_vi2_vi2_vi2(vreinterpret_vi2_vf(x), vcast_vi2_i(-1))) & in atan2_vec()
123 ~vgt_vi2_vi2_vi2(vreinterpret_vi2_vf(x), vcast_vi2_i(-1)) & in atan2_vec()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dhelperneon32.h173 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return (vint2)vcgeq_s32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperadvsimd.h284 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelpersse2.h346 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx2.h314 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm256_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx2_128.h295 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx512f.h377 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelperavx.h433 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelpervecext.h751 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return x > y; } in vgt_vi2_vi2_vi2() function
/dports/math/sleef/sleef-3.5.0/src/arch/
H A Dhelperneon32.h222 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return (vint2)vcgtq_s32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelpers390x_128.h361 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return vec_cmpgt(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx2.h341 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm256_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx2_128.h323 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelpersse2.h361 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperpower_128.h523 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) in vgt_vi2_vi2_vi2() function
H A Dhelperpurec_scalar.h389 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return (int32_t)x > (int32_t)y ? ~(uint3… in vgt_vi2_vi2_vi2() function
H A Dhelperavx512f.h427 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelperavx.h461 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelperadvsimd.h329 static INLINE VECTOR_CC vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelpersve.h576 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
H A Dhelpervecext.h756 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return x > y; } in vgt_vi2_vi2_vi2() function
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dhelperavx2.h322 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm256_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx2_128.h301 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { return _mm_cmpgt_epi32(x, y); } in vgt_vi2_vi2_vi2() function
H A Dhelperavx512f.h375 static INLINE vint2 vgt_vi2_vi2_vi2(vint2 x, vint2 y) { in vgt_vi2_vi2_vi2() function
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsimdsp.c102 m = vand_vi2_vi2_vi2(vgt_vi2_vi2_vi2(m, vcast_vi2_i(0)), m); in vldexp_vf_vf_vi2()
103 vint2 n = vgt_vi2_vi2_vi2(m, vcast_vi2_i(0xff)); in vldexp_vf_vf_vi2()
122 vint2 mask = vgt_vi2_vi2_vi2(min, q1); in xldexpf()

12