/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/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 159 __DEVICE__ double scalbln(double, long); 160 __DEVICE__ float scalbln(float, long); 262 using ::scalbln;
|
H A D | __clang_cuda_cmath.h | 343 scalbln(__T __x, long __exp) { 344 return std::scalbln((double)__x, __exp); 422 using ::scalbln;
|
H A D | __clang_hip_cmath.h | 161 __DEVICE__ __CONSTEXPR__ float scalbln(float __x, long int __n) { in scalbln() function 616 scalbln(__T __x, long int __exp) { 617 return ::scalbln((double)__x, __exp); 710 using ::scalbln;
|
H A D | tgmath.h | 1175 __tg_scalbln(double __x, long __y) {return scalbln(__x, __y);} in __tg_scalbln() 1181 #undef scalbln 1182 #define scalbln(__x, __y) __tg_scalbln(__tg_promote1((__x))(__x), __y) macro
|
/freebsd/lib/msun/src/ |
H A D | s_scalbln.c | 35 scalbln(double x, long n) in scalbln() function
|
H A D | math.h | 317 double scalbln(double, long);
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 151 double (scalbln)(double x, long n) { n_double++; } 589 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, i) && in main() 590 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, 1.l) && in main() 591 PASS_REAL_FIXED_ARG_REAL_RET(scalbln, dc)); in main()
|
/freebsd/include/ |
H A D | tgmath.h | 199 #define scalbln(x, y) __tg_simplev(x, scalbln, x, y) macro
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 155 scalbln;
|
H A D | Makefile | 261 MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 491 using std::__math::scalbln;
|
H A D | cmath | 291 floating_point scalbln (arithmetic x, long ex); 487 using ::scalbln _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 118 using ::scalbln _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 119 using std::scalbln _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 715 SYMBOL(scalbln, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2552 SYMBOL(scalbln, std::, <cmath>) 2553 SYMBOL(scalbln, None, <cmath>) 2554 SYMBOL(scalbln, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2783 fun:scalbln=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 3822 let Spellings = ["scalbln"];
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2507 MUTATE_LDBL(scalbln) in mutateLongDoubleBuiltin()
|