Searched refs:theta0 (Results 1 – 5 of 5) sorted by relevance
30 float theta0 = angle_theta0[angle_i]; in AngleEnergyKernel() local44 float dtheta = theta - theta0; in AngleEnergyKernel()
30 float theta0 = angle_theta0[angle_i]; in AngleAtomEnergyKernel() local44 float dtheta = theta - theta0; in AngleAtomEnergyKernel()
30 float theta0 = angle_theta0[angle_i]; in AngleForceKernel() local44 float dtheta = theta - theta0; in AngleForceKernel()
31 float theta0 = angle_theta0[angle_i]; in AngleForceWithAtomEnergyKernel() local46 float dtheta = theta - theta0; in AngleForceWithAtomEnergyKernel()
103 CT const theta0 = acos(M); in apply() local104 CT const sin_theta0 = sin(theta0); in apply()