/third_party/musl/src/math/i386/ |
D | scalbnl.s | 11 .global scalbnl symbol 12 .type scalbnl,@function 13 scalbnl: label
|
D | ldexpl.s | 1 # see scalbnl.s
|
D | scalblnl.s | 1 # see scalbnl.s
|
/third_party/musl/src/math/ |
D | fmal.c | 125 return scalbnl(sum.hi, scale); in add_and_denormalize() 234 zs = scalbnl(zs, -spread); in fmal() 260 return xy.hi + vzs + scalbnl(xy.lo, spread); in fmal() 277 ret = scalbnl(r.hi + adj, spread); in fmal() 289 return scalbnl(r.hi + adj, spread); in fmal()
|
D | scalbnl.c | 4 long double scalbnl(long double x, int n) in scalbnl() function 9 long double scalbnl(long double x, int n) in scalbnl() function
|
D | exp2l.c | 252 return scalbnl(r, k.i); in exp2l() 617 return scalbnl(r, k.i); in exp2l()
|
D | ldexpl.c | 5 return scalbnl(x, n); in ldexpl()
|
D | scalblnl.c | 17 return scalbnl(x, n); in scalblnl()
|
D | expl.c | 120 return scalbnl(x, k); in expl()
|
D | expm1l.c | 113 px = scalbnl(1.0, k); in expm1l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fmal.c | 125 return scalbnl(sum.hi, scale); in add_and_denormalize() 234 zs = scalbnl(zs, -spread); in fmal() 260 return xy.hi + vzs + scalbnl(xy.lo, spread); in fmal() 277 ret = scalbnl(r.hi + adj, spread); in fmal() 289 return scalbnl(r.hi + adj, spread); in fmal()
|
D | scalbnl.c | 4 long double scalbnl(long double x, int n) in scalbnl() function 9 long double scalbnl(long double x, int n) in scalbnl() function
|
D | exp2l.c | 252 return scalbnl(r, k.i); in exp2l() 617 return scalbnl(r, k.i); in exp2l()
|
D | ldexpl.c | 5 return scalbnl(x, n); in ldexpl()
|
D | scalblnl.c | 17 return scalbnl(x, n); in scalblnl()
|
D | expl.c | 120 return scalbnl(x, k); in expl()
|
D | expm1l.c | 113 px = scalbnl(1.0, k); in expm1l()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | scalbnl.c | 4 long double scalbnl(long double x, int n) in scalbnl() function 9 long double scalbnl(long double x, int n) in scalbnl() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | scalbnl.c | 4 long double scalbnl(long double x, int n) in scalbnl() function 9 long double scalbnl(long double x, int n) in scalbnl() function
|
/third_party/ffmpeg/compat/djgpp/ |
D | math.h | 24 long double scalbnl(long double, int);
|
D | math.c | 39 long double scalbnl(long double x, int exp) in scalbnl() function
|
/third_party/musl/libc-test/src/math/ |
D | scalbnl.c | 32 y = scalbnl(p->x, p->i); in main()
|
D | test_src_math.gni | 169 "scalbnl",
|
/third_party/musl/libc-test/src/common/ |
D | mtest.c | 90 return scalbnl(got - want, -eulpl(want)) + dwant; in ulperrl()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 311 return scalbnl(y, e2); in decfloat() 423 return scalbnl(y, e2); in hexfloat()
|