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

/vbox/src/recompiler/tests/
H A Dtest-i386.c854 void test_fcvt(double a) function
1025 test_fcvt(0.5);
1026 test_fcvt(-0.5);
1027 test_fcvt(1.0/7.0);
1028 test_fcvt(-1.0/9.0);
1029 test_fcvt(32768);
1030 test_fcvt(-1e20);
1031 test_fcvt(-1.0/0.0);
1032 test_fcvt(1.0/0.0);
1033 test_fcvt(q_na
[all...]

Completed in 47 milliseconds