Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp1288 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST() local
1289 ASSERT_DOUBLE_EQ(smallest_positive, nextafterl(0.0L, 1.0L)); in TEST()
1290 ASSERT_DOUBLE_EQ(-smallest_positive, nextafterl(0.0L, -1.0L)); in TEST()
1309 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST() local
1310 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); in TEST()
1311 ASSERT_DOUBLE_EQ(-smallest_positive, nexttowardl(0.0L, -1.0L)); in TEST()