Home
last modified time | relevance | path

Searched refs:scalbnl (Results 1 – 25 of 55) sorted by relevance

123

/third_party/musl/src/math/i386/
Dscalbnl.s11 .global scalbnl symbol
12 .type scalbnl,@function
13 scalbnl: label
Dscalblnl.s1 # see scalbnl.s
Dldexpl.s1 # see scalbnl.s
/third_party/musl/src/math/
Dfmal.c125 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()
Dscalbnl.c4 long double scalbnl(long double x, int n) in scalbnl() function
9 long double scalbnl(long double x, int n) in scalbnl() function
Dexp2l.c252 return scalbnl(r, k.i); in exp2l()
617 return scalbnl(r, k.i); in exp2l()
Dldexpl.c5 return scalbnl(x, n); in ldexpl()
Dscalblnl.c17 return scalbnl(x, n); in scalblnl()
Dexpl.c120 return scalbnl(x, k); in expl()
Dexpm1l.c113 px = scalbnl(1.0, k); in expm1l()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c125 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()
Dscalbnl.c4 long double scalbnl(long double x, int n) in scalbnl() function
9 long double scalbnl(long double x, int n) in scalbnl() function
Dexp2l.c252 return scalbnl(r, k.i); in exp2l()
617 return scalbnl(r, k.i); in exp2l()
Dldexpl.c5 return scalbnl(x, n); in ldexpl()
Dscalblnl.c17 return scalbnl(x, n); in scalblnl()
Dexpl.c120 return scalbnl(x, k); in expl()
Dexpm1l.c113 px = scalbnl(1.0, k); in expm1l()
/third_party/musl/porting/uniproton/kernel/src/math/
Dscalbnl.c4 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/
Dscalbnl.c4 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/
Dlibc_math.cpp178 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/
Dmath.h24 long double scalbnl(long double, int);
Dmath.c39 long double scalbnl(long double x, int exp) in scalbnl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_scalbn_test.cpp72 EXPECT_DOUBLE_EQ(40.0L, scalbnl(5.0L, 3));
Dmath_frexp_test.cpp96 EXPECT_DOUBLE_EQ(2048.0L, scalbnl(fraction, exponent));
/third_party/musl/libc-test/src/math/
Dscalbnl.c32 y = scalbnl(p->x, p->i); in main()

123