Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp71 double double_subnormal() { in double_subnormal() function
114 ASSERT_EQ(FP_SUBNORMAL, fpclassify(double_subnormal())); in TEST()
154 ASSERT_FALSE(isnormal(double_subnormal())); in TEST()
180 ASSERT_EQ(FP_SUBNORMAL, __fpclassifyd(double_subnormal())); in TEST()
274 ASSERT_FALSE(__isnormal(double_subnormal())); in TEST()