Searched defs:frexp (Results 1 - 5 of 5) sorted by relevance
| /src/lib/libc/compat/gen/ | ||
| H A D | compat_frexp_ieee754.c | 57 frexp(double value, int *eptr) function in typeref:typename:double |
| /src/lib/libc/gen/ | ||
| H A D | Lint_frexp.c | 12 frexp(double value, int *eptr) function in typeref:typename:double |
| /src/lib/libm/src/ | ||
| H A D | s_frexp.c | 39 frexp(double x, int *eptr) function in typeref:typename:double |
| /src/lib/libc/arch/vax/gen/ | ||
| H A D | frexp.c | 45 frexp(double value, int *eptr) function in typeref:typename:double |
| /src/include/ | ||
| H A D | tgmath.h | 163 #define frexp(a,b) __TG_FN1x(frexp, (a), (b)) macro |
Completed in 3 milliseconds