Searched defs:frexp (Results 1 – 2 of 2) sorted by relevance
36 double frexp(double x, int *pexp) in frexp() function
81 #define frexp(__x,__p) _f_frexp((__x),(__p)) macro