/netbsd-src/lib/libm/src/ |
H A D | s_scalbn.c | 55 scalbn(double x, int n) in scalbn() function
|
H A D | namespace.h | 87 #define scalbn _scalbn macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 273 alias core.stdc.math.scalbn scalbn; in version() local 275 alias core.stdc.math.scalbnf scalbn; in version() local 277 alias core.stdc.math.scalbnl scalbn; in version() local 774 alias core.stdc.math.scalbn scalbn; in version() local 776 alias core.stdc.math.scalbnf scalbn; in version() local 778 alias core.stdc.math.scalbnl scalbn; in version() local 1264 alias core.stdc.math.scalbn scalbn; variable 1266 alias core.stdc.math.scalbnf scalbn; variable 1268 alias core.stdc.math.scalbnl scalbn; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1658 inline _LIBCPP_INLINE_VISIBILITY float scalbn(float __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function 1659 inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {… in scalbn() function 1664 scalbn(_A1 __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbn((double)__lcpp_x, __lcpp_y);} in scalbn() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 183 #define scalbn(a,b) __TG_FN1x(scalbn, (a), (b)) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1264 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 7663 tree cond, nan, tmp, frexp, scalbn; in gfc_conv_intrinsic_spacing() local 7737 tree arg, type, e, x, cond, nan, stmt, tmp, frexp, scalbn, fabs; in gfc_conv_intrinsic_rrspacing() local 7790 tree args[2], type, scalbn; in gfc_conv_intrinsic_scale() local 7808 tree args[2], type, tmp, frexp, scalbn, cond, nan, res; in gfc_conv_intrinsic_set_exponent() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 7724 tree cond, nan, tmp, frexp, scalbn; in gfc_conv_intrinsic_spacing() local 7798 tree arg, type, e, x, cond, nan, stmt, tmp, frexp, scalbn, fabs; in gfc_conv_intrinsic_rrspacing() local 7851 tree args[2], type, scalbn; in gfc_conv_intrinsic_scale() local 7869 tree args[2], type, tmp, frexp, scalbn, cond, nan, res; in gfc_conv_intrinsic_set_exponent() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 277 __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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFloat.cpp | 4183 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function 4771 DoubleAPFloat scalbn(const DoubleAPFloat &Arg, int Exp, in scalbn() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 387 scalbn, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 387 scalbn, 99 keyword
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | c99_functions.c | 402 scalbn (double x, int y) in scalbn() function
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | c99_functions.c | 402 scalbn (double x, int y) in scalbn() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 3777 real scalbn(real x, int n) @trusted nothrow @nogc in scalbn() function
|