Searched refs:hfa3_float_t (Results 1 – 1 of 1) sorted by relevance
202 typedef struct { float f; float g; float h; } hfa3_float_t; typedef203 hfa3_float_t fun_hfa3_float (void) { in fun_hfa3_float()204 hfa3_float_t ret = { 1.5, 3.0, 4.5 }; in fun_hfa3_float()