Searched defs:ldexp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/ |
| H A D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__math/ |
| H A D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_intrinsics.h | 322 T> ldexp(T X, T Exp) { in ldexp() function 329 ldexp(T X, T Exp) { in ldexp() function 335 const inline __detail::HLSL_FIXED_VECTOR<half, N> ldexp( in ldexp() function 343 ldexp(__detail::HLSL_FIXED_VECTOR<float, N> X, in ldexp() function
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
|
| H A D | __clang_cuda_math.h | 158 __DEVICE__ double ldexp(double __a, int __b) { return __nv_ldexp(__a, __b); } in ldexp() function
|
| H A D | tgmath.h | 868 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
|
| /freebsd/include/ |
| H A D | tgmath.h | 180 #define ldexp(x, y) __tg_simplev(x, ldexp, x, y) macro
|