Searched refs:scalbln (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/lib/msun/src/
H A Ds_scalbln.c35 scalbln(double x, long n) function
H A Dmath.h322 double scalbln(double, long);
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h111 // scalbln
113 inline _LIBCPP_HIDE_FROM_ABI float scalbln(float __x, long __y) _NOEXCEPT { return __builtin_scalblnf(__x, __y); }
116 _LIBCPP_HIDE_FROM_ABI double scalbln(double __x, long __y) _NOEXCEPT {
120 inline _LIBCPP_HIDE_FROM_ABI long double scalbln(long double __x, long __y) _NOEXCEPT {
125 inline _LIBCPP_HIDE_FROM_ABI double scalbln(_A1 __x, long __y) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h159 __DEVICE__ double scalbln(double, long);
160 __DEVICE__ float scalbln(float, long);
262 using ::scalbln;
H A D__clang_cuda_cmath.h343 scalbln(__T __x, long __exp) { function
344 return std::scalbln((double)__x, __exp);
422 using ::scalbln;
H A D__clang_hip_cmath.h161 __DEVICE__ __CONSTEXPR__ float scalbln(float __x, long int __n) { function
616 scalbln(__T __x, long int __exp) { function
617 return ::scalbln((double)__x, __exp);
710 using ::scalbln;
H A Dtgmath.h1167 // scalbln
1175 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);}
1181 #undef scalbln macro
1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
H A D__clang_cuda_math.h279 __DEVICE__ double scalbln(double __a, long __b) { function
H A D__clang_hip_math.h1045 double scalbln(double __x, long int __n) { function
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c151 double (scalbln)(double x, long n) { n_double++; } function
588 PRINT("scalbln",
589 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, i) &&
590 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, 1.l) &&
591 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, dc));
/freebsd-current/include/
H A Dtgmath.h199 #define scalbln(x, y) __tg_simplev(x, scalbln, x, y) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc118 using ::scalbln;
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h276 floating_point scalbln (arithmetic x, long ex);
491 using std::__math::scalbln;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc119 using std::scalbln;
/freebsd-current/lib/msun/
H A DMakefile261 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2497 MUTATE_LDBL(scalbln)

Completed in 283 milliseconds