/third_party/musl/src/math/x32/ |
H A D | exp2l.s | 30 .global exp2l 31 .type exp2l,@function 32 exp2l: label
|
H A D | expl.s | 34 # 2^hi = exp2l(hi) 40 call exp2l@PLT
|
/third_party/musl/src/math/i386/ |
H A D | exp_ld.s | 35 .global exp2l 38 .type exp2l,@function 39 exp2l: label
|
H A D | expl.s | 34 # 2^hi = exp2l(hi)
|
/third_party/musl/src/math/x86_64/ |
H A D | exp2l.s | 30 .global exp2l 31 .type exp2l,@function 32 exp2l: label
|
H A D | expl.s | 34 # 2^hi = exp2l(hi) 40 call exp2l@PLT
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_exp2_test.cpp | 49 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 D | exp10l.c | 25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
|
H A D | exp2l.c | 31 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 D | exp2l.c | 11 #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 D | exp10l.c | 25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
|
H A D | exp2l.c | 31 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 D | exp2.c | 141 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 D | math.h | 1295 long double exp2l(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/include/ |
H A D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 99 {long double(*p)(long double) = exp2l;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 128 int mpexp2l(struct t *t) { return mpl1(t, exp2l); } in mpexp2l()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mathndk.cpp | 1218 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 D | stylo.hpp | 34170 extern long double exp2l (long double __x) throw (); extern long double __exp2l (long double __x) throw (); 35243 using ::exp2l; [all...] |