Searched refs:dt1 (Results 1 – 2 of 2) sorted by relevance
73 DateTime dt1 = (DateTime)ob1; in compare() local76 return dt1.Year == dt2.Year in compare()77 && dt1.Month == dt2.Month in compare()78 && dt1.Day == dt2.Day in compare()79 && dt1.Hours == dt2.Hours in compare()80 && dt1.Minutes == dt2.Minutes in compare()81 && dt1.Seconds == dt2.Seconds in compare()82 && dt1.HundredthSeconds == dt2.HundredthSeconds; in compare()
828 double dt1,dt2,dt3; // Delta t, y, ^3 in Spline2Poly() local850 dt1=t-tv[i]; dt2=dt1*dt1; dt3=dt2*dt1; in Spline2Poly()851 x=long(ax[i]+bx[i]*dt1+cx[i]*dt2+dx[i]*dt3); in Spline2Poly()852 y=long(ay[i]+by[i]*dt1+cy[i]*dt2+dy[i]*dt3); in Spline2Poly()
Completed in 22 milliseconds