Searched defs:frexp (Results 1 – 4 of 4) sorted by relevance
33 frexp(x, i) in frexp() function
30 #pragma weak frexp = __frexp macro
176 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } in frexp() function204 inline long double frexp(long double __X, int *__Y) { return in frexp() function
107 #define frexp(x, ip) __tgmath_frexp(x, ip) macro