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

/freebsd-11-stable/lib/msun/src/
H A Ds_scalbln.c36 scalbln(double x, long n) function
H A Dmath.h318 double scalbln(double, long);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h185 __DEVICE__ double scalbln(double, long);
186 __DEVICE__ float scalbln(float, long);
285 using ::scalbln;
H A D__clang_cuda_cmath.h314 scalbln(__T __x, long __exp) { function
315 return std::scalbln((double)__x, __exp);
393 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_device_functions.h1724 __DEVICE__ double scalbln(double __a, long __b) { function
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h87 using std::tr1::scalbln;
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c153 double (scalbln)(double x, long n) { n_double++; } function
590 PRINT("scalbln",
591 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, i) &&
592 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, 1.l) &&
593 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, dc));
/freebsd-11-stable/include/
H A Dtgmath.h199 #define scalbln(x, y) __tg_simplev(x, scalbln, x, y) macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h276 floating_point scalbln (arithmetic x, long ex);
1520 // scalbln
1522 inline _LIBCPP_INLINE_VISIBILITY float scalbln(float __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnf(__lcpp_x, __lcpp_y);}
1523 inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
1528 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);}
/freebsd-11-stable/lib/msun/
H A DMakefile242 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31062 scalbln(0.0, 0l);
[all...]

Completed in 506 milliseconds