Home
last modified time | relevance | path

Searched defs:scalbn (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h131 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 Dldexp.c5 #define scalbn ldexp macro
/freebsd/lib/msun/src/
H A Ds_scalbn.c13 double scalbn(double x, int n) in scalbn() function
/freebsd/include/
H A Dtgmath.h198 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1420 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4643 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 Dtgmath.h1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro