Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c813 void test_fcmp(double a, double b) in test_fcmp() function
1025 test_fcmp(2, -1); in test_floats()
1026 test_fcmp(2, 2); in test_floats()
1027 test_fcmp(2, 3); in test_floats()
1028 test_fcmp(2, q_nan.d); in test_floats()
1029 test_fcmp(q_nan.d, -1); in test_floats()
1030 test_fcmp(-1.0/0.0, -1); in test_floats()
1031 test_fcmp(1.0/0.0, -1); in test_floats()