Searched refs:VECTOR_SIZE (Results 1 – 1 of 1) sorted by relevance
181 #define VECTOR_SIZE ((N / 8)) macro184 _Static_assert(sizeof(fixed_int8_t) == VECTOR_SIZE, "");186 _Static_assert(sizeof(fixed_int16_t) == VECTOR_SIZE, "");187 _Static_assert(sizeof(fixed_int32_t) == VECTOR_SIZE, "");188 _Static_assert(sizeof(fixed_int64_t) == VECTOR_SIZE, "");190 _Static_assert(sizeof(fixed_uint8_t) == VECTOR_SIZE, "");191 _Static_assert(sizeof(fixed_uint16_t) == VECTOR_SIZE, "");192 _Static_assert(sizeof(fixed_uint32_t) == VECTOR_SIZE, "");193 _Static_assert(sizeof(fixed_uint64_t) == VECTOR_SIZE, "");195 _Static_assert(sizeof(fixed_float16_t) == VECTOR_SIZE, "");[all …]