Searched refs:exp10l (Results 1 – 8 of 8) sorted by relevance
42 exp10l (long double x) in exp10l() function51 __strong_reference(exp10l, pow10l);57 return exp10l(x); in pow10l()
149 exp10l.c
152 'exp10l.c',
655 extern long double exp10l (long double);
298 l1 = exp10l (l1); in main()
604 #define pow10l(x) exp10l(x)
18449 long double y = exp10l(exp10l_vec[i].x); in test_exp10l()
1116 newlib/libm/common/exp10l.c