Home
last modified time | relevance | path

Searched defs:axty (Results 1 – 8 of 8) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/Kernels/
H A Daxty.cu51 void axty(int n, float alpha, float const* x, float* y) in axty() function
57 void axty(int n, double alpha, double const* x, double* y) in axty() function
63 void axty(int n, std::complex<float> alpha, std::complex<float> const* x, std::complex<float>* y) in axty() function
69 void axty(int n, std::complex<double> alpha, std::complex<double> const* x, std::complex<double>* y) in axty() function
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/Kernels/
H A Daxty.hip.cpp47 void axty(int n, float alpha, float const* x, float* y) in axty() function
53 void axty(int n, double alpha, double const* x, double* y) in axty() function
59 void axty(int n, std::complex<float> alpha, std::complex<float> const* x, std::complex<float>* y) in axty() function
65 void axty(int n, std::complex<double> alpha, std::complex<double> const* x, std::complex<double>* y) in axty() function
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/
H A Dold_blas_cuda.hpp358 inline static void axty(int n, T const alpha, ptrA const x, int incx, ptrB y, int incy) in axty() function
371 inline static void axty(int n, T const alpha, ptrA const x, int incx, ptrB y, int incy) in axty() function
H A Dblas_cuda_catch_all.hpp156 inline static void axty(int n, T const alpha, ptrA const x, int incx, ptrB y, int incy) in axty() function
H A Dblas_cuda_gpu_ptr.hpp220 inline static void axty(int n, T const alpha, device_pointer<Q> x, int incx, device_pointer<T> y, i… in axty() function
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/
H A Dblas_hip_catch_all.hpp153 inline static void axty(int n, T const alpha, ptrA const x, int incx, ptrB y, int incy) in axty() function
H A Dblas_hip_gpu_ptr.hpp214 inline static void axty(int n, T const alpha, device_pointer<Q> x, int incx, device_pointer<T> y, i… in axty() function
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CPU/
H A Dblas_cpu.hpp1008 inline static void axty(int n, T const alpha, T const* x, int incx, T* y, int incy) in axty() function