Searched defs:frexp (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | frexp.c | 26 * x = frexp(arg,&exp); 33 frexp(x, i) function
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | frexp.c | 30 #pragma weak frexp = __frexp macro 33 * frexp(x, exp) returns the normalized significand of x and sets 37 * If x is zero, infinite or NaN, frexp returns x and sets *exp = 0.
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_iso.h | 78 extern double frexp __P((double, int *)); 96 #pragma does_not_read_global_data(frexp, ldexp, modf) 176 inline float frexp(float __X, int *__Y) { return __frexpf(__X, __Y); } function 204 inline long double frexp(long double __X, int *__Y) { return function
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 106 #undef frexp macro 107 #define frexp(x, ip) __tgmath_frexp(x, ip) macro
|
Completed in 788 milliseconds