Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dexp10l.c51 __strong_reference(exp10l, pow10l);
55 pow10l (long double x) in pow10l() function
Dsf_pow10.c33 #undef pow10l
/picolibc-latest/newlib/libc/include/
Dmath.h683 extern long double pow10l (long double);
/picolibc-latest/test/
Dmath-funcs.c307 l1 = pow10l (l1); in main()
Dmath_errhandling_tests.c685 #define pow10l(x) exp10l(x) macro