Home
last modified time | relevance | path

Searched defs:log2 (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dlog2.c41 double log2(double vx) in log2() function
/picolibc-latest/newlib/libc/include/machine/
Dfastmath.h57 #define log2(x) fast_log2(x) macro
/picolibc-latest/newlib/libc/include/
Dmath.h480 #define log2(x) (log (x) / _M_LN2) macro