Searched refs:float_subnormal (Results 1 – 1 of 1) sorted by relevance
62 float float_subnormal() { in float_subnormal() function113 ASSERT_EQ(FP_SUBNORMAL, fpclassify(float_subnormal())); in TEST()153 ASSERT_FALSE(isnormal(float_subnormal())); in TEST()188 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal())); in TEST()283 ASSERT_FALSE(__isnormalf(float_subnormal())); in TEST()