Home
last modified time | relevance | path

Searched refs:pow10f (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_pow10.c20 #undef pow10f
26 pow10f(float x) /* wrapper pow10f */ in pow10f() function
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h659 extern float pow10f (float);
/picolibc-3.7.0-3.6.0/test/
Dmath-funcs.c339 f1 = pow10f (f1); in main()
Dmath_errhandling_tests.c660 #define pow10f(x) exp10f(x) macro
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201510336 pow10, and pow10f functions.
10343 [!pow10f]: New pow10f prototype.