Searched refs:mixed_hfa3_dcd_t (Results 1 – 1 of 1) sorted by relevance
807 typedef struct { double b; double _Complex a; } mixed_hfa3_dcd_t; typedef808 mixed_hfa3_dcd_t fun_mixed_hfa3_dcd (void) { in fun_mixed_hfa3_dcd()809 mixed_hfa3_dcd_t ret = { 3.5, 1.5 + 2.5i }; in fun_mixed_hfa3_dcd()