Home
last modified time | relevance | path

Searched refs:PJ_COORD (Results 1 – 25 of 61) sorted by relevance

123

/dports/graphics/proj/proj-7.2.1/src/
H A Dinv.cpp39 static PJ_COORD inv_prepare (PJ *P, PJ_COORD coo) { in inv_prepare()
98 static PJ_COORD inv_finalize (PJ *P, PJ_COORD coo) { in inv_finalize()
137 static PJ_COORD error_or_coord(PJ *P, PJ_COORD coord, int last_errno) { in error_or_coord()
148 PJ_COORD coo = {{0,0,0,0}}; in pj_inv()
182 PJ_COORD coo = {{0,0,0,0}}; in pj_inv3d()
214 PJ_COORD pj_inv4d (PJ_COORD coo, PJ *P) { in pj_inv4d()
H A Dfwd.cpp41 static PJ_COORD fwd_prepare (PJ *P, PJ_COORD coo) { in fwd_prepare()
105 static PJ_COORD fwd_finalize (PJ *P, PJ_COORD coo) { in fwd_finalize()
160 static PJ_COORD error_or_coord(PJ *P, PJ_COORD coord, int last_errno) { in error_or_coord()
171 PJ_COORD coo = {{0,0,0,0}}; in pj_fwd()
205 PJ_COORD coo = {{0,0,0,0}}; in pj_fwd3d()
237 PJ_COORD pj_fwd4d (PJ_COORD coo, PJ *P) { in pj_fwd4d()
H A Dproj_internal.h184 PJ_COORD PROJ_DLL proj_coord_error (void);
194 PJ_COORD pj_fwd4d (PJ_COORD coo, PJ *P);
195 PJ_COORD pj_inv4d (PJ_COORD coo, PJ *P);
197 PJ_COORD PROJ_DLL pj_approx_2D_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coo);
198 PJ_COORD PROJ_DLL pj_approx_3D_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coo);
211 PJ_COORD pj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord);
224 union PJ_COORD;
233 typedef union PJ_COORD PJ_COORD; typedef
281 typedef PJ_COORD (* PJ_OPERATOR) (PJ_COORD, PJ *);
902 PJ_COORD coord);
H A Dpipeline.cpp151 static PJ_COORD pipeline_forward_4d (PJ_COORD point, PJ *P);
152 static PJ_COORD pipeline_reverse_4d (PJ_COORD point, PJ *P);
166 static PJ_COORD pipeline_forward_4d (PJ_COORD point, PJ *P) { in pipeline_forward_4d()
183 static PJ_COORD pipeline_reverse_4d (PJ_COORD point, PJ *P) { in pipeline_reverse_4d()
205 PJ_COORD point = {{0,0,0,0}}; in pipeline_forward_3d()
224 PJ_COORD point = {{0,0,0,0}}; in pipeline_reverse_3d()
247 PJ_COORD point = {{0,0,0,0}}; in pipeline_forward()
266 PJ_COORD point = {{0,0,0,0}}; in pipeline_reverse()
630 static PJ_COORD push(PJ_COORD point, PJ *P) { in push()
649 static PJ_COORD pop(PJ_COORD point, PJ *P) { in pop()
H A Dproj.h182 union PJ_COORD;
183 typedef union PJ_COORD PJ_COORD; typedef
273 union PJ_COORD { union
580 PJ_COORD PROJ_DLL proj_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coord);
599 double PROJ_DLL proj_lp_dist (const PJ *P, PJ_COORD a, PJ_COORD b);
602 double PROJ_DLL proj_lpz_dist (const PJ *P, PJ_COORD a, PJ_COORD b);
605 double PROJ_DLL proj_xy_dist (PJ_COORD a, PJ_COORD b);
608 double PROJ_DLL proj_xyz_dist (PJ_COORD a, PJ_COORD b);
611 PJ_COORD PROJ_DLL proj_geod (const PJ *P, PJ_COORD a, PJ_COORD b);
626 PJ_FACTORS PROJ_DLL proj_factors(PJ *P, PJ_COORD lp);
[all …]
H A D4D_api.cpp62 PJ_COORD res; in proj_coord()
119 PJ_COORD proj_geod (const PJ *P, PJ_COORD a, PJ_COORD b) { in proj_geod()
120 PJ_COORD c; in proj_geod()
137 double proj_lp_dist (const PJ *P, PJ_COORD a, PJ_COORD b) { in proj_lp_dist()
152 double proj_lpz_dist (const PJ *P, PJ_COORD a, PJ_COORD b) { in proj_lpz_dist()
159 double proj_xy_dist (PJ_COORD a, PJ_COORD b) { in proj_xy_dist()
164 double proj_xyz_dist (PJ_COORD a, PJ_COORD b) { in proj_xyz_dist()
173 PJ_COORD t, org; in proj_roundtrip()
257 PJ_COORD proj_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coord) { in proj_trans()
558 PJ_COORD pj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coord) { in pj_geocentric_latitude()
[all …]
H A Dinternal.cpp65 PJ_COORD proj_coord_error (void) { in proj_coord_error()
66 PJ_COORD c; in proj_coord_error()
74 PJ_COORD pj_approx_2D_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coo) { in pj_approx_2D_trans()
102 PJ_COORD pj_approx_3D_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coo) { in pj_approx_3D_trans()
/dports/graphics/proj/proj-7.2.1/src/conversions/
H A Dgeoc.cpp39 static PJ_COORD forward(PJ_COORD coo, PJ *P) { in forward()
44 static PJ_COORD inverse(PJ_COORD coo, PJ *P) { in inverse()
H A Daxisswap.cpp79 PJ_COORD out, in; in forward_2d()
95 PJ_COORD out, in; in reverse_2d()
111 PJ_COORD out, in; in forward_3d()
127 PJ_COORD in, out; in reverse_3d()
141 static PJ_COORD forward_4d(PJ_COORD coo, PJ *P) { in forward_4d()
144 PJ_COORD out; in forward_4d()
155 static PJ_COORD reverse_4d(PJ_COORD coo, PJ *P) { in reverse_4d()
158 PJ_COORD out; in reverse_4d()
H A Dunitconvert.cpp289 PJ_COORD point = {{0,0,0,0}}; in forward_2d()
305 PJ_COORD point = {{0,0,0,0}}; in reverse_2d()
321 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
338 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
351 static PJ_COORD forward_4d(PJ_COORD obs, PJ *P) { in forward_4d()
356 PJ_COORD out = obs; in forward_4d()
371 static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) { in reverse_4d()
376 PJ_COORD out = obs; in reverse_4d()
H A Dnoop.cpp7 static PJ_COORD noop(PJ_COORD coord, PJ *P) { in noop()
/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Dtinshift.cpp63 static PJ_COORD tinshift_forward_4d(PJ_COORD in, PJ *P) { in tinshift_forward_4d()
66 PJ_COORD out = in; in tinshift_forward_4d()
74 static PJ_COORD tinshift_reverse_4d(PJ_COORD in, PJ *P) { in tinshift_reverse_4d()
77 PJ_COORD out = in; in tinshift_reverse_4d()
H A Dxyzgridshift.cpp130 static PJ_COORD iterative_adjustment(PJ* P, in iterative_adjustment()
132 const PJ_COORD& pointInit, in iterative_adjustment()
135 PJ_COORD point = pointInit; in iterative_adjustment()
137 PJ_COORD geodetic; in iterative_adjustment()
165 static PJ_COORD direct_adjustment(PJ* P, in direct_adjustment()
167 PJ_COORD point, in direct_adjustment()
170 PJ_COORD geodetic; in direct_adjustment()
187 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
203 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
H A Dhgridshift.cpp45 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
68 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
88 static PJ_COORD forward_4d(PJ_COORD obs, PJ *P) { in forward_4d()
90 PJ_COORD point = obs; in forward_4d()
106 static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) { in reverse_4d()
108 PJ_COORD point = obs; in reverse_4d()
H A Dvgridshift.cpp75 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
99 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
121 static PJ_COORD forward_4d(PJ_COORD obs, PJ *P) { in forward_4d()
123 PJ_COORD point = obs; in forward_4d()
139 static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) { in reverse_4d()
141 PJ_COORD point = obs; in reverse_4d()
H A Daffine.cpp61 static PJ_COORD forward_4d(PJ_COORD obs, PJ *P) { in forward_4d()
62 PJ_COORD newObs; in forward_4d()
73 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
80 PJ_COORD point = {{0,0,0,0}}; in forward_2d()
86 static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) { in reverse_4d()
87 PJ_COORD newObs; in reverse_4d()
101 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
107 PJ_COORD point = {{0,0,0,0}}; in reverse_2d()
H A Dmolodensky.cpp215 PJ_COORD point = {{0,0,0,0}}; in forward_2d()
225 PJ_COORD point = {{0,0,0,0}}; in reverse_2d()
237 PJ_COORD point = {{0,0,0,0}}; in forward_3d()
261 static PJ_COORD forward_4d(PJ_COORD obs, PJ *P) { in forward_4d()
269 PJ_COORD point = {{0,0,0,0}}; in reverse_3d()
293 static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) { in reverse_4d()
H A Ddeformation.cpp155 PJ_COORD geodetic, shift, temp; in get_grid_shift()
257 PJ_COORD out, in; in forward_3d()
281 static PJ_COORD forward_4d(PJ_COORD in, PJ *P) { in forward_4d()
285 PJ_COORD out = in; in forward_4d()
306 PJ_COORD out; in reverse_3d()
320 static PJ_COORD reverse_4d(PJ_COORD in, PJ *P) { in reverse_4d()
322 PJ_COORD out = in; in reverse_4d()
H A Dhorner.cpp299 static PJ_COORD horner_forward_4d (PJ_COORD point, PJ *P) { in horner_forward_4d()
304 static PJ_COORD horner_reverse_4d (PJ_COORD point, PJ *P) { in horner_reverse_4d()
389 static PJ_COORD complex_horner_forward_4d (PJ_COORD point, PJ *P) { in complex_horner_forward_4d()
394 static PJ_COORD complex_horner_reverse_4d (PJ_COORD point, PJ *P) { in complex_horner_reverse_4d()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dlatlong.cpp77 static PJ_COORD latlong_forward_4d (PJ_COORD obs, PJ *P) { in latlong_forward_4d()
83 static PJ_COORD latlong_inverse_4d (PJ_COORD obs, PJ *P) { in latlong_inverse_4d()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp252 void forward(std::vector<PJ_COORD> in, in forward()
253 std::vector<PJ_COORD> & out) const in forward()
270 PJ_COORD c; in forward()
296 void forward(std::vector<PJ_COORD> in, in forward()
297 std::vector<PJ_COORD> & out) const in forward()
314 PJ_COORD c; in forward()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp252 void forward(std::vector<PJ_COORD> in, in forward()
253 std::vector<PJ_COORD> & out) const in forward()
270 PJ_COORD c; in forward()
296 void forward(std::vector<PJ_COORD> in, in forward()
297 std::vector<PJ_COORD> & out) const in forward()
314 PJ_COORD c; in forward()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dproj4.hpp252 void forward(std::vector<PJ_COORD> in, in forward()
253 std::vector<PJ_COORD> & out) const in forward()
270 PJ_COORD c; in forward()
296 void forward(std::vector<PJ_COORD> in, in forward()
297 std::vector<PJ_COORD> & out) const in forward()
314 PJ_COORD c; in forward()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/srs/
H A Dproj4.hpp252 void forward(std::vector<PJ_COORD> in, in forward()
253 std::vector<PJ_COORD> & out) const in forward()
270 PJ_COORD c; in forward()
296 void forward(std::vector<PJ_COORD> in, in forward()
297 std::vector<PJ_COORD> & out) const in forward()
314 PJ_COORD c; in forward()
/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dgie_self_tests.cpp48 PJ_COORD a, b, obs[2]; in TEST()
49 PJ_COORD coord[2]; in TEST()
175 sz = sizeof(PJ_COORD); in TEST()
251 PJ_COORD a, b; in TEST_F()
288 PJ_COORD a, b; in TEST_F()
310 PJ_COORD a, b; in TEST_F()
342 PJ_COORD a; in TEST()
538 PJ_COORD in, out; in test_time()
626 PJ_COORD a, b, c; in TEST()
681 PJ_COORD c; in TEST()
[all …]

123