Home
last modified time | relevance | path

Searched refs:coslam (Results 1 – 25 of 109) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_laea.c52 double coslam, sinlam, q, sinb=0., cosb=0., b=0.; variable
54 coslam = cos(lp.lam);
67 b = 1. + cosb * coslam;
82 * (P->cosb1 * sinb - P->sinb1 * cosb * coslam);
94 xy.y = coslam * (P->mode == S_POLE ? b : -b);
102 double coslam, cosphi, sinphi;
106 coslam = cos(lp.lam);
109 xy.y = 1. + cosphi * coslam;
117 cosph0 * sinphi - sinph0 * cosphi * coslam;
120 coslam = -coslam;
[all …]
H A Dproj_stere.c58 coslam = cos(lp.lam);
68 P->cosX1 * cosX * coslam));
72 A = P->akm1 / (1. + cosX * coslam);
79 coslam = - coslam;
83 xy.y = - xy.x * coslam;
90 double sinphi, cosphi, coslam, sinlam;
94 coslam = cos(lp.lam);
98 xy.y = 1. + cosphi * coslam;
106 cosph0 * sinphi - sinph0 * cosphi * coslam;
109 coslam = - coslam;
[all …]
H A Dproj_ortho.c41 double coslam, cosphi, sinphi; variable
44 coslam = cos(lp.lam);
47 if (cosphi * coslam < - EPS10 ||
53 P->cosph0 * cosphi * coslam < - EPS10) F_ERROR;
54 xy.y = P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
57 coslam = - coslam;
60 xy.y = cosphi * coslam;
H A Dproj_gnom.c41 double coslam, cosphi, sinphi; variable
45 coslam = cos(lp.lam);
48 xy.y = cosphi * coslam;
51 xy.y = P->sinph0 * sinphi + P->cosph0 * cosphi * coslam;
67 xy.y *= P->cosph0 * sinphi - P->sinph0 * cosphi * coslam;
70 coslam = - coslam;
72 xy.y *= cosphi * coslam;
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0;
99 coslam = cos(lp_lon);
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam;
114 b = 1. + cosb * coslam;
136 b = sqrt(2. / (1. + cosb * coslam));
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b);
219 T coslam, cosphi, sinphi; in labrd_ellipsoid()
223 coslam = cos(lp_lon); in labrd_ellipsoid()
226 xy_y = 1. + cosphi * coslam; in labrd_ellipsoid()
240 coslam = -coslam; in labrd_ellipsoid()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Dlaea.hpp97 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
99 coslam = cos(lp_lon); in fwd()
111 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
114 b = 1. + cosb * coslam; in fwd()
136 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
146 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
219 T coslam, cosphi, sinphi; in fwd() local
223 coslam = cos(lp_lon); in fwd()
226 xy_y = 1. + cosphi * coslam; in fwd()
240 coslam = -coslam; in fwd()
[all …]
H A Dstere.hpp105 T coslam, sinlam, sinX=0.0, cosX=0.0, X, A = 0.0, sinphi; in fwd() local
107 coslam = cos(lp_lon); in fwd()
117 this->m_proj_parm.cosX1 * cosX * coslam)); in fwd()
124 if (1. + cosX * coslam == 0.0) { in fwd()
136 coslam = - coslam; in fwd()
141 xy_y = - xy_x * coslam; in fwd()
215 T sinphi, cosphi, coslam, sinlam; in fwd() local
219 coslam = cos(lp_lon); in fwd()
223 xy_y = 1. + cosphi * coslam; in fwd()
236 coslam = - coslam; in fwd()
[all …]
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dstere.cpp49 coslam = cos (lp.lam); in stere_e_forward()
61 Q->cosX1 * cosX * coslam); in stere_e_forward()
74 if (1. + cosX * coslam == 0.0) { in stere_e_forward()
77 A = Q->akm1 / (1. + cosX * coslam); in stere_e_forward()
85 coslam = - coslam; in stere_e_forward()
90 xy.y = - xy.x * coslam; in stere_e_forward()
102 double sinphi, cosphi, coslam, sinlam; in stere_s_forward() local
106 coslam = cos(lp.lam); in stere_s_forward()
111 xy.y = 1. + cosphi * coslam; in stere_s_forward()
126 coslam = - coslam; in stere_s_forward()
[all …]
H A Dlaea.cpp40 coslam = cos(lp.lam); in laea_e_forward()
53 b = 1. + Q->sinb1 * sinb + Q->cosb1 * cosb * coslam; in laea_e_forward()
56 b = 1. + cosb * coslam; in laea_e_forward()
79 b = sqrt(2. / (1. + cosb * coslam)); in laea_e_forward()
89 xy.y = coslam * (Q->mode == S_POLE ? b : -b); in laea_e_forward()
101 double coslam, cosphi, sinphi; in laea_s_forward() local
105 coslam = cos(lp.lam); in laea_s_forward()
108 xy.y = 1. + cosphi * coslam; in laea_s_forward()
120 Q->cosb1 * sinphi - Q->sinb1 * cosphi * coslam; in laea_s_forward()
123 coslam = -coslam; in laea_s_forward()
[all …]
H A Dortho.cpp41 double coslam, cosphi, sinphi; in ortho_s_forward() local
46 coslam = cos(lp.lam); in ortho_s_forward()
49 if (cosphi * coslam < - EPS10) in ortho_s_forward()
62 if (Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam < - EPS10) in ortho_s_forward()
64 xy.y = Q->cosph0 * sinphi - Q->sinph0 * cosphi * coslam; in ortho_s_forward()
67 coslam = - coslam; in ortho_s_forward()
72 xy.y = cosphi * coslam; in ortho_s_forward()
141 const double coslam = cos(lp.lam); in ortho_e_forward() local
153 xy.y = nu * (sinphi * Q->cosph0 - cosphi * Q->sinph0 * coslam) + in ortho_e_forward()
249 const double coslam = cos(lp.lam); in ortho_e_inverse() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_stere.c39 coslam = cos (lp.lam); in e_forward()
50 Q->cosX1 * cosX * coslam)); in e_forward()
55 A = 2. * Q->akm1 / (1. + cosX * coslam); in e_forward()
63 coslam = - coslam; in e_forward()
67 xy.y = - xy.x * coslam; in e_forward()
79 double sinphi, cosphi, coslam, sinlam; in s_forward() local
83 coslam = cos(lp.lam); in s_forward()
88 xy.y = 1. + cosphi * coslam; in s_forward()
96 cosph0 * sinphi - sinph0 * cosphi * coslam; in s_forward()
99 coslam = - coslam; in s_forward()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_stere.c39 coslam = cos (lp.lam); in e_forward()
50 Q->cosX1 * cosX * coslam)); in e_forward()
55 A = 2. * Q->akm1 / (1. + cosX * coslam); in e_forward()
63 coslam = - coslam; in e_forward()
67 xy.y = - xy.x * coslam; in e_forward()
79 double sinphi, cosphi, coslam, sinlam; in s_forward() local
83 coslam = cos(lp.lam); in s_forward()
88 xy.y = 1. + cosphi * coslam; in s_forward()
96 cosph0 * sinphi - sinph0 * cosphi * coslam; in s_forward()
99 coslam = - coslam; in s_forward()
[all …]
H A DPJ_laea.c32 coslam = cos(lp.lam); in e_forward()
44 b = 1. + Q->sinb1 * sinb + Q->cosb1 * cosb * coslam; in e_forward()
47 b = 1. + cosb * coslam; in e_forward()
67 b = sqrt(2. / (1. + cosb * coslam)); in e_forward()
77 xy.y = coslam * (Q->mode == S_POLE ? b : -b); in e_forward()
89 double coslam, cosphi, sinphi; in s_forward() local
93 coslam = cos(lp.lam); in s_forward()
96 xy.y = 1. + cosphi * coslam; in s_forward()
105 Q->cosb1 * sinphi - Q->sinb1 * cosphi * coslam; in s_forward()
108 coslam = -coslam; in s_forward()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Dlaea.hpp103 T coslam, sinlam, sinphi, q, sinb=0.0, cosb=0.0, b=0.0; in fwd() local
105 coslam = cos(lp_lon); in fwd()
117 … b = 1. + this->m_proj_parm.sinb1 * sinb + this->m_proj_parm.cosb1 * cosb * coslam; in fwd()
120 b = 1. + cosb * coslam; in fwd()
142 b = sqrt(2. / (1. + cosb * coslam)); in fwd()
152 xy_y = coslam * (this->m_proj_parm.mode == s_pole ? b : -b); in fwd()
231 T coslam, cosphi, sinphi; in fwd() local
235 coslam = cos(lp_lon); in fwd()
238 xy_y = 1. + cosphi * coslam; in fwd()
252 coslam = -coslam; in fwd()
[all …]

12345