Searched refs:nfa5_long_double_a_t (Results 1 – 1 of 1) sorted by relevance
304 typedef struct { long double f[5]; } nfa5_long_double_a_t; typedef305 nfa5_long_double_a_t fun_nfa5_long_double_a (void) { in fun_nfa5_long_double_a()306 nfa5_long_double_a_t ret = { { 3.0, 4.0, 5.0, 6.0, 7.0 } }; in fun_nfa5_long_double_a()