Searched refs:lastDeltaT (Results 1 – 3 of 3) sorted by relevance
1226 double lastDeltaT = deltaT; // Liu1265 if (Math.abs(deltaT) > Math.abs(lastDeltaT)) {1271 lastDeltaT = deltaT;
1224 double lastDeltaT = deltaT; // Liu1263 if (Math.abs(deltaT) > Math.abs(lastDeltaT)) {1269 lastDeltaT = deltaT;
1310 double lastDeltaT = deltaT; // Liu in timeOfAngle() local1349 if (uprv_fabs(deltaT) > uprv_fabs(lastDeltaT)) { in timeOfAngle()1355 lastDeltaT = deltaT; in timeOfAngle()