Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp76 long double ldouble_subnormal() { in ldouble_subnormal() function
111 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal())); in TEST()
151 ASSERT_FALSE(isnormal(ldouble_subnormal())); in TEST()
198 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal())); in TEST()
300 ASSERT_FALSE(__isnormall(ldouble_subnormal())); in TEST()