Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dlog2.c40 #undef log2
41 double log2(double vx) in log2() function
/picolibc-latest/newlib/libm/common/
Ds_log2.c67 #undef log2
77 _MATH_ALIAS_d_d(log2)
Dlog2.c53 (log2) (double x)
159 _MATH_ALIAS_d_d(log2)
Dmath_config.h1267 #define log264 _NAME_64(log2)
/picolibc-latest/newlib/libm/math/
Dsf_log2.c24 #undef log2
35 _MATH_ALIAS_f_f(log2)
Dmath.tex65 * Function log2:: Base 2 logarithms
/picolibc-latest/newlib/libc/include/machine/
Dfastmath.h57 #define log2(x) fast_log2(x) macro
/picolibc-latest/newlib/libc/include/
Dmath.h478 extern double log2 (double);
480 #define log2(x) (log (x) / _M_LN2) macro
/picolibc-latest/newlib/libm/test/
Dlog2_vec.c416 void test_log2(int m) {run_vector_1(m,log2_vec,(char *)(log2),"log2","dd"); } in test_log2()
/picolibc-latest/test/
Dmath_errhandling_tests.c607 static FLOAT_T makemathname(test_log2_qnan)(void) { return makemathname(log2)(makemathname(qnanval)… in makemathname()
608 static FLOAT_T makemathname(test_log2_snan)(void) { return makemathname(log2)(makemathname(snanval)… in makemathname()
609 static FLOAT_T makemathname(test_log2_1)(void) { return makemathname(log2)(makemathname(one)); } in makemathname()
610 static FLOAT_T makemathname(test_log2_inf)(void) { return makemathname(log2)(makemathname(infval));… in makemathname()
611 static FLOAT_T makemathname(test_log2_0)(void) { return makemathname(log2)(makemathname(zero)); } in makemathname()
612 static FLOAT_T makemathname(test_log2_neg)(void) { return makemathname(log2)(-makemathname(one)); } in makemathname()
613 static FLOAT_T makemathname(test_log2_neginf)(void) { return makemathname(log2)(-makemathname(one))… in makemathname()
Dmath-funcs.c169 d1 = log2 (d1); in main()
Dlong_double_gen.5c348 { .f = log2, .name = "log2l" },
Dfma_gen.5c112 exp = ceil(log2(x));
/picolibc-latest/newlib/
DNEWS95 - sinf/cosf/sincosf/exp/exp2/log/log2/pow rewritten for performance and accuracy
DChangeLog-20155443 * libc/include/math.h (log2, log2f): Disable macro versions for C++,
6718 since log2 uses log(); add note about being derived instead of direct.
6916 * libc/include/math.h: Add log2 and log2f function prototypes.
9239 * libm/machine/spu/headers/log2.h: Ditto.
9330 * libm/machine/spu/headers/log2.h: Ditto.
9384 * libm/machine/spu/log2.c: Ditto.
9620 (log2, log2f, M_LOG2_E): Use _M_LOG2_E.
9629 * libc/include/math.h (_M_LOG2E): New log2 of e macro.
9630 (log2): Use _M_LOG2E instead of M_LOG2E.
26808 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
/picolibc-latest/
DCOPYING.picolibc2479 newlib/libm/common/log2.c
2604 newlib/libm/machine/spu/headers/log2.h
2631 newlib/libm/machine/spu/log2.c