Lines Matching refs:IGNORE
62 #define IGNORE 0 macro
81 testall(INFINITY, IGNORE, FE_INVALID); in run_tests()
82 testall(NAN, IGNORE, FE_INVALID); in run_tests()
86 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID); in run_tests()
90 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID); in run_tests()
91 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests()
93 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests()
99 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests()
100 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests()
104 test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in run_tests()
105 test(lrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in run_tests()
108 test(lrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in run_tests()
109 test(lrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in run_tests()
118 test(llrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in run_tests()
119 test(llrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in run_tests()
122 test(llrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in run_tests()
123 test(llrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in run_tests()