Home
last modified time | relevance | path

Searched defs:sinphi2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dortho.cpp209 const double sinphi2 = xy.y == 0 ? 0 : 1.0 / (SQ((1 - P->es) / xy.y) + P->es); in ortho_e_inverse() local
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChBeamSectionTaperedTimoshenko.cpp70 double sinphi2 = sinphi * sinphi; in SetMainInertiasInMassReference() local
151 double sinphi2 = sinphi * sinphi; in GetMainInertiasInMassReference() local
295 double sinphi2 = sin(mass_phi2); in ComputeAverageSectionParameters() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dti_misc.cpp1605 double sinphi2 = sin_acc_tab_draw_sphere(i+2); in DrawSphere() local
1648 double sinphi2 = sin_acc_tab_draw_sphere(i+2); in DrawSphere() local
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dearthtide.c391 double cosphi, sinphi, cosphi2, sinphi2, inv_rsun2, inv_rmon2, dif_xsun2, dif_xmon2, t; in earthtide_st1l1() local
460 double h, t2, t3, cosphi2, sinphi2, sin_tf, cos_tf; in earthtide_step2diu() local
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGGeodesy.cxx355 double sinphi2 = sin(phi2), cosphi2 = cos(phi2); in _geo_inverse_wgs_84() local