/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/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()
|
D | mp.c | 541 t->y = nextafterl(t->x, t->x2); 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/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/musl/porting/liteos_m/kernel/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/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/ |
D | libc.map.txt | 1182 nextafterl;
|
D | musl_src.gni | 710 "src/math/nextafterl.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 229 "$MUSLPORTINGDIR/src/math/nextafterl.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 1259 …<function-decl name='nextafterl' filepath='bionic/libc/include/math.h' line='283' column='1' visib…
|
D | PR22015-libboost_iostreams.so.abi | 1890 …<function-decl name='nextafterl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|
D | test9-pr18818-clang.so.abi | 2851 …<function-decl name='nextafterl' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='2…
|