/third_party/musl/src/math/ |
D | fmal.c | 91 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()
|
D | nextafterl.c | 4 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
|
D | nexttowardl.c | 5 return nextafterl(x, y); in nexttowardl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmal.c | 91 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()
|
D | nextafterl.c | 4 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
|
D | nexttowardl.c | 5 return nextafterl(x, y); in nexttowardl()
|
/third_party/boost/libs/math/test/ |
D | test_tr1.c | 798 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()
|
D | test_tr1.cpp | 1045 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/ |
D | next.c | 25 ld = nextafterl(ld, INFINITY); in main()
|
D | prev.c | 25 ld = nextafterl(ld, -INFINITY); in main()
|
D | functions.h | 105 T(nextafterl, ll_l)
|
D | mplibm.c | 173 int mpnextafterl(struct t *t) { return mpl2(t, nextafterl); } in mpnextafterl()
|
/third_party/musl/libc-test/src/math/ |
D | nextafterl.c | 32 y = nextafterl(p->x, p->x2); in main()
|
D | test_src_math.gni | 140 "nextafterl",
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 356 #ifdef nextafterl 357 #undef nextafterl 359 #define nextafterl boost_nextafterl
|
D | tr1.hpp | 654 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/ |
D | math.h | 301 long double nextafterl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 184 {long double(*p)(long double,long double) = nextafterl;} in f()
|
/third_party/boost/libs/math/doc/tr1/ |
D | c99_ref.qbk | 72 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/ |
D | math.h | 301 long double nextafterl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 301 long double nextafterl(long double, long double);
|
/third_party/musl/include/ |
D | math.h | 301 long double nextafterl(long double, long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 301 long double nextafterl(long double, long double);
|
/third_party/musl/ |
D | libc.map.txt | 1181 nextafterl;
|
/third_party/boost/libs/math/test/compile_test/ |
D | tr1_incl_test.cpp | 338 check_result<long double>(boost::math::tr1::nextafterl(l, l)); in compile_and_link_test()
|