Searched refs:hfa2_float128_t (Results 1 – 1 of 1) sorted by relevance
317 typedef struct { __float128 f; __float128 g; } hfa2_float128_t; typedef318 hfa2_float128_t fun_hfa2_float128 (void) { in fun_hfa2_float128()319 hfa2_float128_t ret = { 4.5, 9.5 }; in fun_hfa2_float128()