Home
last modified time | relevance | path

Searched defs:exp10 (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dftoa_engine.c139 int8_t exp10 = exponentTable[idx]; in __ftoa_engine() local
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h54 #define exp10(x) fast_exp10(x) macro