Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dfuncretval_test.c238 typedef struct { float f; float g; float h; float i; } hfa4_float_t; typedef
239 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()