Searched refs:double_subnormal (Results 1 – 1 of 1) sorted by relevance
77 static double double_subnormal() { in double_subnormal() function123 ASSERT_EQ(FP_SUBNORMAL, fpclassify(double_subnormal())); in TEST()169 ASSERT_FALSE(isnormal(double_subnormal())); in TEST()199 ASSERT_EQ(FP_SUBNORMAL, __fpclassify(double_subnormal())); in TEST()211 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyd(double_subnormal())); in TEST()389 ASSERT_FALSE(__isnormal(double_subnormal())); in TEST()