Home
last modified time | relevance | path

Searched refs:exp10l (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libm/common/
Dexp10l.c42 exp10l (long double x) in exp10l() function
51 __strong_reference(exp10l, pow10l);
57 return exp10l(x); in pow10l()
DCMakeLists.txt149 exp10l.c
Dmeson.build152 'exp10l.c',
/picolibc-latest/newlib/libc/include/
Dmath.h682 extern long double exp10l (long double);
/picolibc-latest/test/
Dmath-funcs.c306 l1 = exp10l (l1); in main()
Dmath_errhandling_tests.c685 #define pow10l(x) exp10l(x)
Dlong_double_vec.h17838 long double y = exp10l(exp10l_vec[i].x); in test_exp10l()
/picolibc-latest/
DCOPYING.picolibc1159 newlib/libm/common/exp10l.c