Home
last modified time | relevance | path

Searched refs:hfa3_float_t (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/tests/
Dfuncretval_test.c202 typedef struct { float f; float g; float h; } hfa3_float_t; typedef
203 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()