Home
last modified time | relevance | path

Searched refs:Error_Code (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Dbng.c183 return Error_Code; in Find_Index()
346 return Error_Code; in Check_Out_Of_Area()
458 if (!Error_Code) in Set_BNG_Parameters()
518 if (!Error_Code) in Convert_Geodetic_To_BNG()
533 if (!Error_Code) in Convert_Geodetic_To_BNG()
536 return Error_Code; in Convert_Geodetic_To_BNG()
564 if(!Error_Code) in Convert_BNG_To_Geodetic()
573 if(!Error_Code) in Convert_BNG_To_Geodetic()
588 return Error_Code; in Convert_BNG_To_Geodetic()
625 if (!Error_Code) in Convert_Transverse_Mercator_To_BNG()
[all …]
H A Dutm.c132 long Error_Code = UTM_NO_ERROR; in Set_UTM_Parameters() local
136 Error_Code |= UTM_A_ERROR; in Set_UTM_Parameters()
146 if (!Error_Code) in Set_UTM_Parameters()
152 return (Error_Code); in Set_UTM_Parameters()
209 Error_Code |= UTM_LAT_ERROR; in Convert_Geodetic_To_UTM()
213 Error_Code |= UTM_LON_ERROR; in Convert_Geodetic_To_UTM()
215 if (!Error_Code) in Convert_Geodetic_To_UTM()
255 if (!Error_Code) in Convert_Geodetic_To_UTM()
279 return (Error_Code); in Convert_Geodetic_To_UTM()
319 if (!Error_Code) in Convert_UTM_To_Geodetic()
[all …]
H A Dneys.c164 long Error_Code = NEYS_NO_ERROR; in Set_Neys_Parameters() local
168 Error_Code |= NEYS_A_ERROR; in Set_Neys_Parameters()
187 if (!Error_Code) in Set_Neys_Parameters()
214 return (Error_Code); in Set_Neys_Parameters()
272 long Error_Code = NEYS_NO_ERROR; in Convert_Geodetic_To_Neys() local
276 Error_Code|= NEYS_LAT_ERROR; in Convert_Geodetic_To_Neys()
280 Error_Code|= NEYS_LON_ERROR; in Convert_Geodetic_To_Neys()
283 if (!Error_Code) in Convert_Geodetic_To_Neys()
292 return (Error_Code); in Convert_Geodetic_To_Neys()
330 if (!Error_Code) in Convert_Neys_To_Geodetic()
[all …]
H A Dups.c149 Error_Code |= UPS_A_ERROR; in Set_UPS_Parameters()
156 if (!Error_Code) in Set_UPS_Parameters()
161 return (Error_Code); in Set_UPS_Parameters()
206 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
209 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
211 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
214 Error_Code |= UPS_LON_ERROR; in Convert_Geodetic_To_UPS()
217 if (!Error_Code) in Convert_Geodetic_To_UPS()
251 return (Error_Code); in Convert_Geodetic_To_UPS()
289 if (!Error_Code) in Convert_UPS_To_Geodetic()
[all …]
H A Dlambert_2.c198 long Error_Code = LAMBERT_2_NO_ERROR; in Set_Lambert_2_Parameters() local
202 Error_Code |= LAMBERT_2_A_ERROR; in Set_Lambert_2_Parameters()
206 Error_Code |= LAMBERT_2_INV_F_ERROR; in Set_Lambert_2_Parameters()
233 if (!Error_Code) in Set_Lambert_2_Parameters()
288 return (Error_Code); in Set_Lambert_2_Parameters()
353 Error_Code|= LAMBERT_2_LAT_ERROR; in Convert_Geodetic_To_Lambert_2()
357 Error_Code|= LAMBERT_2_LON_ERROR; in Convert_Geodetic_To_Lambert_2()
360 if (!Error_Code) in Convert_Geodetic_To_Lambert_2()
365 return (Error_Code); in Convert_Geodetic_To_Lambert_2()
404 if (!Error_Code) in Convert_Lambert_2_To_Geodetic()
[all …]
H A Dlambert.c201 long Error_Code = LAMBERT_NO_ERROR; in Set_Lambert_Parameters() local
205 Error_Code |= LAMBERT_A_ERROR; in Set_Lambert_Parameters()
236 if (!Error_Code) in Set_Lambert_Parameters()
291 return (Error_Code); in Set_Lambert_Parameters()
356 Error_Code|= LAMBERT_LAT_ERROR; in Convert_Geodetic_To_Lambert()
360 Error_Code|= LAMBERT_LON_ERROR; in Convert_Geodetic_To_Lambert()
363 if (!Error_Code) in Convert_Geodetic_To_Lambert()
368 return (Error_Code); in Convert_Geodetic_To_Lambert()
394 long Error_Code = LAMBERT_NO_ERROR; in Convert_Lambert_To_Geodetic() local
407 if (!Error_Code) in Convert_Lambert_To_Geodetic()
[all …]
H A Dmiller.c156 long Error_Code = MILL_NO_ERROR; in Set_Miller_Parameters() local
160 Error_Code |= MILL_A_ERROR; in Set_Miller_Parameters()
164 Error_Code |= MILL_INV_F_ERROR; in Set_Miller_Parameters()
170 if (!Error_Code) in Set_Miller_Parameters()
200 return (Error_Code); in Set_Miller_Parameters()
259 Error_Code |= MILL_LAT_ERROR; in Convert_Geodetic_To_Miller()
263 Error_Code|= MILL_LON_ERROR; in Convert_Geodetic_To_Miller()
266 if (!Error_Code) in Convert_Geodetic_To_Miller()
281 return (Error_Code); in Convert_Geodetic_To_Miller()
317 if (!Error_Code) in Convert_Miller_To_Geodetic()
[all …]
H A Dorthogr.c170 Error_Code |= ORTH_A_ERROR; in Set_Orthographic_Parameters()
184 if (!Error_Code) in Set_Orthographic_Parameters()
202 return (Error_Code); in Set_Orthographic_Parameters()
268 Error_Code |= ORTH_LAT_ERROR; in Convert_Geodetic_To_Orthographic()
272 Error_Code|= ORTH_LON_ERROR; in Convert_Geodetic_To_Orthographic()
280 Error_Code |= ORTH_LON_ERROR; in Convert_Geodetic_To_Orthographic()
283 if (!Error_Code) in Convert_Geodetic_To_Orthographic()
297 return (Error_Code); in Convert_Geodetic_To_Orthographic()
338 if (!Error_Code) in Convert_Orthographic_To_Geodetic()
349 if (!Error_Code) in Convert_Orthographic_To_Geodetic()
[all …]
H A Deqdcyl.c170 long Error_Code = EQCY_NO_ERROR; in Set_Equidistant_Cyl_Parameters() local
174 Error_Code |= EQCY_A_ERROR; in Set_Equidistant_Cyl_Parameters()
182 Error_Code |= EQCY_STDP_ERROR; in Set_Equidistant_Cyl_Parameters()
188 if (!Error_Code) in Set_Equidistant_Cyl_Parameters()
221 return (Error_Code); in Set_Equidistant_Cyl_Parameters()
283 Error_Code |= EQCY_LAT_ERROR; in Convert_Geodetic_To_Equidistant_Cyl()
287 Error_Code|= EQCY_LON_ERROR; in Convert_Geodetic_To_Equidistant_Cyl()
290 if (!Error_Code) in Convert_Geodetic_To_Equidistant_Cyl()
306 return (Error_Code); in Convert_Geodetic_To_Equidistant_Cyl()
344 if (!Error_Code) in Convert_Equidistant_Cyl_To_Geodetic()
[all …]
H A Dlambert_1.c178 long Error_Code = LAMBERT_1_NO_ERROR; in Set_Lambert_1_Parameters() local
182 Error_Code |= LAMBERT_1_A_ERROR; in Set_Lambert_1_Parameters()
202 if (!Error_Code) in Set_Lambert_1_Parameters()
229 return (Error_Code); in Set_Lambert_1_Parameters()
295 Error_Code|= LAMBERT_1_LAT_ERROR; in Convert_Geodetic_To_Lambert_1()
299 Error_Code|= LAMBERT_1_LON_ERROR; in Convert_Geodetic_To_Lambert_1()
302 if (!Error_Code) in Convert_Geodetic_To_Lambert_1()
315 return (Error_Code); in Convert_Geodetic_To_Lambert_1()
337 return (Error_Code); in Convert_Geodetic_To_Lambert_1()
387 if (!Error_Code) in Convert_Lambert_1_To_Geodetic()
[all …]
H A Deckert6.c162 long Error_Code = ECK6_NO_ERROR; in Set_Eckert6_Parameters() local
166 Error_Code |= ECK6_A_ERROR; in Set_Eckert6_Parameters()
176 if (!Error_Code) in Set_Eckert6_Parameters()
209 return (Error_Code); in Set_Eckert6_Parameters()
267 long Error_Code = ECK6_NO_ERROR; in Convert_Geodetic_To_Eckert6() local
271 Error_Code |= ECK6_LAT_ERROR; in Convert_Geodetic_To_Eckert6()
275 Error_Code|= ECK6_LON_ERROR; in Convert_Geodetic_To_Eckert6()
278 if (!Error_Code) in Convert_Geodetic_To_Eckert6()
301 return (Error_Code); in Convert_Geodetic_To_Eckert6()
341 if (!Error_Code) in Convert_Eckert6_To_Geodetic()
[all …]
H A Dmercator.c178 long Error_Code = MERC_NO_ERROR; in Set_Mercator_Parameters() local
182 Error_Code |= MERC_A_ERROR; in Set_Mercator_Parameters()
196 if (!Error_Code) in Set_Mercator_Parameters()
230 return (Error_Code); in Set_Mercator_Parameters()
296 long Error_Code = MERC_NO_ERROR; in Convert_Geodetic_To_Mercator() local
300 Error_Code |= MERC_LAT_ERROR; in Convert_Geodetic_To_Mercator()
304 Error_Code |= MERC_LON_ERROR; in Convert_Geodetic_To_Mercator()
306 if (!Error_Code) in Convert_Geodetic_To_Mercator()
324 return (Error_Code); in Convert_Geodetic_To_Mercator()
361 if (!Error_Code) in Convert_Mercator_To_Geodetic()
[all …]
H A Dpolarst.c192 Error_Code |= POLAR_A_ERROR; in Set_Polar_Stereographic_Parameters()
207 if (!Error_Code) in Set_Polar_Stereographic_Parameters()
259 return (Error_Code); in Set_Polar_Stereographic_Parameters()
324 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
328 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
332 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
340 if (!Error_Code) in Convert_Geodetic_To_Polar_Stereographic()
386 return (Error_Code); in Convert_Geodetic_To_Polar_Stereographic()
431 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
444 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
[all …]
H A Deckert4.c163 long Error_Code = ECK4_NO_ERROR; in Set_Eckert4_Parameters() local
167 Error_Code |= ECK4_A_ERROR; in Set_Eckert4_Parameters()
177 if (!Error_Code) in Set_Eckert4_Parameters()
210 return (Error_Code); in Set_Eckert4_Parameters()
271 long Error_Code = ECK4_NO_ERROR; in Convert_Geodetic_To_Eckert4() local
275 Error_Code |= ECK4_LAT_ERROR; in Convert_Geodetic_To_Eckert4()
279 Error_Code|= ECK4_LON_ERROR; in Convert_Geodetic_To_Eckert4()
282 if (!Error_Code) in Convert_Geodetic_To_Eckert4()
307 return (Error_Code); in Convert_Geodetic_To_Eckert4()
350 if (!Error_Code) in Convert_Eckert4_To_Geodetic()
[all …]
H A Dmollweid.c161 long Error_Code = MOLL_NO_ERROR; in Set_Mollweide_Parameters() local
165 Error_Code |= MOLL_A_ERROR; in Set_Mollweide_Parameters()
169 Error_Code |= MOLL_INV_F_ERROR; in Set_Mollweide_Parameters()
175 if (!Error_Code) in Set_Mollweide_Parameters()
209 return (Error_Code); in Set_Mollweide_Parameters()
272 Error_Code |= MOLL_LAT_ERROR; in Convert_Geodetic_To_Mollweide()
276 Error_Code|= MOLL_LON_ERROR; in Convert_Geodetic_To_Mollweide()
279 if (!Error_Code) in Convert_Geodetic_To_Mollweide()
302 return (Error_Code); in Convert_Geodetic_To_Mollweide()
343 if (!Error_Code) in Convert_Mollweide_To_Geodetic()
[all …]
H A Dazeq.c164 long Error_Code = AZEQ_NO_ERROR; in Set_Azimuthal_Equidistant_Parameters() local
168 Error_Code |= AZEQ_A_ERROR; in Set_Azimuthal_Equidistant_Parameters()
182 if (!Error_Code) in Set_Azimuthal_Equidistant_Parameters()
226 return (Error_Code); in Set_Azimuthal_Equidistant_Parameters()
290 long Error_Code = AZEQ_NO_ERROR; in Convert_Geodetic_To_Azimuthal_Equidistant() local
294 Error_Code |= AZEQ_LAT_ERROR; in Convert_Geodetic_To_Azimuthal_Equidistant()
298 Error_Code |= AZEQ_LON_ERROR; in Convert_Geodetic_To_Azimuthal_Equidistant()
300 if (!Error_Code) in Convert_Geodetic_To_Azimuthal_Equidistant()
380 return (Error_Code); in Convert_Geodetic_To_Azimuthal_Equidistant()
419 if (!Error_Code) in Convert_Azimuthal_Equidistant_To_Geodetic()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimBngProjection.cpp202 return Error_Code; in Find_Index()
454 return Error_Code; in Check_Out_Of_Area()
475 if (!Error_Code) in Set_BNG_Parameters()
532 if (!Error_Code) in Convert_Geodetic_To_BNG()
547 if (!Error_Code) in Convert_Geodetic_To_BNG()
550 return Error_Code; in Convert_Geodetic_To_BNG()
577 if(!Error_Code) in Convert_BNG_To_Geodetic()
586 if(!Error_Code) in Convert_BNG_To_Geodetic()
601 return Error_Code; in Convert_BNG_To_Geodetic()
638 if (!Error_Code) in Convert_Transverse_Mercator_To_BNG()
[all …]
H A DossimUtm.c129 long Error_Code = UTM_NO_ERROR; in Set_UTM_Parameters() local
133 Error_Code |= UTM_A_ERROR; in Set_UTM_Parameters()
143 if (!Error_Code) in Set_UTM_Parameters()
149 return (Error_Code); in Set_UTM_Parameters()
206 Error_Code |= UTM_LAT_ERROR; in Convert_Geodetic_To_UTM()
210 Error_Code |= UTM_LON_ERROR; in Convert_Geodetic_To_UTM()
212 if (!Error_Code) in Convert_Geodetic_To_UTM()
252 if (!Error_Code) in Convert_Geodetic_To_UTM()
276 return (Error_Code); in Convert_Geodetic_To_UTM()
316 if (!Error_Code) in Convert_UTM_To_Geodetic()
[all …]
H A DossimUps.c146 Error_Code |= UPS_A_ERROR; in Set_UPS_Parameters()
153 if (!Error_Code) in Set_UPS_Parameters()
158 return (Error_Code); in Set_UPS_Parameters()
203 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
206 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
208 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
211 Error_Code |= UPS_LON_ERROR; in Convert_Geodetic_To_UPS()
214 if (!Error_Code) in Convert_Geodetic_To_UPS()
248 return (Error_Code); in Convert_Geodetic_To_UPS()
286 if (!Error_Code) in Convert_UPS_To_Geodetic()
[all …]
H A DossimPolarst.c189 Error_Code |= POLAR_A_ERROR; in Set_Polar_Stereographic_Parameters()
204 if (!Error_Code) in Set_Polar_Stereographic_Parameters()
256 return (Error_Code); in Set_Polar_Stereographic_Parameters()
321 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
325 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
329 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
337 if (!Error_Code) in Convert_Geodetic_To_Polar_Stereographic()
383 return (Error_Code); in Convert_Geodetic_To_Polar_Stereographic()
428 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
441 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
[all …]
/dports/comms/direwolf/direwolf-1.6/external/geotranz/
H A Dutm.c129 long Error_Code = UTM_NO_ERROR; in Set_UTM_Parameters() local
133 Error_Code |= UTM_A_ERROR; in Set_UTM_Parameters()
143 if (!Error_Code) in Set_UTM_Parameters()
149 return (Error_Code); in Set_UTM_Parameters()
206 Error_Code |= UTM_LAT_ERROR; in Convert_Geodetic_To_UTM()
210 Error_Code |= UTM_LON_ERROR; in Convert_Geodetic_To_UTM()
212 if (!Error_Code) in Convert_Geodetic_To_UTM()
263 if (!Error_Code) in Convert_Geodetic_To_UTM()
287 return (Error_Code); in Convert_Geodetic_To_UTM()
328 if (!Error_Code) in Convert_UTM_To_Geodetic()
[all …]
H A Dups.c142 Error_Code |= UPS_A_ERROR; in Set_UPS_Parameters()
149 if (!Error_Code) in Set_UPS_Parameters()
154 return (Error_Code); in Set_UPS_Parameters()
199 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
202 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
204 Error_Code |= UPS_LAT_ERROR; in Convert_Geodetic_To_UPS()
207 Error_Code |= UPS_LON_ERROR; in Convert_Geodetic_To_UPS()
210 if (!Error_Code) in Convert_Geodetic_To_UPS()
240 return Error_Code; in Convert_Geodetic_To_UPS()
278 if (!Error_Code) in Convert_UPS_To_Geodetic()
[all …]
H A Dpolarst.c185 long Error_Code = POLAR_NO_ERROR; in Set_Polar_Stereographic_Parameters() local
189 Error_Code |= POLAR_A_ERROR; in Set_Polar_Stereographic_Parameters()
204 if (!Error_Code) in Set_Polar_Stereographic_Parameters()
270 return (Error_Code); in Set_Polar_Stereographic_Parameters()
335 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
339 Error_Code |= POLAR_LAT_ERROR; in Convert_Geodetic_To_Polar_Stereographic()
351 if (!Error_Code) in Convert_Geodetic_To_Polar_Stereographic()
400 return (Error_Code); in Convert_Geodetic_To_Polar_Stereographic()
448 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
463 if (!Error_Code) in Convert_Polar_Stereographic_To_Geodetic()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/src/
H A Dlvm.pas987 CARDINAL32 * Error_Code );
1373 Error_Code: PCARDINAL32
1446 Error_Code: PCARDINAL32
1488 Error_Code: PCARDINAL32
1648 Error_Code: PCARDINAL32
1875 Error_Code: PCARDINAL32
1916 Error_Code: PCARDINAL32
2063 Error_Code: PCARDINAL32
2101 Error_Code: PCARDINAL32
2523 Error_Code: PCARDINAL32
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/sql/oci/
H A Dmatreshka-internals-sql_drivers-oracle.ads78 type Error_Code is new Sword; type
216 Position : Ub4) return Error_Code;
241 Dbname_Len : Ub4) return Error_Code;
276 Mode : Ub4 := 0) return Error_Code;
287 Mode : Ub4 := 0) return Error_Code;
350 Id : Ub2) return Error_Code;
358 Flag : Sword) return Error_Code;
367 Day : access Ub1) return Error_Code;
377 Fract : access Ub4) return Error_Code;
392 TZ_Len : Size_T := 0) return Error_Code;
[all …]

123456789