Home
last modified time | relevance | path

Searched refs:MAX_RATIOS (Results 1 – 3 of 3) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.cu539 const int MAX_RATIOS = 18; in two_body_NLratio_kernel() local
542 __shared__ float myRnew[MAX_RATIOS][3], myRold[3]; in two_body_NLratio_kernel()
571 __shared__ float shared_sum[MAX_RATIOS][BS + 1]; in two_body_NLratio_kernel()
617 const int MAX_RATIOS = 18; in two_body_NLratio_kernel() local
620 __shared__ double myRnew[MAX_RATIOS][3], myRold[3]; in two_body_NLratio_kernel()
651 __shared__ double shared_sum[MAX_RATIOS][BS + 1]; in two_body_NLratio_kernel()
1797 const int MAX_RATIOS = 18; in one_body_NLratio_kernel() local
1800 __shared__ float myRnew[MAX_RATIOS][3], myRold[3]; in one_body_NLratio_kernel()
1826 __shared__ float shared_sum[MAX_RATIOS][BS + 1]; in one_body_NLratio_kernel()
1878 const int MAX_RATIOS = 18; in one_body_NLratio_kernel() local
[all …]
H A DBsplineJastrowCudaPBC.cu1237 const int MAX_RATIOS = 18; in two_body_NLratio_PBC_kernel() local
1238 __shared__ T shared_sum[MAX_RATIOS][BS + 1]; in two_body_NLratio_PBC_kernel()
1239 __shared__ T myRnew[MAX_RATIOS][3]; in two_body_NLratio_PBC_kernel()
3319 const int MAX_RATIOS = 18; in one_body_NLratio_PBC_kernel() local
3322 __shared__ T myRnew[MAX_RATIOS][3], myRold[3]; in one_body_NLratio_PBC_kernel()
3372 __shared__ T shared_sum[MAX_RATIOS][BS + 1]; in one_body_NLratio_PBC_kernel()
3426 const int MAX_RATIOS = 18; in one_body_NLratio_PBC_kernel_fast() local
3429 __shared__ T myRnew[MAX_RATIOS][3], myRold[3]; in one_body_NLratio_PBC_kernel_fast()
3460 __shared__ T shared_sum[MAX_RATIOS][BS + 1]; in one_body_NLratio_PBC_kernel_fast()
/dports/audio/libsamplerate/libsamplerate-0.2.2/tests/
H A Dsnr_bw_test.c29 #define MAX_RATIOS 6 macro