Home
last modified time | relevance | path

Searched refs:_cutsq (Results 1 – 18 of 18) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dpair_tersoff_gpu.cpp164 double *beta, *powern, *_cutsq; in init_style() local
169 beta = powern = _cutsq = nullptr; in init_style()
189 memory->create(_cutsq,nparams,"pair:_cutsq"); in init_style()
210 _cutsq[i] = params[i].cutsq; in init_style()
220 beta, powern, _cutsq); in init_style()
240 memory->destroy(_cutsq); in init_style()
H A Dpair_tersoff_mod_gpu.cpp157 double *beta, *powern, *ca1, *powern_del, *_cutsq; in init_style() local
162 beta = powern = _cutsq = nullptr; in init_style()
182 memory->create(_cutsq,nparams,"pair:_cutsq"); in init_style()
203 _cutsq[i] = params[i].cutsq; in init_style()
213 powern_del, ca1, _cutsq); in init_style()
233 memory->destroy(_cutsq); in init_style()
H A Dpair_tersoff_zbl_gpu.cpp165 double *beta, *powern, *Z_i, *Z_j, *ZBLcut, *ZBLexpscale, *_cutsq; in init_style() local
170 beta = powern = Z_i = Z_j = ZBLcut = ZBLexpscale = _cutsq = nullptr; in init_style()
194 memory->create(_cutsq,nparams,"pair:_cutsq"); in init_style()
219 _cutsq[i] = params[i].cutsq; in init_style()
230 global_e, global_a_0, global_epsilon_0, _cutsq); in init_style()
254 memory->destroy(_cutsq); in init_style()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_coul.cu133 const __global numtyp *restrict _cutsq, in k_coul_fast() argument
146 cutsq[tid]=_cutsq[tid]; in k_coul_fast()
H A Dlal_coul_debye.cu137 const __global numtyp *restrict _cutsq, in k_coul_debye_fast() argument
153 cutsq[tid]=_cutsq[tid]; in k_coul_debye_fast()
H A Dlal_lj_coul_debye.cu162 const __global numtyp *restrict _cutsq, in k_lj_debye_fast() argument
179 cutsq[tid]=_cutsq[tid]; in k_lj_debye_fast()
H A Dlal_lj_coul.cu155 const __global numtyp *restrict _cutsq, in k_lj_coul_fast() argument
171 cutsq[tid]=_cutsq[tid]; in k_lj_coul_fast()
H A Dlal_buck_coul.cu159 const __global numtyp4 *restrict _cutsq, in k_buck_coul_fast() argument
175 cutsq[tid]=_cutsq[tid]; in k_buck_coul_fast()
H A Dlal_dipole_lj.cu427 const __global numtyp *restrict _cutsq, in k_dipole_lj_fast() argument
443 cutsq[tid]=_cutsq[tid]; in k_dipole_lj_fast()
H A Dlal_dipole_lj_sf.cu459 const __global numtyp *restrict _cutsq, in k_dipole_lj_sf_fast() argument
476 cutsq[tid]=_cutsq[tid]; in k_dipole_lj_sf_fast()
H A Dlal_dipole_long_lj.cu471 const __global numtyp *restrict _cutsq, in k_dipole_long_lj_fast() argument
488 cutsq[tid]=_cutsq[tid]; in k_dipole_long_lj_fast()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_lj_coul.cu152 const __global numtyp *restrict _cutsq, in k_lj_coul_fast() argument
165 cutsq[tid]=_cutsq[tid]; in k_lj_coul_fast()
H A Dlal_buck_coul.cu156 const __global numtyp4 *restrict _cutsq, in k_buck_coul_fast() argument
169 cutsq[tid]=_cutsq[tid]; in k_buck_coul_fast()
H A Dlal_lj_coul_debye.cu159 const __global numtyp *restrict _cutsq, in k_lj_debye_fast() argument
173 cutsq[tid]=_cutsq[tid]; in k_lj_debye_fast()
H A Dlal_dipole_lj.cu355 const __global numtyp *restrict _cutsq, in k_dipole_lj_fast() argument
368 cutsq[tid]=_cutsq[tid]; in k_dipole_lj_fast()
H A Dlal_dipole_lj_sf.cu387 const __global numtyp *restrict _cutsq, in k_dipole_lj_sf_fast() argument
401 cutsq[tid]=_cutsq[tid]; in k_dipole_lj_sf_fast()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dcuda_pair_kernel.cu119 …bool in_cutoff = rsq < (_cutsq_global > X_F(0.0) ? _cutsq_global : _cutsq[itype * _cuda_ntypes + j… in Pair_Kernel_TpA()
418 …bool in_cutoff = rsq < (_cutsq_global > X_F(0.0) ? _cutsq_global : _cutsq[itype * _cuda_ntypes + j… in Pair_Kernel_BpA()
779 …bool in_cutoff = rsq < (_cutsq_global > X_F(0.0) ? _cutsq_global : _cutsq[itype * _cuda_ntypes + j… in Pair_Kernel_TpA_opt()
1079 …bool in_cutoff = rsq < (_cutsq_global > X_F(0.0) ? _cutsq_global : _cutsq[itype * _cuda_ntypes + j… in Pair_Kernel_BpA_opt()
H A Dcuda_pair.cu51 #define _cutsq MY_AP(cutsq) macro
58 __device__ __constant__ X_FLOAT _cutsq[CUDA_MAX_TYPES2]; variable