Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c537 GString *double_actual = g_string_new(""); in test_primitive_lists() local
545 g_string_printf(double_actual, "%.6f", ptr->value); in test_primitive_lists()
546 g_assert_cmpstr(double_actual->str, ==, double_expected->str); in test_primitive_lists()
548 g_string_free(double_actual, true); in test_primitive_lists()