Home
last modified time | relevance | path

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

/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/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/sponge/dihedral/
Ddihedral_force_impl.cu63 float sin_phi = sinf(phi); in DihedralForceKernel() local
68 if (fabsf(sin_phi) < 1e-6) { in DihedralForceKernel()
72 dE_dphi = temp_pn * (temp_gamc * sin_nphi - temp_gams * cos_nphi) / sin_phi; in DihedralForceKernel()
Ddihedral_force_with_atom_energy_impl.cu65 float sin_phi = sinf(phi); in DihedralForceWithAtomEnergyKernel() local
70 if (fabsf(sin_phi) < 1e-6) { in DihedralForceWithAtomEnergyKernel()
74 dE_dphi = temp_pn * (temp_gamc * sin_nphi - temp_gams * cos_nphi) / sin_phi; in DihedralForceWithAtomEnergyKernel()
/third_party/ffmpeg/libavfilter/
Dvf_v360.c1748 const float sin_phi = sinf(phi); in equirect_to_xyz() local
1753 vec[0] = cos_theta * sin_phi; in equirect_to_xyz()
1777 const float sin_phi = sinf(phi); in hequirect_to_xyz() local
1782 vec[0] = cos_theta * sin_phi; in hequirect_to_xyz()
2304 const float sin_phi = sinf(phi); in mercator_to_xyz() local
2311 vec[2] = sin_theta * sin_phi; in mercator_to_xyz()
2485 const float sin_phi = sinf(phi); in sinusoidal_to_xyz() local
2490 vec[0] = cos_theta * sin_phi; in sinusoidal_to_xyz()
2836 const float sin_phi = sinf(phi); in fisheye_to_xyz() local
2842 vec[1] = cos_theta * sin_phi; in fisheye_to_xyz()
[all …]