Searched refs:theneg (Results 1 – 6 of 6) sorted by relevance
/dports/astro/sextractor/sextractor-2.5.0/src/wcs/ |
H A D | proj.c | 2243 double f, fneg, fpos, lambda, tanthe, theneg, thepos, w, xp, xx, ymthe, yp; local 2264 theneg = 0.0; 2274 *theta = (thepos+theneg)/2.0; 2283 *theta = thepos - lambda*(thepos-theneg); 2293 if (fabs(thepos-theneg) < tol) break; 2300 theneg = *theta;
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | proj.c | 3409 double f, fneg, fpos, lambda, tanthe, theneg, thepos, w, xp, xx, ymthe, yp; local 3430 theneg = 0.0; 3440 *theta = (thepos+theneg)/2.0; 3449 *theta = thepos - lambda*(thepos-theneg); 3459 if (fabs(thepos-theneg) < tol) break; 3466 theneg = *theta;
|
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/ |
H A D | proj.c | 3360 double f, fneg, fpos, lambda, tanthe, theneg, thepos, w, xp, xx, ymthe, yp; local 3381 theneg = 0.0; 3391 *theta = (thepos+theneg)/2.0; 3400 *theta = thepos - lambda*(thepos-theneg); 3410 if (fabs(thepos-theneg) < tol) break; 3417 theneg = *theta;
|
/dports/astro/wcslib/wcslib-7.7/C/ |
H A D | prj.c | 6409 double f, fneg, fpos, lambda, tanthe, the, theneg, thepos, w, x1, xj, xx, in pcox2s() local 6480 theneg = 0.0; in pcox2s() 6495 the = thepos - lambda*(thepos-theneg); in pcox2s() 6504 if (fabs(thepos-theneg) < tol) break; in pcox2s() 6511 theneg = the; in pcox2s()
|
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/ |
H A D | prj.c | 6409 double f, fneg, fpos, lambda, tanthe, the, theneg, thepos, w, x1, xj, xx, in pcox2s() local 6480 theneg = 0.0; in pcox2s() 6495 the = thepos - lambda*(thepos-theneg); in pcox2s() 6504 if (fabs(thepos-theneg) < tol) break; in pcox2s() 6511 theneg = the; in pcox2s()
|
/dports/astro/siril/siril/subprojects/wcslib/ |
H A D | prj.c | 6384 double f, fneg, fpos, lambda, tanthe, the, theneg, thepos, w, x1, xj, xx, in pcox2s() local 6455 theneg = 0.0; in pcox2s() 6470 the = thepos - lambda*(thepos-theneg); in pcox2s() 6479 if (fabs(thepos-theneg) < tol) break; in pcox2s() 6486 theneg = the; in pcox2s()
|