| H A D | lrint_test.c | 64 #define IGNORE 0 macro 83 testall(INFINITY, IGNORE, FE_INVALID); in run_tests() 84 testall(NAN, IGNORE, FE_INVALID); in run_tests() 88 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID); in run_tests() 92 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID); in run_tests() 93 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests() 95 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 101 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests() 102 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 106 test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in run_tests() [all …]
|