Home
last modified time | relevance | path

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