Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/gen/
Dfrexp.c34 frexp(double d, int *ex) in frexp() function
/freebsd-10-stable/lib/msun/src/
Ds_frexp.c35 frexp(double x, int *eptr) in frexp() function
/freebsd-10-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h274 frexp(float __x, int* __exp) in frexp() function
278 frexp(long double __x, int* __exp) in frexp() function
284 frexp(_Tp __x, int* __exp) in frexp() function
/freebsd-10-stable/include/
Dtgmath.h177 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h275 frexp, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro