Searched refs:hfa2_float_t (Results 1 – 1 of 1) sorted by relevance
166 typedef struct { float f; float g; } hfa2_float_t; typedef167 hfa2_float_t fun_hfa2_float (void) { in fun_hfa2_float()168 hfa2_float_t ret = { 1.5, 3.0 }; in fun_hfa2_float()