/third_party/musl/src/math/i386/ |
H A D | scalbnl.s | 11 .global scalbnl 12 .type scalbnl,@function 13 scalbnl: label
|
/third_party/musl/src/math/ |
H A 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()
|
H A 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
|
H A D | ldexpl.c | 5 return scalbnl(x, n); in ldexpl()
|
H A D | scalblnl.c | 17 return scalbnl(x, n); in scalblnl()
|
H A D | expl.c | 120 return scalbnl(x, k); in expl()
|
H A D | expm1l.c | 113 px = scalbnl(1.0, k); in expm1l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A 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()
|
H A 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
|
H A D | ldexpl.c | 5 return scalbnl(x, n); in ldexpl()
|
H A D | scalblnl.c | 17 return scalbnl(x, n); in scalblnl()
|
H A D | expl.c | 120 return scalbnl(x, k); in expl()
|
H A D | expm1l.c | 113 px = scalbnl(1.0, k); in expm1l()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A 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/ |
H A 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/Benchmark/musl/ |
H A D | libc_math.cpp | 178 benchmark::DoNotOptimize(scalbnl(x, n)); in Bm_function_Scalbnl1() 190 benchmark::DoNotOptimize(scalbnl(x, n)); in Bm_function_Scalbnl2() 202 benchmark::DoNotOptimize(scalbnl(x, n)); in Bm_function_Scalbnl3() 214 benchmark::DoNotOptimize(scalbnl(x, n)); in Bm_function_Scalbnl4()
|
/third_party/ffmpeg/compat/djgpp/ |
H A D | math.c | 39 long double scalbnl(long double x, int exp) in scalbnl() function
|
/third_party/musl/libc-test/src/math/ |
H A D | scalbnl.c | 11 #include "sanity/scalbnl.h" 12 #include "special/scalbnl.h" 32 y = scalbnl(p->x, p->i); in main() 36 printf("%s:%d: bad fp exception: %s scalbnl(%La, %lld)=%La, want %s", in main() 43 printf("%s:%d: %s scalbnl(%La, %lld) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_scalbn_test.cpp | 72 EXPECT_DOUBLE_EQ(40.0L, scalbnl(5.0L, 3)); in HWTEST_F()
|
H A D | math_frexp_test.cpp | 96 EXPECT_DOUBLE_EQ(2048.0L, scalbnl(fraction, exponent)); in HWTEST_F()
|
/third_party/musl/libc-test/src/common/ |
H A D | mtest.c | 98 return scalbnl(got - want, -eulpl(want)) + dwant; in ulperrl()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 311 return scalbnl(y, e2); in decfloat() 423 return scalbnl(y, e2); in hexfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 311 return scalbnl(y, e2);
in decfloat() 423 return scalbnl(y, e2);
in hexfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 311 return scalbnl(y, e2);
in decfloat() 423 return scalbnl(y, e2);
in hexfloat()
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 311 return scalbnl(y, e2); in decfloat() 423 return scalbnl(y, e2); in hexfloat()
|