Home
last modified time | relevance | path

Searched refs:dndot (Results 1 – 17 of 17) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A Ddump2code.pl46 my ($prn, $health, $tocStr, $toeStr, $af0, $af1, $af2, $A, $Adot, $dn, $dndot,
91 $dndot = $arr[4];
139 printf(" oe.dndot = $dndot;\n");
H A DGPSEphemerisStore_T.cpp135 eph1.dndot = 0; in doGetPrnXvtTests()
174 eph2.dndot = 0; in doGetPrnXvtTests()
213 eph3.dndot = 0; in doGetPrnXvtTests()
H A DBDSEphemeris_T.cpp84 oe.dndot = 0; in testSvXvtMEO()
204 oe.dndot = 0.00000000E+00; in testSvXvtGEO()
318 oe.dndot = 0.00000000E+00;
H A DOrbitEph_T.cpp75 oe.dndot = 0; in testSvXvt()
H A DOrbElem_T.cpp91 oe.dndot = 0; in testSvXvt()
H A DBrcKeplerOrbit_T.cpp122 TUASSERTE(double, 0, empty.dndot); in initializationTest()
241 orbitCopy.dndot = 2.8e-12; in equalityTest()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DOrbElem.cpp61 dn(0.0), dndot(0.0), ecc(0.0), A(0.0), Adot(0.0), OMEGA0(0.0), in OrbElem()
93 if (dndot != right->dndot) return false; in isSameData()
120 if (dndot != right->dndot) retList.push_back("dndot"); in compare()
232 double dnA = dn + 0.5 * dndot * elapte; in svXvt()
371 double dnA = dn + 0.5 * dndot * elapte; in svRelativity()
508 << setw(fw) << dndot << " rad/(sec**2)" << endl in dumpBody()
H A DBrcKeplerOrbit.cpp65 Cuc = Cus = Crc = Crs = Cic = Cis = M0 = dn = dndot = in BrcKeplerOrbit()
121 (dndot == right.dndot) && in operator ==()
169 dndot = dndotArg; in loadData()
272 dndot = 0.0; in loadData()
702 return dndot; in getDnDot()
H A DEngEphemeris.cpp1067 double dndot = 0.0; in loadData() local
1091 m0, Dn, dndot, Ecc, A, ahalf, Adot, Omega0, I0, W, in loadData()
1206 double dndot = 0.0; in setSF2() local
1234 dndot, Ecc, A, ahalf, Adot, Omega0, I0, W, OmegaDot, in setSF2()
1284 double dndot = 0.0; in setSF3() local
1297 dndot = orbit.getDnDot(); in setSF3()
1322 dndot, Ecc, A, ahalf, Adot, Omega0, I0, W, OmegaDot, in setSF3()
H A DOrbElem.hpp196 double dndot; /**< Rate of correction to mean motion (rad/sec/sec) */ member in gpstk::OrbElem
H A DOrbitEph.hpp212 double dndot; ///< Rate of correction to mean motion (rad/sec/sec) member in gpstk::OrbitEph
H A DBrcKeplerOrbit.hpp378 double dndot; /**< Rate of correction to mean motion (rad/sec/sec) */ member in gpstk::BrcKeplerOrbit
H A DOrbitEph.cpp70 dndot(0.0), Adot(0.0), in OrbitEph()
154 double dnA = dn + 0.5*dndot*elapte; in svXvt()
H A DOrbElemRinex.cpp237 dndot = 0.0; in loadData()
320 dndot = 0.0; in loadData()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3NavData.cpp597 double dndot = 0.0; in operator EngEphemeris() local
624 M0, dn, dndot, ecc, A, Ahalf, Adot, OMEGA0, i0, in operator EngEphemeris()
672 oeptr->dndot = 0.; in castTo()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX/
H A DRinexNavData.cpp214 gpse.dndot = 0.; in operator GPSEphemeris()
/dports/science/code_saturne/code_saturne-7.1.0/tests/
H A Dcs_blas_test.c1659 dndot(n, 1, y, 1, 1, da, 1, 1, x, 1, 1); in _ad_x_test()