Searched refs:fixed_float16_t (Results 1 – 4 of 4) sorted by relevance
23 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef85 fixed_float16_t global_f16;106 fixed_float16_t global_arr_f16[3];127 fixed_float16_t local_f16; in f()142 fixed_float16_t local_arr_f16[3]; in f()
33 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef51 auto &ff16 = typeid(fixed_float16_t);
29 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef100 void f9(S<fixed_float16_t>) {} in f9() argument
44 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef195 _Static_assert(sizeof(fixed_float16_t) == VECTOR_SIZE, "");219 _Static_assert(__alignof__(fixed_float16_t) == VECTOR_ALIGN, "");382 TEST_OPS(fixed_float16_t)