Searched refs:hfa4_float_t (Results 1 – 1 of 1) sorted by relevance
238 typedef struct { float f; float g; float h; float i; } hfa4_float_t; typedef239 hfa4_float_t fun_hfa4_float (void) { in fun_hfa4_float()240 hfa4_float_t ret = { 1.5, 3.5, 4.5, 9.5 }; in fun_hfa4_float()