Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c40 char *a_fmt, *b_fmt, *c_fmt; in print_inputs() local
44 c_fmt = fmt_f32(c); in print_inputs()
46 printf("op : %s * %s + %s\n", a_fmt, b_fmt, c_fmt); in print_inputs()
50 free(c_fmt); in print_inputs()