Home
last modified time | relevance | path

Searched refs:exp10f (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_exp10.c20 #undef exp10f
25 float exp10f(float x) /* wrapper exp10f */ in exp10f() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h102 #define exp10f(x) fast_exp10f(x) macro
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h658 extern float exp10f (float);
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c338 f1 = exp10f (f1); in main()
Dmath_errhandling_tests.c660 #define pow10f(x) exp10f(x)
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201510335 * libm/common/Makefile.am: Add support for exp10, exp10f,
10345 [!exp10f]: New exp10f prototype.