Searched refs:DAY_MS (Results 1 – 4 of 4) sorted by relevance
177 #define DAY_MS U_MILLIS_PER_DAY macro323 fTime = (double)(jdn * DAY_MS) + JULIAN_EPOCH_MS; in setJulianDay()354 julianDay = (fTime - (double)JULIAN_EPOCH_MS) / (double)DAY_MS; in getJulianDay()424 double base = (DAY_MS * ClockMath::floorDivide(fTime + fGmtOffset,(double)DAY_MS)) - fGmtOffset; in lstToUT()749 …double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12… in getSunRiseSet()1297 …double deltaT = (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / C… in timeOfAngle()1339 double delta = uprv_ceil (periodDays * DAY_MS / 8.0); in timeOfAngle()
21 static const double DAY_MS = 24.*60.*60.*1000.; variable