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

/bionic/tests/
H A Dmath_test.cpp65 double double_subnormal() { function
108 ASSERT_EQ(FP_SUBNORMAL, fpclassify(double_subnormal()));
148 ASSERT_FALSE(isnormal(double_subnormal()));
172 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyd(double_subnormal()));
280 ASSERT_FALSE(__isnormal(double_subnormal()));

Completed in 511 milliseconds