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

/bionic/tests/
H A Dmath_test.cpp1011 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); local
1012 ASSERT_DOUBLE_EQ(smallest_positive, nextafterl(0.0L, 1.0L));
1032 long double smallest_positive = ldexpl(1.0L, LDBL_MIN_EXP - LDBL_MANT_DIG); local
1033 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L));

Completed in 47 milliseconds