Searched defs:frexp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/lib/libc/gen/
H A Dfrexp.c34 frexp(double d, int *ex) function
/freebsd-10.2-release/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) function
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dconfigure12470 frexp (); function
12525 frexp (); function
/freebsd-10.2-release/contrib/libstdc++/include/c/
H A Dstd_cmath.h57 #undef frexp macro
/freebsd-10.2-release/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h70 #undef frexp macro
274 frexp(float __x, int* __exp) function
278 frexp(long double __x, int* __exp) function
284 frexp(_Tp __x, int* __exp) function
/freebsd-10.2-release/tools/regression/include/tgmath/
H A Dtgmath.c122 double (frexp)(double x, int *e) { n_double++; } function
/freebsd-10.2-release/include/
H A Dtgmath.h177 #define frexp(x, y) __tg_simplev(x, frexp, x, y) macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h822 #undef frexp macro
823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y) macro
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h275 frexp, enumerator in enum:llvm::LibFunc::Func

Completed in 154 milliseconds