Searched refs:mixed_hfa3_ldcld_t (Results 1 – 1 of 1) sorted by relevance
813 typedef struct { long double b; long double _Complex a; } mixed_hfa3_ldcld_t; typedef814 mixed_hfa3_ldcld_t fun_mixed_hfa3_ldcld (void) { in fun_mixed_hfa3_ldcld()815 mixed_hfa3_ldcld_t ret = { 3.5, 1.5 + 2.5i }; in fun_mixed_hfa3_ldcld()