Home
last modified time | relevance | path

Searched defs:frexpf (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/
Dsf_frexp.c36 float frexpf(float x, int *pexp) in frexpf() function
/picolibc-3.5.0-3.4.0/newlib/libm/math/
Dsf_frexp.c21 frexpf(float x, int *eptr) in frexpf() function
/picolibc-3.5.0-3.4.0/newlib/libc/machine/x86/machine/
Dfastmath.h108 #define frexpf(__x,__p) _f_frexpf((__x),(__p)) macro