Home | History | Annotate | Download | only in tests

Lines Matching defs:__isfinitel

221 TEST(math, __isfinitel) {
223 #define __isfinitel __finitel
225 ASSERT_TRUE(__isfinitel(123.0L));
226 ASSERT_FALSE(__isfinitel(HUGE_VALL));