Home
last modified time | relevance | path

Searched refs:sineps (Results 1 – 7 of 7) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/AstroEph/
H A DSunPosition.cpp149 double sineps(std::sin(eps0)); in getPositionCIS() local
160 result.theArray[2] = (-w1*sineps)*AU_CONST; in getPositionCIS()
H A DMoonPosition.cpp681 double sineps(std::sin(eps)); in getPositionCIS() local
683 double es(eqcor*sineps); in getPositionCIS()
689 res.theArray[1] = (eqcor*X+Y*coseps-Z*sineps)*AU_CONST; in getPositionCIS()
690 res.theArray[2] = (Y*sineps+Z*coseps)*AU_CONST; in getPositionCIS()
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/misc-unsafe/
H A Dalmabench.ml47 and sineps = 0.3977771559319137 var
271 pv.(0).(1) <- y *. coseps -. z *. sineps;
272 pv.(0).(2) <- y *. sineps +. z *. coseps;
281 pv.(1).(1) <- y *. coseps -. z *. sineps;
282 pv.(1).(2) <- y *. sineps +. z *. coseps
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/misc-unsafe/
H A Dalmabench.ml47 and sineps = 0.3977771559319137 var
271 pv.(0).(1) <- y *. coseps -. z *. sineps;
272 pv.(0).(2) <- y *. sineps +. z *. coseps;
281 pv.(1).(1) <- y *. coseps -. z *. sineps;
282 pv.(1).(2) <- y *. sineps +. z *. coseps
/dports/astro/swe/swisseph-2.10.1/
H A Dswephlib.h97 extern void swi_coortrf2(double *xpo, double *xpn, double sineps, double coseps);
H A Dswephlib.c281 double sineps, coseps; in swi_coortrf() local
283 sineps = sin(eps); in swi_coortrf()
286 x[1] = xpo[1] * coseps + xpo[2] * sineps; in swi_coortrf()
303 x[1] = xpo[1] * coseps + xpo[2] * sineps; in swi_coortrf2()
1223 double eps, sineps, coseps; in precess_2() local
1256 sineps = sin(eps); in precess_2()
1259 z = coseps*R[1] + sineps*R[2]; in precess_2()
1260 x[2] = -sineps*R[1] + coseps*R[2]; in precess_2()
1318 sineps = sin(eps); in precess_2()
1320 z = coseps * x[1] - sineps * x[2]; in precess_2()
[all …]
H A Dsweph.c5167 double sinpsi, cospsi, sineps, coseps, sineps0, coseps0; in nut_matrix() local
5174 sineps = sin(eps); in nut_matrix()
5178 nu->matrix[0][2] = sinpsi * sineps; in nut_matrix()
5180 nu->matrix[1][1] = cospsi * coseps * coseps0 + sineps * sineps0; in nut_matrix()
5181 nu->matrix[1][2] = cospsi * sineps * coseps0 - coseps * sineps0; in nut_matrix()
5183 nu->matrix[2][1] = cospsi * coseps * sineps0 - sineps * coseps0; in nut_matrix()
5184 nu->matrix[2][2] = cospsi * sineps * sineps0 + coseps * coseps0; in nut_matrix()