Searched refs:hfa4_float128_t (Results 1 – 1 of 1) sorted by relevance
329 typedef struct { __float128 f; __float128 g; __float128 h; __float128 i; } hfa4_float128_t; typedef330 hfa4_float128_t fun_hfa4_float128 (void) { in fun_hfa4_float128()331 hfa4_float128_t ret = { 4.5, 9.5, 3.5, 1.5 }; in fun_hfa4_float128()