Home
last modified time | relevance | path

Searched refs:SIMDE_POWER_ALTIVEC_VECTOR (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/simde/simde-0.7.2/simde/x86/avx512/
H A Dtypes.h106 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
107 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) altivec_u16[4];
108 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) altivec_u32[4];
109 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
110 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed short) altivec_i16[4];
111 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed int) altivec_i32[4];
112 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(float) altivec_f32[4];
166 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
169 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
226 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
[all …]
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/x86/avx512/
H A Dtypes.h106 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
107 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) altivec_u16[4];
108 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) altivec_u32[4];
109 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
110 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed short) altivec_i16[4];
111 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed int) altivec_i32[4];
112 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(float) altivec_f32[4];
166 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
169 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
226 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/x86/avx512/
H A Dtypes.h106 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
107 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) altivec_u16[4];
108 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) altivec_u32[4];
109 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
110 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed short) altivec_i16[4];
111 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed int) altivec_i32[4];
112 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(float) altivec_f32[4];
166 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
169 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(signed char) altivec_i8[4];
226 SIMDE_ALIGN_TO_16 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) altivec_u8[4];
[all …]
/dports/devel/simde/simde-0.7.2/simde/arm/neon/
H A Drshl.h450 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shr; in simde_vrshlq_s8()
451 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vrshlq_s8()
512 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shr; in simde_vrshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vrshlq_s16()
565 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shr; in simde_vrshlq_s32()
566 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vrshlq_s32()
627 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shr; in simde_vrshlq_s64()
628 SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) b_abs; in simde_vrshlq_s64()
686 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u8()
748 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u16()
[all …]
H A Dshl.h409 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shl, a_shr; in simde_vshlq_s8()
410 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_max; in simde_vshlq_s8()
464 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shl, a_shr; in simde_vshlq_s16()
465 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_max; in simde_vshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shl, a_shr; in simde_vshlq_s32()
514 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs, b_max; in simde_vshlq_s32()
571 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shl, a_shr; in simde_vshlq_s64()
624 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vshlq_u8()
672 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vshlq_u16()
719 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vshlq_u32()
[all …]
H A Drev32.h133 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
134 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
137 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
138 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
177 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev32q_s16()
178 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s16()
H A Drev64.h193 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
194 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
197 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
198 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
237 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev64q_s16()
238 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s16()
272 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev64q_s32()
273 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s32()
H A Drev16.h89 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
90 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
93 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
94 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
H A Dtypes.h265 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
266 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
267 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
268 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
269 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
270 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
271 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
274 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
275 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
276 typedef SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;
/dports/biology/bowtie2/simde-no-tests-f6a0b3b/arm/neon/
H A Drshl.h450 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shr; in simde_vrshlq_s8()
451 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vrshlq_s8()
512 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shr; in simde_vrshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vrshlq_s16()
565 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shr; in simde_vrshlq_s32()
566 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vrshlq_s32()
627 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shr; in simde_vrshlq_s64()
628 SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) b_abs; in simde_vrshlq_s64()
686 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u8()
748 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u16()
[all …]
H A Dshl.h409 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shl, a_shr; in simde_vshlq_s8()
410 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_max; in simde_vshlq_s8()
464 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shl, a_shr; in simde_vshlq_s16()
465 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_max; in simde_vshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shl, a_shr; in simde_vshlq_s32()
514 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs, b_max; in simde_vshlq_s32()
571 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shl, a_shr; in simde_vshlq_s64()
624 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vshlq_u8()
672 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vshlq_u16()
719 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vshlq_u32()
[all …]
H A Drev32.h133 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
134 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
137 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
138 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
177 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev32q_s16()
178 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s16()
H A Drev64.h193 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
194 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
197 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
198 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
237 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev64q_s16()
238 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s16()
272 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev64q_s32()
273 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s32()
H A Drev16.h89 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
90 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
93 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
94 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
H A Dtypes.h265 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
266 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
267 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
268 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
269 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
270 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
271 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
274 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
275 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
276 typedef SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/simde/simde/arm/neon/
H A Drshl.h450 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shr; in simde_vrshlq_s8()
451 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vrshlq_s8()
512 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shr; in simde_vrshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vrshlq_s16()
565 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shr; in simde_vrshlq_s32()
566 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vrshlq_s32()
627 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shr; in simde_vrshlq_s64()
628 SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) b_abs; in simde_vrshlq_s64()
686 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u8()
748 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_abs_dec, a_shr; in simde_vrshlq_u16()
[all …]
H A Dshl.h409 SIMDE_POWER_ALTIVEC_VECTOR(signed char) a_shl, a_shr; in simde_vshlq_s8()
410 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs, b_max; in simde_vshlq_s8()
464 SIMDE_POWER_ALTIVEC_VECTOR(signed short) a_shl, a_shr; in simde_vshlq_s16()
465 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs, b_max; in simde_vshlq_s16()
513 SIMDE_POWER_ALTIVEC_VECTOR(signed int) a_shl, a_shr; in simde_vshlq_s32()
514 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs, b_max; in simde_vshlq_s32()
571 SIMDE_POWER_ALTIVEC_VECTOR(signed long long) a_shl, a_shr; in simde_vshlq_s64()
624 SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) b_abs; in simde_vshlq_u8()
672 SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) b_abs; in simde_vshlq_u16()
719 SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) b_abs; in simde_vshlq_u32()
[all …]
H A Drev32.h133 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
134 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
137 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev32q_s8()
138 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s8()
177 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev32q_s16()
178 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev32q_s16()
H A Drev64.h193 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
194 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
197 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev64q_s8()
198 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s8()
237 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev64q_s16()
238 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s16()
272 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed int), in simde_vrev64q_s32()
273 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed long long), in simde_vrev64q_s32()
H A Drev16.h89 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
90 … vec_revb(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
93 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed char), in simde_vrev16q_s8()
94 … vec_reve(HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(signed short), in simde_vrev16q_s8()
H A Dtypes.h265 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
266 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
267 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
268 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
269 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
270 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
271 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
274 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
275 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
276 typedef SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;
H A Dceq.h330 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned int), vec_cmpeq(a, b)); in simde_vceqq_f32()
364 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long), vec_cmpeq(a, b)); in simde_vceqq_f64()
398 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned char), vec_cmpeq(a, b)); in simde_vceqq_s8()
432 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned short), vec_cmpeq(a, b)); in simde_vceqq_s16()
466 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned int), vec_cmpeq(a, b)); in simde_vceqq_s32()
500 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long), vec_cmpeq(a, b)); in simde_vceqq_s64()
532 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned char), vec_cmpeq(a, b)); in simde_vceqq_u8()
564 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned short), vec_cmpeq(a, b)); in simde_vceqq_u16()
596 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned int), vec_cmpeq(a, b)); in simde_vceqq_u32()
628 return HEDLEY_REINTERPRET_CAST(SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long), vec_cmpeq(a, b)); in simde_vceqq_u64()
/dports/biology/vcflib/vcflib-1.0.2/src/simde/arm/neon/
H A Dtypes.h224 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
225 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
226 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
227 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
228 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
229 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
230 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
231 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
232 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
235 typedef SIMDE_ALIGN(16) SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/simde/arm/neon/
H A Dtypes.h224 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
225 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
226 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
227 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
228 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
229 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
230 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
231 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
232 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
235 typedef SIMDE_ALIGN(16) SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;
/dports/biology/hhsuite/hh-suite-3.3.0/lib/simde/simde/arm/neon/
H A Dtypes.h244 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed char) simde_int8x16_t;
245 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed short) simde_int16x8_t;
246 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed int) simde_int32x4_t;
247 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned char) simde_uint8x16_t;
248 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned short) simde_uint16x8_t;
249 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned int) simde_uint32x4_t;
250 typedef SIMDE_POWER_ALTIVEC_VECTOR(float) simde_float32x4_t;
253 typedef SIMDE_POWER_ALTIVEC_VECTOR(signed long long) simde_int64x2_t;
254 typedef SIMDE_POWER_ALTIVEC_VECTOR(unsigned long long) simde_uint64x2_t;
255 typedef SIMDE_ALIGN(16) SIMDE_POWER_ALTIVEC_VECTOR(double) simde_float64x2_t;

123456