Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_helpers.h41 char * fmt_f64(double);
H A Dfloat_convs.c55 out_fmt = fmt_f64(output); in convert_single_to_double()
H A Dfloat_convd.c40 char *in_fmt = fmt_f64(input); in print_input()
/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c200 char *fmt_f64(double num) in fmt_f64() function