Searched defs:ldexp (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dconfigure9082 ldexp (); function
9137 ldexp (); function
/freebsd-10-stable/lib/libc/gen/
H A Dldexp.c98 ldexp(double x, int n) function
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h58 #undef ldexp macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h71 #undef ldexp macro
290 ldexp(float __x, int __exp) function
294 ldexp(long double __x, int __exp) function
300 ldexp(_Tp __x, int __exp) function
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c127 double (ldexp)(double x, int e) { n_double++; } function
/freebsd-10-stable/include/
H A Dtgmath.h180 #define ldexp(x, y) __tg_simplev(x, ldexp, x, y) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro

Completed in 146 milliseconds