Searched refs:hfa2_long_double_a_t (Results 1 – 1 of 1) sorted by relevance
196 typedef struct { long double f[2]; } hfa2_long_double_a_t; typedef197 hfa2_long_double_a_t fun_hfa2_long_double_a (void) { in fun_hfa2_long_double_a()198 hfa2_long_double_a_t ret = { { 3.0, 4.0 } }; in fun_hfa2_long_double_a()