Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-test.c183 ab_f64_z_bool true_ab_f64_z_bool; in do_testfloat() local
532 true_ab_f64_z_bool = slow_f64_eq; in do_testfloat()
536 true_ab_f64_z_bool = slow_f64_le; in do_testfloat()
540 true_ab_f64_z_bool = slow_f64_lt; in do_testfloat()
544 true_ab_f64_z_bool = slow_f64_eq_signaling; in do_testfloat()
548 true_ab_f64_z_bool = slow_f64_le_quiet; in do_testfloat()
552 true_ab_f64_z_bool = slow_f64_lt_quiet; in do_testfloat()
555 test_ab_f64_z_bool(true_ab_f64_z_bool, subj_ab_f64_z_bool); in do_testfloat()