Searched refs:test_fcvt (Results 1 – 1 of 1) sorted by relevance
861 void test_fcvt(double a) in test_fcvt() function1032 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()