Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c42 a_fmt = fmt_f32(a); in print_inputs()
43 b_fmt = fmt_f32(b); in print_inputs()
44 c_fmt = fmt_f32(c); in print_inputs()
58 r_fmt = fmt_f32(r); in print_result()
H A Dfloat_helpers.h40 char * fmt_f32(float);
H A Dfloat_convs.c40 char *in_fmt = fmt_f32(input); in print_input()
H A Dfloat_convd.c55 out_fmt = fmt_f32(output); in convert_double_to_single()
/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c132 char *fmt_f32(float num) in fmt_f32() function