Searched defs:scalbln (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | exponential_functions.h | 113 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT { return __builtin_scalbl… in scalbln() function 116 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT { in scalbln() function 120 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT { in scalbln() function 125 inline _LIBCPP_HIDE_FROM_ABI double scalbln(_A1 __x, long __y) _NOEXCEPT { in scalbln() function
|
/freebsd/lib/msun/src/ |
H A D | s_scalbln.c | 35 scalbln(double x, long n) in scalbln() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 161 __DEVICE__ __CONSTEXPR__ float scalbln(float __x, long int __n) { in scalbln() function
|
H A D | tgmath.h | 1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|
/freebsd/include/ |
H A D | tgmath.h | 199 #define scalbln(x, y) __tg_simplev(x, scalbln, x, y) macro
|