Searched refs:periodDays (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 1217 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/ |
D | CalendarAstronomer.java | 1219 double periodDays, long epsilon, boolean next) 1229 double deltaT = (deltaAngle + (next ? 0 : -PI2)) * (periodDays*DAY_MS) / PI2; 1271 long delta = (long) (periodDays * DAY_MS / 8); 1273 return timeOfAngle(func, desired, periodDays, epsilon, next);
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 1300 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()
|
D | astro.h | 656 double periodDays, double epsilon, UBool next);
|