Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c202 uint64_t double_as_hex = *(uint64_t *) # in fmt_f64() local
204 asprintf(&fmt, "f64(%02.20a:%#020" PRIx64 ")", num, double_as_hex); in fmt_f64()
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c37 uint64_t double_as_hex = *(uint64_t *) # in print_double_number() local
42 i, num, double_as_hex, flags, fstr); in print_double_number()