Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/x86/
Df_expf.c30 float _f_expf (float x) in _f_expf() function
Df_math.h33 float _f_expf (float x);
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h90 float EXFUN(_f_expf,(float));
107 #define expf(__x) _f_expf(__x)