Home
last modified time | relevance | path

Searched refs:log1pf (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/src/math/i386/
Dlog1pf.s1 .global log1pf symbol
2 .type log1pf,@function
3 log1pf: label
/third_party/musl/src/math/
Datanhf.c21 y = 0.5f*log1pf(2*y + 2*y*y/(1-y)); in atanhf()
25 y = 0.5f*log1pf(2*(y/(1-y))); in atanhf()
Dacoshf.c20 return log1pf(x-1 + sqrtf((x-1)*(x-1)+2*(x-1))); in acoshf()
Dasinhf.c22 x = log1pf(x + x*x/(sqrtf(x*x+1)+1)); in asinhf()
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datanhf.c21 y = 0.5f*log1pf(2*y + 2*y*y/(1-y)); in atanhf()
25 y = 0.5f*log1pf(2*(y/(1-y))); in atanhf()
Dacoshf.c20 return log1pf(x-1 + sqrtf((x-1)*(x-1)+2*(x-1))); in acoshf()
Dasinhf.c22 x = log1pf(x + x*x/(sqrtf(x*x+1)+1)); in asinhf()
Dlog1pf.c24 float log1pf(float x) in log1pf() function
/third_party/musl/libc-test/src/math/
Dlog1pf.c26 y = log1pf(p->x); in main()
Dtest_src_math.gni116 "log1pf",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def41 TLI_DEFINE_VECFUNC("log1pf", "vlog1pf", 4)
96 TLI_DEFINE_VECFUNC("log1pf", "__log1pf4_massv", 4)
DTargetLibraryInfo.def949 /// float log1pf(float x);
950 TLI_DEFINE_ENUM_INTERNAL(log1pf)
951 TLI_DEFINE_STRING_INTERNAL("log1pf")
/third_party/musl/ndk_musl_include/
Dmath.h268 float log1pf(float);
/third_party/musl/libc-test/src/api/
Dmath.c157 {float(*p)(float) = log1pf;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h268 float log1pf(float);
/third_party/musl/include/
Dmath.h268 float log1pf(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h92 T(log1pf, f_f)
Dmplibm.c160 int mplog1pf(struct t *t) { return mpf1(t, log1pf); } in mplog1pf()
/third_party/rust/crates/num-traits/src/
Dfloat.rs2100 libm::log1pf as ln_1p(self) -> Self;
/third_party/musl/
Dlibc.map.txt1061 log1pf;
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni198 "$MUSLPORTINGDIR/src/math/log1pf.c",
/third_party/optimized-routines/math/test/
Dmathtest.c250 TFUNC(at_s,rt_s, log1pf, 2*ULPUNIT),

12