Home
last modified time | relevance | path

Searched refs:nextafterl (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/src/math/
Dfmal.c91 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_adjusted()
123 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_and_denormalize()
215 return (nextafterl(z, 0)); in fmal()
222 return (nextafterl(z, -INFINITY)); in fmal()
227 return (nextafterl(z, INFINITY)); in fmal()
Dnextafterl.c4 long double nextafterl(long double x, long double y) in nextafterl() function
9 long double nextafterl(long double x, long double y) in nextafterl() function
45 long double nextafterl(long double x, long double y) in nextafterl() function
Dnexttowardl.c5 return nextafterl(x, y); in nexttowardl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c91 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_adjusted()
123 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); in add_and_denormalize()
215 return (nextafterl(z, 0)); in fmal()
222 return (nextafterl(z, -INFINITY)); in fmal()
227 return (nextafterl(z, INFINITY)); in fmal()
Dnextafterl.c4 long double nextafterl(long double x, long double y) in nextafterl() function
9 long double nextafterl(long double x, long double y) in nextafterl() function
45 long double nextafterl(long double x, long double y) in nextafterl() function
Dnexttowardl.c5 return nextafterl(x, y); in nexttowardl()
/third_party/boost/libs/math/test/
Dtest_tr1.c798 check(nextafterl(1.0L, 2.0L) > 1.0L, __LINE__); in test_valuesl()
799 check(nextafterl(1.0L, -2.0L) < 1.0L, __LINE__); in test_valuesl()
800 check(nextafterl(nextafterl(1.0L, 2.0L), -2.0L) == 1.0L, __LINE__); in test_valuesl()
801 check(nextafterl(nextafterl(1.0L, -2.0L), 2.0L) == 1.0L, __LINE__); in test_valuesl()
802 check(nextafterl(1.0L, 2.0L) > 1.0L, __LINE__); in test_valuesl()
803 check(nextafterl(1.0L, -2.0L) < 1.0L, __LINE__); in test_valuesl()
804 check(nextafterl(nextafterl(1.0L, 2.0L), -2.0L) == 1.0L, __LINE__); in test_valuesl()
805 check(nextafterl(nextafterl(1.0L, -2.0L), 2.0L) == 1.0L, __LINE__); in test_valuesl()
Dtest_tr1.cpp1045 BOOST_CHECK(tr1::nextafterl(1.0L, 2.0L) > 1.0L); in test_values()
1046 BOOST_CHECK(tr1::nextafterl(1.0L, -2.0L) < 1.0L); in test_values()
1047 BOOST_CHECK(tr1::nextafterl(tr1::nextafterl(1.0L, 2.0L), -2.0L) == 1.0L); in test_values()
1048 BOOST_CHECK(tr1::nextafterl(tr1::nextafterl(1.0L, -2.0L), 2.0L) == 1.0L); in test_values()
1049 BOOST_CHECK(tr1::nextafterl(1.0L, 2.0L) > 1.0L); in test_values()
1050 BOOST_CHECK(tr1::nextafterl(1.0L, -2.0L) < 1.0L); in test_values()
1051 BOOST_CHECK(tr1::nextafterl(tr1::nextafterl(1.0L, 2.0L), -2.0L) == 1.0L); in test_values()
1052 BOOST_CHECK(tr1::nextafterl(tr1::nextafterl(1.0L, -2.0L), 2.0L) == 1.0L); in test_values()
/third_party/musl/libc-test/src/math/gen/
Dnext.c25 ld = nextafterl(ld, INFINITY); in main()
Dprev.c25 ld = nextafterl(ld, -INFINITY); in main()
Dfunctions.h105 T(nextafterl, ll_l)
Dmplibm.c173 int mpnextafterl(struct t *t) { return mpl2(t, nextafterl); } in mpnextafterl()
/third_party/musl/libc-test/src/math/
Dnextafterl.c32 y = nextafterl(p->x, p->x2); in main()
Dtest_src_math.gni140 "nextafterl",
/third_party/boost/boost/math/
Dtr1_c_macros.ipp356 #ifdef nextafterl
357 #undef nextafterl
359 #define nextafterl boost_nextafterl
Dtr1.hpp654 inline long double nextafterl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x, long double y) in BOOST_PREVENT_MACRO_SUBSTITUTION()
659 { return boost::math::tr1::nextafterl BOOST_PREVENT_MACRO_SUBSTITUTION(x, y); } in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/musl/ndk_musl_include/
Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/libc-test/src/api/
Dmath.c184 {long double(*p)(long double,long double) = nextafterl;} in f()
/third_party/boost/libs/math/doc/tr1/
Dc99_ref.qbk72 long double nextafterl(long double x, long double y);
251 long double nextafterl(long double x, long double y);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/include/
Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h301 long double nextafterl(long double, long double);
/third_party/musl/
Dlibc.map.txt1181 nextafterl;
/third_party/boost/libs/math/test/compile_test/
Dtr1_incl_test.cpp338 check_result<long double>(boost::math::tr1::nextafterl(l, l)); in compile_and_link_test()

12