Searched refs:hfa1_long_double_t (Results 1 – 1 of 1) sorted by relevance
142 typedef struct { long double f; } hfa1_long_double_t; typedef143 hfa1_long_double_t fun_hfa1_long_double (void) { in fun_hfa1_long_double()144 hfa1_long_double_t ret = { 3.0 }; in fun_hfa1_long_double()