Home
last modified time | relevance | path

Searched refs:exp2l (Results 1 - 22 of 22) sorted by relevance

/third_party/musl/src/math/x32/
H A Dexp2l.s30 .global exp2l
31 .type exp2l,@function
32 exp2l: label
H A Dexpl.s34 # 2^hi = exp2l(hi)
40 call exp2l@PLT
/third_party/musl/src/math/i386/
H A Dexp_ld.s35 .global exp2l
38 .type exp2l,@function
39 exp2l: label
H A Dexpl.s34 # 2^hi = exp2l(hi)
/third_party/musl/src/math/x86_64/
H A Dexp2l.s30 .global exp2l
31 .type exp2l,@function
32 exp2l: label
H A Dexpl.s34 # 2^hi = exp2l(hi)
40 call exp2l@PLT
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_exp2_test.cpp49 EXPECT_DOUBLE_EQ(10.0L, exp2l(log2l(10))); in HWTEST_F()
78 * @tc.desc: When the parameter of exp2l is valid, test the return value of the function.
83 EXPECT_DOUBLE_EQ(8.0L, exp2l(3.0L)); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp10l.c25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
H A Dexp2l.c31 long double exp2l(long double x) in exp2l() function
180 * exp2l(x): compute the base 2 exponential of x
188 * Thus we have exp2l(x) = 2**k * exp2(y).
200 long double exp2l(long double x) in exp2l() function
245 /* Compute r = exp2l(y) = exp2lt[i0] * p(z). */ in exp2l()
536 * exp2l(x): compute the base 2 exponential of x
566 exp2l(long double x) in exp2l() function
/third_party/musl/libc-test/src/math/
H A Dexp2l.c11 #include "sanity/exp2l.h"
12 #include "special/exp2l.h"
32 y = exp2l(p->x); in main()
36 printf("%s:%d: bad fp exception: %s exp2l(%La)=%La, want %s", in main()
43 printf("%s:%d: %s exp2l(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/src/math/
H A Dexp10l.c25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
H A Dexp2l.c31 long double exp2l(long double x) in exp2l() function
180 * exp2l(x): compute the base 2 exponential of x
188 * Thus we have exp2l(x) = 2**k * exp2(y).
200 long double exp2l(long double x) in exp2l() function
245 /* Compute r = exp2l(y) = exp2lt[i0] * p(z). */ in exp2l()
536 * exp2l(x): compute the base 2 exponential of x
566 exp2l(long double x) in exp2l() function
/third_party/optimized-routines/math/
H A Dexp2.c141 long double exp2l (long double x) { return exp2 (x); } in strong_alias()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dmath.h1295 long double exp2l(long double);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h197 long double exp2l(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h197 long double exp2l(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h197 long double exp2l(long double);
/third_party/musl/include/
H A Dmath.h197 long double exp2l(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c99 {long double(*p)(long double) = exp2l;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c128 int mpexp2l(struct t *t) { return mpl1(t, exp2l); } in mpexp2l()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmathndk.cpp1218 double getResult = exp2l(firstParam); in Exp2l()
2981 {"exp2l", nullptr, Exp2l, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34170 extern long double exp2l (long double __x) throw (); extern long double __exp2l (long double __x) throw ();
35243 using ::exp2l;
[all...]

Completed in 39 milliseconds