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

/bionic/tests/
H A Dmath_test.cpp74 long double ldouble_subnormal() { function
109 ASSERT_EQ(FP_SUBNORMAL, fpclassify(ldouble_subnormal()));
149 ASSERT_FALSE(isnormal(ldouble_subnormal()));
196 EXPECT_EQ(FP_SUBNORMAL, __fpclassifyl(ldouble_subnormal()));
298 ASSERT_FALSE(__isnormall(ldouble_subnormal()));

Completed in 761 milliseconds