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

/freebsd-11-stable/contrib/gcc/
H A Dconfigure9082 ldexp (); function
9137 ldexp (); function
/freebsd-11-stable/lib/libc/gen/
H A Dldexp.c98 ldexp(double x, int n) function
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h58 #undef ldexp macro
/freebsd-11-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-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c127 double (ldexp)(double x, int e) { n_double++; } function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h137 __DEVICE__ float ldexp(float __arg, int __exp) { function
298 ldexp(__T __x, int __exp) { function
H A Dtgmath.h867 #undef ldexp macro
868 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
H A D__clang_cuda_device_functions.h1588 __DEVICE__ double ldexp(double __a, int __b) { return __nv_ldexp(__a, __b); } function
/freebsd-11-stable/include/
H A Dtgmath.h180 #define ldexp(x, y) __tg_simplev(x, ldexp, x, y) macro

Completed in 118 milliseconds