Searched refs:ldouble_subnormal (Results 1 – 1 of 1) sorted by relevance
86 static long double ldouble_subnormal() { in ldouble_subnormal() function124 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal())); in TEST()170 ASSERT_FALSE(isnormal(ldouble_subnormal())); in TEST()229 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal())); in TEST()416 ASSERT_FALSE(__isnormall(ldouble_subnormal())); in TEST()425 ASSERT_FALSE(isnormall(ldouble_subnormal())); in TEST()