Home
last modified time | relevance | path

Searched refs:e_inverse (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_somerc.c43 INVERSE(e_inverse); /* ellipsoid & spheroid */
61 P->inv = e_inverse;
H A Dproj_gstmerc.c47 INVERSE(e_inverse); /* ellipsoid */
71 P->inv = e_inverse;
H A Dproj_merc.c44 INVERSE(e_inverse); /* ellipsoid */
66 P->inv = e_inverse;
H A Dproj_cea.c45 INVERSE(e_inverse); /* ellipsoid */
80 P->inv = e_inverse;
H A Dproj_sterea.c54 INVERSE(e_inverse); /* ellipsoid */
80 P->inv = e_inverse;
H A Dproj_kocc.c54 INVERSE(e_inverse); /* ellipsoid */
88 P->inv = e_inverse;
H A Dproj_nzmg.c66 INVERSE(e_inverse); /* ellipsoid */
100 P->inv = e_inverse; P->fwd = e_forward;
H A Dproj_lcca.c58 INVERSE(e_inverse); /* ellipsoid & spheroid */
92 P->inv = e_inverse;
H A Dproj_cass.c59 INVERSE(e_inverse); /* ellipsoid */
98 P->inv = e_inverse;
H A Dproj_gn_sinu.c48 INVERSE(e_inverse); /* ellipsoid */
101 P->inv = e_inverse;
H A Dproj_bonne.c71 INVERSE(e_inverse); /* ellipsoid */
102 P->inv = e_inverse;
H A Dproj_tcea.c63 INVERSE(e_inverse); /* ellipsoid */
106 P->inv = e_inverse;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_minimal.c154 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
201 P->inv = e_inverse; in pj_projection_specific_setup_minimal()
H A DPJ_merc.c28 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
62 P->inv = e_inverse; in PROJECTION()
H A DPJ_nzmg.c76 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
127 P->inv = e_inverse; in PROJECTION()
H A DPJ_cea.c29 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
88 P->inv = e_inverse; in PROJECTION()
H A DPJ_sterea.c60 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
115 P->inv = e_inverse; in PROJECTION()
H A DPJ_lcca.c45 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
106 P->inv = e_inverse; in PROJECTION()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_minimal.c154 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
201 P->inv = e_inverse; in pj_projection_specific_setup_minimal()
H A DPJ_merc.c28 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
62 P->inv = e_inverse; in PROJECTION()
H A DPJ_nzmg.c76 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
127 P->inv = e_inverse; in PROJECTION()
H A DPJ_sterea.c60 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
115 P->inv = e_inverse; in PROJECTION()
H A DPJ_cea.c29 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
88 P->inv = e_inverse; in PROJECTION()
H A DPJ_lcca.c45 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse() function
106 P->inv = e_inverse; in PROJECTION()
/dports/security/mcrypt/mcrypt-2.6.8/src/
H A Dufc_crypt.c125 static int e_inverse[64]; variable
417 e_inverse[esel[bit] - 1] = bit; in _init_des()
418 e_inverse[esel[bit] - 1 + 32] = bit + 48; in _init_des()
444 comes_from_e_bit = e_inverse[comes_from_f_bit]; /* 0..95 */ in _init_des()

12345