Home
last modified time | relevance | path

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

/bionic/tests/
Dmath_test.cpp1329 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST() local
1330 ASSERT_DOUBLE_EQ(smallest_positive, nextafterl(0.0L, 1.0L)); in TEST()
1331 ASSERT_DOUBLE_EQ(-smallest_positive, nextafterl(0.0L, -1.0L)); in TEST()
1350 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); in TEST() local
1351 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); in TEST()
1352 ASSERT_DOUBLE_EQ(-smallest_positive, nexttowardl(0.0L, -1.0L)); in TEST()