Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp80 long double ldouble_subnormal() { in ldouble_subnormal() function
115 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal())); in TEST()
155 ASSERT_FALSE(isnormal(ldouble_subnormal())); in TEST()
196 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal())); in TEST()
292 ASSERT_FALSE(__isnormall(ldouble_subnormal())); in TEST()