Home
last modified time | relevance | path

Searched refs:periodDays (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1217 double periodDays, long epsilon, boolean next)
1227 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
1269 long delta = (long) (periodDays * DAY_MS / 8);
1271 return timeOfAngle(func, desired, periodDays, epsilon, next);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java1223 double periodDays, long epsilon, boolean next)
1233 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2;
1275 long delta = (long) (periodDays * DAY_MS / 8);
1277 return timeOfAngle(func, desired, periodDays, epsilon, next);
/external/icu/icu4c/source/i18n/
Dastro.cpp1300 double periodDays, double epsilon, UBool next) in timeOfAngle() argument
1310 …double deltaT = (deltaAngle + (next ? 0.0 : - CalendarAstronomer_PI2 )) * (periodDays*DAY_MS) / C… in timeOfAngle()
1352 double delta = uprv_ceil (periodDays * DAY_MS / 8.0); in timeOfAngle()
1354 return timeOfAngle(func, desired, periodDays, epsilon, next); in timeOfAngle()
Dastro.h656 double periodDays, double epsilon, UBool next);