Home | History | Annotate | Download | only in tests

Lines Matching refs:__isnormall

289 TEST(math, __isnormall) {
291 ASSERT_TRUE(__isnormall(123.0L));
292 ASSERT_FALSE(__isnormall(ldouble_subnormal()));
294 GTEST_LOG_(INFO) << "glibc doesn't have __isnormall.\n";