Searched refs:ldouble_subnormal (Results 1 – 1 of 1) sorted by relevance
76 long double ldouble_subnormal() { in ldouble_subnormal() function111 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal())); in TEST()151 ASSERT_FALSE(isnormal(ldouble_subnormal())); in TEST()198 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal())); in TEST()300 ASSERT_FALSE(__isnormall(ldouble_subnormal())); in TEST()