Home
last modified time | relevance | path

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

/qemu/tests/fp/
H A Dfp-test.c191 ab_f128M_z_bool true_ab_f128M_z_bool; in do_testfloat() local
729 true_ab_f128M_z_bool = slow_f128M_eq; in do_testfloat()
733 true_ab_f128M_z_bool = slow_f128M_le; in do_testfloat()
737 true_ab_f128M_z_bool = slow_f128M_lt; in do_testfloat()
741 true_ab_f128M_z_bool = slow_f128M_eq_signaling; in do_testfloat()
745 true_ab_f128M_z_bool = slow_f128M_le_quiet; in do_testfloat()
749 true_ab_f128M_z_bool = slow_f128M_lt_quiet; in do_testfloat()
752 test_ab_f128_z_bool(true_ab_f128M_z_bool, subj_ab_f128M_z_bool); in do_testfloat()