Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c134 uint32_t single_as_hex = *(uint32_t *) # in fmt_f32() local
136 asprintf(&fmt, "f32(%02.20a:%#010x)", num, single_as_hex); in fmt_f32()
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c47 uint32_t single_as_hex = *(uint32_t *) # in print_single_number() local
52 i, num, single_as_hex, flags, fstr); in print_single_number()