Home
last modified time | relevance | path

Searched refs:cos_phi (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/dihedral/
Ddihedral_force_impl.cu62 float cos_phi = cosf(phi); in DihedralForceKernel() local
70 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()
Ddihedral_force_with_atom_energy_impl.cu64 float cos_phi = cosf(phi); in DihedralForceWithAtomEnergyKernel() local
72 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()
/third_party/boost/libs/random/example/
Dintersections.cpp59 double sin_phi = std::sin(phi), cos_phi = std::cos(phi); in main() local
61 point_t point_on_sphere(sin_theta*sin_phi, cos_theta, sin_theta*cos_phi); in main()
/third_party/ffmpeg/libavfilter/
Dvf_v360.c1749 const float cos_phi = cosf(phi); in equirect_to_xyz() local
1755 vec[2] = cos_theta * cos_phi; in equirect_to_xyz()
1778 const float cos_phi = cosf(phi); in hequirect_to_xyz() local
1784 vec[2] = cos_theta * cos_phi; in hequirect_to_xyz()
2305 const float cos_phi = cosf(phi); in mercator_to_xyz() local
2309 vec[0] = -sin_theta * cos_phi; in mercator_to_xyz()
2486 const float cos_phi = cosf(phi); in sinusoidal_to_xyz() local
2492 vec[2] = cos_theta * cos_phi; in sinusoidal_to_xyz()
2837 const float cos_phi = cosf(phi); in fisheye_to_xyz() local
2841 vec[0] = cos_theta * cos_phi; in fisheye_to_xyz()
[all …]