Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfrexp.c30 #pragma weak frexp = __frexp macro
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h170 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } in frexp() function
207 inline long double frexp(long double __X, int *__Y) { in frexp() function
/illumos-gate/usr/src/head/
H A Dtgmath.h107 #define frexp(x, ip) __tgmath_frexp(x, ip) macro