Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Dw_log10.c40 double log10(double x) in log10() function
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/
Dfastmath.h84 #define log10(__x) _f_log10(__x) macro
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h56 #define log10(x) fast_log10(x) macro