Home
last modified time | relevance | path

Searched refs:log1p (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Ds_log1p.c40 double log1p(double x) in log1p() function
/picolibc-latest/newlib/libm/common/
Dsf_log1p.c100 _MATH_ALIAS_f_f(log1p)
Ds_log1p.c200 _MATH_ALIAS_d_d(log1p)
Dmath_config.h1266 #define log1p64 _NAME_64(log1p)
/picolibc-latest/newlib/libm/test/
Dlog1p_vec.c304 void test_log1p(int m) {run_vector_1(m,log1p_vec,(char *)(log1p),"log1p","dd"); } in test_log1p()
Dmath.c773 float log1pf (float a) { return log1p((double)a); }
/picolibc-latest/test/
Dlong_double_gen.5c163 real log1p(real x) { return log(1+x); }
347 { .f = log1p, .name = "log1pl" },
Dmath-funcs.c159 d1 = log1p (d1); in main()
Dmath_errhandling_tests.c600 static FLOAT_T makemathname(test_log1p_qnan)(void) { return makemathname(log1p)(makemathname(qnanva… in makemathname()
601 static FLOAT_T makemathname(test_log1p_snan)(void) { return makemathname(log1p)(makemathname(snanva… in makemathname()
602 static FLOAT_T makemathname(test_log1p_inf)(void) { return makemathname(log1p)(makemathname(infval)… in makemathname()
603 static FLOAT_T makemathname(test_log1p_neginf)(void) { return makemathname(log1p)(-makemathname(inf… in makemathname()
604 static FLOAT_T makemathname(test_log1p_neg1)(void) { return makemathname(log1p)(-makemathname(one))… in makemathname()
605 static FLOAT_T makemathname(test_log1p_neg2)(void) { return makemathname(log1p)(-makemathname(two))… in makemathname()
/picolibc-latest/newlib/libc/include/
Dmath.h468 extern double log1p (double);
/picolibc-latest/newlib/libm/math/
Dmath.tex64 * Function log1p:: Log of 1 + X
/picolibc-latest/newlib/
DChangeLog-20159237 * libm/machine/spu/headers/log1p.h: Ditto.
9326 * libm/machine/spu/headers/log1p.h: Ditto.
20677 * libm/common/s_log1p.c (log1p): Likewise.
26808 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
27640 * libm/math/log1p.c: split to use the new function way of float
27641 function definition. math/log1p.h deleted
27643 * libm/math/scalbn.c: created from part log1p.c
27644 * libm/math/Makefile.in: know about log1p and scalbn
/picolibc-latest/
DCOPYING.picolibc2602 newlib/libm/machine/spu/headers/log1p.h