Searched refs:float_subnormal (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dmath_test.cpp56 float float_subnormal() { function
107 ASSERT_EQ(FP_SUBNORMAL, fpclassify(float_subnormal()));
147 ASSERT_FALSE(isnormal(float_subnormal()));
184 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal()));
289 ASSERT_FALSE(__isnormalf(float_subnormal()));

Completed in 115 milliseconds