Home | History | Annotate | Download | only in dist

Lines Matching refs:tx

11583         DateTime tx;
11586 memset(&tx, 0, sizeof(tx));
11587 if( parseHhMmSs(z2, &tx) ) break;
11588 computeJD(&tx);
11589 tx.iJD -= 43200000;
11590 day = tx.iJD/86400000;
11591 tx.iJD -= day*86400000;
11592 if( z[0]=='-' ) tx.iJD = -tx.iJD;
11595 p->iJD += tx.iJD;