/third_party/musl/src/math/i386/ |
D | exp_ld.s | 35 .global exp2l symbol 38 .type exp2l,@function 39 exp2l: label
|
D | expl.s | 34 # 2^hi = exp2l(hi)
|
/third_party/musl/src/math/x86_64/ |
D | exp2l.s | 30 .global exp2l symbol 31 .type exp2l,@function 32 exp2l: label
|
D | expl.s | 34 # 2^hi = exp2l(hi) 40 call exp2l@PLT
|
D | expm1l.s | 1 # see exp2l.s
|
/third_party/musl/src/math/x32/ |
D | exp2l.s | 30 .global exp2l symbol 31 .type exp2l,@function 32 exp2l: label
|
D | expl.s | 34 # 2^hi = exp2l(hi) 40 call exp2l@PLT
|
D | expm1l.s | 1 # see exp2l.s
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2l.c | 31 long double exp2l(long double x) in exp2l() function 200 long double exp2l(long double x) in exp2l() function 566 exp2l(long double x) in exp2l() function
|
D | exp10l.c | 25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
|
/third_party/musl/src/math/ |
D | exp2l.c | 31 long double exp2l(long double x) in exp2l() function 200 long double exp2l(long double x) in exp2l() function 566 exp2l(long double x) in exp2l() function
|
D | exp10l.c | 25 y = exp2l(3.32192809488736234787031942948939L * y); in exp10l()
|
/third_party/musl/libc-test/src/math/ |
D | exp2l.c | 32 y = exp2l(p->x); in main()
|
D | test_src_math.gni | 52 "exp2l",
|
/third_party/optimized-routines/math/ |
D | exp2.c | 141 long double exp2l (long double x) { return exp2 (x); } in strong_alias()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 177 HANDLE_LIBCALL(EXP2_F80, "exp2l") 178 HANDLE_LIBCALL(EXP2_F128, "exp2l") 179 HANDLE_LIBCALL(EXP2_PPCF128, "exp2l")
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 99 {long double(*p)(long double) = exp2l;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/include/ |
D | math.h | 197 long double exp2l(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 60 T(exp2l, l_l)
|
D | mplibm.c | 128 int mpexp2l(struct t *t) { return mpl1(t, exp2l); } in mpexp2l()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 661 /// long double exp2l(long double x); 662 TLI_DEFINE_ENUM_INTERNAL(exp2l) 663 TLI_DEFINE_STRING_INTERNAL("exp2l")
|