Searched refs:mixed_hfa2_fltsht_t (Results 1 – 1 of 1) sorted by relevance
819 typedef struct { vec_float_8_t a; vec_short_8_t b; } mixed_hfa2_fltsht_t; typedef820 mixed_hfa2_fltsht_t fun_mixed_hfa2_fltsht_t (void) { in fun_mixed_hfa2_fltsht_t()821 mixed_hfa2_fltsht_t ret = { { 3.5, 4.5 }, { 1, 2, 3, 4 } }; in fun_mixed_hfa2_fltsht_t()