Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c861 void test_fcvt(double a) in test_fcvt() function
1032 test_fcvt(0.5); in test_floats()
1033 test_fcvt(-0.5); in test_floats()
1034 test_fcvt(1.0/7.0); in test_floats()
1035 test_fcvt(-1.0/9.0); in test_floats()
1036 test_fcvt(32768); in test_floats()
1037 test_fcvt(-1e20); in test_floats()
1038 test_fcvt(-1.0/0.0); in test_floats()
1039 test_fcvt(1.0/0.0); in test_floats()
1040 test_fcvt(q_nan.d); in test_floats()