Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dfrexp.c33 frexp(x, i) in frexp() function
/titanic_44/usr/src/lib/libm/common/m9x/
H A Dfrexp.c30 #pragma weak frexp = __frexp macro
/titanic_44/usr/src/head/iso/
H A Dmath_iso.h176 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } in frexp() function
204 inline long double frexp(long double __X, int *__Y) { return in frexp() function
/titanic_44/usr/src/head/
H A Dtgmath.h107 #define frexp(x, ip) __tgmath_frexp(x, ip) macro