Searched refs:hfa2_long_double_t (Results 1 – 1 of 1) sorted by relevance
178 typedef struct { long double f; long double g; } hfa2_long_double_t; typedef179 hfa2_long_double_t fun_hfa2_long_double (void) { in fun_hfa2_long_double()180 hfa2_long_double_t ret = { 3.0, 4.5 }; in fun_hfa2_long_double()