Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Ds_scalbn.c55 scalbn(double x, int n) in scalbn() function
H A Dnamespace.h87 #define scalbn _scalbn macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d273 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 Dmath.h1658 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 Dtgmath.h114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
/netbsd-src/include/
H A Dtgmath.h183 #define scalbn(a,b) __TG_FN1x(scalbn, (a), (b)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1264 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c7663 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 Dtrans-intrinsic.cc7724 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.h277 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } in scalbn() function
H A Dtgmath.h1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp4183 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 Dcfns.gperf387 scalbn, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf387 scalbn, 99 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c402 scalbn (double x, int y) in scalbn() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c402 scalbn (double x, int y) in scalbn() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3777 real scalbn(real x, int n) @trusted nothrow @nogc in scalbn() function