Searched refs:ldouble_subnormal (Results 1 – 1 of 1) sorted by relevance
81 static long double ldouble_subnormal() { in ldouble_subnormal() function119 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal())); in TEST()165 ASSERT_FALSE(isnormal(ldouble_subnormal())); in TEST()224 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal())); in TEST()451 ASSERT_FALSE(__isnormall(ldouble_subnormal())); in TEST()460 ASSERT_FALSE(isnormall(ldouble_subnormal())); in TEST()