Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 31) sorted by relevance

12

/picolibc-latest/doc/printf-sample/
DMakefile56 LOG=printf.log printf-float.log printf-long-long.log printf-integer.log printf-minimal.log
62 printf.log: printf.elf
68 printf-float.log: printf-float.elf
74 printf-long-long.log: printf-long-long.elf
80 printf-integer.log: printf-integer.elf
86 printf-minimal.log: printf-minimal.elf
/picolibc-latest/newlib/libm/machine/spu/
Dw_log.c40 double log(double x) in log() function
/picolibc-latest/newlib/
DChangeLog1 Deprecated. See git log instead.
/picolibc-latest/.github/
Ddo-cmake-test27 cat CMakeFiles/CMakeOutput.log
/picolibc-latest/newlib/libm/complex/
Dclog.c86 p = log(rr); in clog()
Dcpow.c97 theta = theta + y * log(absa); in cpow()
Dcatan.c119 w = w + (0.25 * log(a)) * (double complex) I; in __weak_alias()
/picolibc-latest/
D.gitignore26 config.log
/picolibc-latest/newlib/testsuite/lib/
Dcheckoutput.exp35 verbose -log "$subdir/$srcfile: Expected: $expectedval Got: $gotval "
/picolibc-latest/newlib/libm/math/
Ds_log10.c83 z = y * log10_2lo + ivln10 * log(x); in log1064()
Dsf_log.c99 _MATH_ALIAS_f_f(log)
Ds_log.c151 _MATH_ALIAS_d_d(log)
Dmath.tex62 * Function log:: Natural logarithms
135 @c atan2 after atan, exp2 after exp, log first in log list, and w_j0 to place
Ds_jn.c200 tmp = tmp * log(fabs64(v * tmp)); in jn64()
Dsr_lgamma.c341 t = log(x); in __math_lgamma_r()
Ds_j1.c216 return (x * (u / v) + tpi * (j1(x) * log(x) - one / x)); in y164()
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h21 __extension__ double log(double)
83 #define log(__x) _f_log(__x) macro
/picolibc-latest/newlib/libm/common/
Dlog.c53 log (double x) in log() function
180 _MATH_ALIAS_d_d(log)
/picolibc-latest/test/
Dlong_double_gen.5c161 return log(gamma(x));
163 real log1p(real x) { return log(1+x); }
177 return log(x + sqrt(x*x-1));
187 return sign * log(x + sqrt(x*x+1));
195 return 0.5 * log((1 + x) / (1 - x));
350 { .f = log, .name = "logl" },
Dfenv.c52 #define test_log(x) log(x)
Dmath_errhandling_tests.c584 static FLOAT_T makemathname(test_log_qnan)(void) { return makemathname(log)(makemathname(qnanval));… in makemathname()
585 static FLOAT_T makemathname(test_log_snan)(void) { return makemathname(log)(makemathname(snanval));… in makemathname()
586 static FLOAT_T makemathname(test_log_1)(void) { return makemathname(log)(makemathname(one)); } in makemathname()
587 static FLOAT_T makemathname(test_log_inf)(void) { return makemathname(log)(makemathname(infval)); } in makemathname()
588 static FLOAT_T makemathname(test_log_0)(void) { return makemathname(log)(makemathname(zero)); } in makemathname()
589 static FLOAT_T makemathname(test_log_neg)(void) { return makemathname(log)(-makemathname(one)); } in makemathname()
590 static FLOAT_T makemathname(test_log_neginf)(void) { return makemathname(log)(-makemathname(one)); } in makemathname()
/picolibc-latest/newlib/libm/test/
Dmath2.c222 shouldbe = exp(log(n1) * n2); in test_pow()
Dlog_vec.c304 void test_log(int m) {run_vector_1(m,log_vec,(char *)(log),"log","dd"); } in test_log()
/picolibc-latest/newlib/libc/include/
Dmath.h132 extern double log (double);
480 #define log2(x) (log (x) / _M_LN2)
/picolibc-latest/doc/
Dreleasing.md105 6. Add new Debian change log entry

12