Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp63 static float float_subnormal() { in float_subnormal() function
117 ASSERT_EQ(FP_SUBNORMAL, fpclassify(float_subnormal())); in TEST()
163 ASSERT_FALSE(isnormal(float_subnormal())); in TEST()
215 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal())); in TEST()
433 ASSERT_FALSE(__isnormalf(float_subnormal())); in TEST()
442 ASSERT_FALSE(isnormalf(float_subnormal())); in TEST()