Home
last modified time | relevance | path

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

/openbsd/src/lib/libm/src/
Ds_scalbn.c24 scalbn (double x, int n) in scalbn() function
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1637 inline _LIBCPP_HIDE_FROM_ABI float scalbn(float __x, int __y) _NOEXCEPT {return __built… in scalbn() function
1640 _LIBCPP_HIDE_FROM_ABI double scalbn(double __x, int __y) _NOEXCEPT { in scalbn() function
1644 inline _LIBCPP_HIDE_FROM_ABI long double scalbn(long double __x, int __y) _NOEXCEPT {return __built… in scalbn() function
1649 scalbn(_A1 __x, int __y) _NOEXCEPT {return __builtin_scalbn((double)__x, __y);} in scalbn() function
/openbsd/src/include/
Dtgmath.h157 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPFloat.h1282 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPFloat.cpp4466 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function
5063 DoubleAPFloat scalbn(const DoubleAPFloat &Arg, int Exp, in scalbn() function
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math.h277 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } in scalbn() function
Dtgmath.h1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro