Searched refs:hfa3_float128_t (Results 1 – 1 of 1) sorted by relevance
323 typedef struct { __float128 f; __float128 g; __float128 h; } hfa3_float128_t; typedef324 hfa3_float128_t fun_hfa3_float128 (void) { in fun_hfa3_float128()325 hfa3_float128_t ret = { 4.5, 9.5, 12.5 }; in fun_hfa3_float128()