Searched defs:scalbn (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/lib/libm/src/ |
| D | s_scalbn.c | 24 scalbn (double x, int n) in scalbn() function
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 1637 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/ |
| D | tgmath.h | 157 #define scalbn(x, y) __tg_simplev(x, scalbn, x, y) macro
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | APFloat.h | 1282 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | APFloat.cpp | 4466 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.h | 277 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } in scalbn() function
|
| D | tgmath.h | 1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
|