Searched defs:scalbn (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/ |
| H A D | exponential_functions.h | 131 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT { return __builtin_scalbnf(… in scalbn() function 134 _LIBCPP_HIDE_FROM_ABI double scalbn(double __x, int __y) _NOEXCEPT { in scalbn() function 138 inline _LIBCPP_HIDE_FROM_ABI long double scalbn(long double __x, int __y) _NOEXCEPT { in scalbn() function 143 inline _LIBCPP_HIDE_FROM_ABI double scalbn(_A1 __x, int __y) _NOEXCEPT { in scalbn() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__math/ |
| H A D | exponential_functions.h | 131 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT { return __builtin_scalbnf(… in scalbn() function 134 _LIBCPP_HIDE_FROM_ABI double scalbn(double __x, int __y) _NOEXCEPT { in scalbn() function 138 inline _LIBCPP_HIDE_FROM_ABI long double scalbn(long double __x, int __y) _NOEXCEPT { in scalbn() function 143 inline _LIBCPP_HIDE_FROM_ABI double scalbn(_A1 __x, int __y) _NOEXCEPT { in scalbn() function
|
| /freebsd/lib/libc/gen/ |
| H A D | ldexp.c | 5 #define scalbn ldexp macro
|
| /freebsd/lib/msun/src/ |
| H A D | s_scalbn.c | 13 double scalbn(double x, int n) in scalbn() function
|
| /freebsd/include/ |
| H A D | tgmath.h | 198 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 1538 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 281 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } in scalbn() function
|
| H A D | tgmath.h | 1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4826 IEEEFloat scalbn(IEEEFloat X, int Exp, roundingMode RoundingMode) { in scalbn() function 5434 DoubleAPFloat scalbn(const DoubleAPFloat &Arg, int Exp, in scalbn() function
|