Home
last modified time | relevance | path

Searched refs:sclc2 (Results 1 – 6 of 6) sorted by relevance

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dedlimb_c.c232 SpiceDouble sclc2; in edlimb_c() local
275 sclc2 = sclc*sclc; in edlimb_c()
279 || ( sclc2 == 0. ) ) in edlimb_c()
301 + ( v[2]*v[2] / sclc2 ); in edlimb_c()
373 normal[2] = v[2] / sclc2; in edlimb_c()
H A Dedlimb.c24 doublereal scla2, sclb2, sclc2, v[3], scale; in edlimb_() local
332 sclc2 = d__1 * d__1; in edlimb_()
333 if (scla2 == 0. || sclb2 == 0. || sclc2 == 0.) { in edlimb_()
355 level = d__1 * d__1 / scla2 + d__2 * d__2 / sclb2 + d__3 * d__3 / sclc2; in edlimb_()
422 normal[2] = v[2] / sclc2; in edlimb_()
H A Dnpedln_c.c285 SpiceDouble sclc2; in npedln_c() local
438 sclc2 = sclc*sclc; in npedln_c()
442 || ( (SpiceDouble)touchd_(&sclc2) == 0. ) ) in npedln_c()
498 normal[2] = udir[2] / sclc2; in npedln_c()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dedlimb_c.c232 SpiceDouble sclc2; in edlimb_c() local
275 sclc2 = sclc*sclc; in edlimb_c()
279 || ( sclc2 == 0. ) ) in edlimb_c()
301 + ( v[2]*v[2] / sclc2 ); in edlimb_c()
373 normal[2] = v[2] / sclc2; in edlimb_c()
H A Dedlimb.c24 doublereal scla2, sclb2, sclc2, v[3], scale; in edlimb_() local
332 sclc2 = d__1 * d__1; in edlimb_()
333 if (scla2 == 0. || sclb2 == 0. || sclc2 == 0.) { in edlimb_()
355 level = d__1 * d__1 / scla2 + d__2 * d__2 / sclb2 + d__3 * d__3 / sclc2; in edlimb_()
422 normal[2] = v[2] / sclc2; in edlimb_()
H A Dnpedln_c.c285 SpiceDouble sclc2; in npedln_c() local
438 sclc2 = sclc*sclc; in npedln_c()
442 || ( (SpiceDouble)touchd_(&sclc2) == 0. ) ) in npedln_c()
498 normal[2] = udir[2] / sclc2; in npedln_c()