Searched defs:scalbn (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_scalbn.c55 scalbn(double x, int n) function
H A Dnamespace.h81 #define scalbn _scalbn macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h565 scalbn(__T __x, int __exp) { function
H A D__clang_cuda_cmath.h350 scalbn(__T __x, int __exp) { function
H A Dtgmath.h1164 #undef scalbn macro
1165 #define scalbn(__x, __y) __tg_scalbn(__tg_promote1((__x))(__x), __y) macro
H A D__clang_cuda_math.h277 __DEVICE__ double scalbn(double __a, int __b) { return __nv_scalbn(__a, __b); } function
H A D__clang_hip_math.h1012 double scalbn(double __x, int __n) { return __ocml_scalbn_f64(__x, __n); } function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
/netbsd-current/include/
H A Dtgmath.h183 #define scalbn(a,b) __TG_FN1x(scalbn, (a), (b)) macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1264 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { function in namespace:llvm
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c402 scalbn (double x, int y) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c402 scalbn (double x, int y) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c7663 tree cond, nan, tmp, frexp, scalbn; local
7737 tree arg, type, e, x, cond, nan, stmt, tmp, frexp, scalbn, fabs; local
7790 tree args[2], type, scalbn; local
7808 tree args[2], type, tmp, frexp, scalbn, cond, nan, res; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc7722 tree cond, nan, tmp, frexp, scalbn; local
7796 tree arg, type, e, x, cond, nan, stmt, tmp, frexp, scalbn, fabs; local
7849 tree args[2], type, scalbn; local
7867 tree args[2], type, tmp, frexp, scalbn, cond, nan, res; local
[all...]

Completed in 404 milliseconds