Home
last modified time | relevance | path

Searched refs:_f_exp (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libm/machine/x86/
Df_exp.c30 double _f_exp (double x) in _f_exp() function
Df_math.h39 double _f_exp (double x);
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h72 double EXFUN(_f_exp,(double));
80 #define exp(__x) _f_exp(__x)