Searched refs:hfa3_long_double_t (Results 1 – 1 of 1) sorted by relevance
214 typedef struct { long double f; long double g; long double h; } hfa3_long_double_t; typedef215 hfa3_long_double_t fun_hfa3_long_double (void) { in fun_hfa3_long_double()216 hfa3_long_double_t ret = { 3.0, 4.5, 9.5 }; in fun_hfa3_long_double()