Home
last modified time | relevance | path

Searched refs:a_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
42 a_fmt = fmt_f32(a); in print_inputs()
46 printf("op : %s * %s + %s\n", a_fmt, b_fmt, c_fmt); in print_inputs()
48 free(a_fmt); in print_inputs()