Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp69 static float float_subnormal() { in float_subnormal() function
123 ASSERT_EQ(FP_SUBNORMAL, fpclassify(float_subnormal())); in TEST()
169 ASSERT_FALSE(isnormal(float_subnormal())); in TEST()
221 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(float_subnormal())); in TEST()
439 ASSERT_FALSE(__isnormalf(float_subnormal())); in TEST()
448 ASSERT_FALSE(isnormalf(float_subnormal())); in TEST()