Searched defs:pexp (Results 1 – 4 of 4) sorted by relevance
36 double frexp(double x, int *pexp) in frexp()
36 float frexpf(float x, int *pexp) in frexpf()
41 static __inline float _frexpf(float x, int *pexp) in _frexpf()
44 static __inline double _frexp(double x, int *pexp) in _frexp()