Searched defs:frexpf (Results 1 – 3 of 3) sorted by relevance
36 float frexpf(float x, int *pexp) in frexpf() function
21 frexpf(float x, int *eptr) in frexpf() function
108 #define frexpf(__x,__p) _f_frexpf((__x),(__p)) macro