Searched refs:QUARTER_SIZE (Results 1 – 2 of 2) sorted by relevance
102 # define QUARTER_SIZE (VEC_SIZE / 4) macro104 # define QUARTER_SIZE 16 macro106 typedef typeof((vec_t){}[0]) __attribute__((vector_size(QUARTER_SIZE))) quarter_t;107 typedef char __attribute__((vector_size(QUARTER_SIZE))) vqi_quarter_t;108 typedef short __attribute__((vector_size(QUARTER_SIZE))) vhi_quarter_t;109 typedef int __attribute__((vector_size(QUARTER_SIZE))) vsi_quarter_t;110 typedef long long __attribute__((vector_size(QUARTER_SIZE))) vdi_quarter_t;
1132 # if !defined(low_quarter) && defined(QUARTER_SIZE)1135 # if QUARTER_SIZE < VEC_SIZE in low_quarter()
Completed in 7 milliseconds