Searched defs:test_fcmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c806 void test_fcmp(double a, double b) function
1018 test_fcmp(2, -1);
1019 test_fcmp(2, 2);
1020 test_fcmp(2, 3);
1021 test_fcmp(2, q_nan.d);
1022 test_fcmp(q_nan.d, -1);
1023 test_fcmp(-1.0/0.0, -1);
1024 test_fcmp(1.0/0.0, -1);

Completed in 37 milliseconds