Searched refs:cos_phi (Results 1 – 4 of 4) sorted by relevance
62 float cos_phi = cosf(phi); in DihedralForceKernel() local70 dE_dphi = temp_gamc * (temp_pn - temp_ipn + temp_ipn * cos_phi); in DihedralForceKernel()75 VECTOR dphi_dr1 = r1_1_r2_1 * r2 + cos_phi * r1_2 * r1; in DihedralForceKernel()76 VECTOR dphi_dr2 = r1_1_r2_1 * r1 + cos_phi * r2_2 * r2; in DihedralForceKernel()
64 float cos_phi = cosf(phi); in DihedralForceWithAtomEnergyKernel() local72 dE_dphi = temp_gamc * (temp_pn - temp_ipn + temp_ipn * cos_phi); in DihedralForceWithAtomEnergyKernel()77 VECTOR dphi_dr1 = r1_1_r2_1 * r2 + cos_phi * r1_2 * r1; in DihedralForceWithAtomEnergyKernel()78 VECTOR dphi_dr2 = r1_1_r2_1 * r1 + cos_phi * r2_2 * r2; in DihedralForceWithAtomEnergyKernel()
59 double sin_phi = std::sin(phi), cos_phi = std::cos(phi); in main() local61 point_t point_on_sphere(sin_theta*sin_phi, cos_theta, sin_theta*cos_phi); in main()
1749 const float cos_phi = cosf(phi); in equirect_to_xyz() local1755 vec[2] = cos_theta * cos_phi; in equirect_to_xyz()1778 const float cos_phi = cosf(phi); in hequirect_to_xyz() local1784 vec[2] = cos_theta * cos_phi; in hequirect_to_xyz()2305 const float cos_phi = cosf(phi); in mercator_to_xyz() local2309 vec[0] = -sin_theta * cos_phi; in mercator_to_xyz()2486 const float cos_phi = cosf(phi); in sinusoidal_to_xyz() local2492 vec[2] = cos_theta * cos_phi; in sinusoidal_to_xyz()2837 const float cos_phi = cosf(phi); in fisheye_to_xyz() local2841 vec[0] = cos_theta * cos_phi; in fisheye_to_xyz()[all …]