Searched refs:HALF_SIZE (Results 1 – 2 of 2) sorted by relevance
96 # define HALF_SIZE (VEC_SIZE / 2) macro98 # define HALF_SIZE 16 macro100 typedef typeof((vec_t){}[0]) __attribute__((vector_size(HALF_SIZE))) half_t;101 typedef char __attribute__((vector_size(HALF_SIZE))) vqi_half_t;102 typedef short __attribute__((vector_size(HALF_SIZE))) vhi_half_t;103 typedef int __attribute__((vector_size(HALF_SIZE))) vsi_half_t;104 typedef long long __attribute__((vector_size(HALF_SIZE))) vdi_half_t;106 typedef _Float16 __attribute__((vector_size(HALF_SIZE))) vhf_half_t;108 typedef float __attribute__((vector_size(HALF_SIZE))) vsf_half_t;
1210 # if !defined(low_half) && defined(HALF_SIZE)1213 # if HALF_SIZE < VEC_SIZE in low_half()
Completed in 10 milliseconds