Searched defs:scalbn (Results 1 – 7 of 7) sorted by relevance
/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 | 1420 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 4643 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function 5250 DoubleAPFloat scalbn(const DoubleAPFloat &Arg, int Exp, in scalbn() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
|