Searched refs:hfa1_long_double_a_t (Results 1 – 1 of 1) sorted by relevance
160 typedef struct { long double f[1]; } hfa1_long_double_a_t; typedef161 hfa1_long_double_a_t fun_hfa1_long_double_a (void) { in fun_hfa1_long_double_a()162 hfa1_long_double_a_t ret = { { 3.0 } }; in fun_hfa1_long_double_a()