Home
last modified time | relevance | path

Searched refs:nextafterl (Results 1 – 25 of 28) 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/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()
Dmp.c541 t->y = nextafterl(t->x, t->x2); 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/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/musl/porting/liteos_m/kernel/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/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/
Dlibc.map.txt1182 nextafterl;
Dmusl_src.gni710 "src/math/nextafterl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni229 "$MUSLPORTINGDIR/src/math/nextafterl.c",
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest-libaaudio.so.abi1259 …<function-decl name='nextafterl' filepath='bionic/libc/include/math.h' line='283' column='1' visib…
DPR22015-libboost_iostreams.so.abi1890 …<function-decl name='nextafterl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
Dtest9-pr18818-clang.so.abi2851 …<function-decl name='nextafterl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…

12