Searched refs:hfa1_float128_t (Results 1 – 1 of 1) sorted by relevance
311 typedef struct { __float128 f; } hfa1_float128_t; typedef312 hfa1_float128_t fun_hfa1_float128 (void) { in fun_hfa1_float128()313 hfa1_float128_t ret = { 4.5 }; in fun_hfa1_float128()