Searched refs:hfa3_long_double_a_t (Results 1 – 1 of 1) sorted by relevance
232 typedef struct { long double f[3]; } hfa3_long_double_a_t; typedef233 hfa3_long_double_a_t fun_hfa3_long_double_a (void) { in fun_hfa3_long_double_a()234 hfa3_long_double_a_t ret = { { 3.0, 4.0, 5.0 } }; in fun_hfa3_long_double_a()