Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-test.c179 ab_f32_z_bool true_ab_f32_z_bool; in do_testfloat() local
435 true_ab_f32_z_bool = slow_f32_eq; in do_testfloat()
439 true_ab_f32_z_bool = slow_f32_le; in do_testfloat()
443 true_ab_f32_z_bool = slow_f32_lt; in do_testfloat()
447 true_ab_f32_z_bool = slow_f32_eq_signaling; in do_testfloat()
451 true_ab_f32_z_bool = slow_f32_le_quiet; in do_testfloat()
455 true_ab_f32_z_bool = slow_f32_lt_quiet; in do_testfloat()
458 test_ab_f32_z_bool(true_ab_f32_z_bool, subj_ab_f32_z_bool); in do_testfloat()