Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java507 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee field in CalendarAstronomer
597 double meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()
604 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java509 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee field in CalendarAstronomer
599 double meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()
606 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
/external/icu/icu4c/source/i18n/
Dastro.cpp533 #define SUN_OMEGA_G (282.768422 * CalendarAstronomer::PI/180) // Ecliptic longitude of perigee macro
651 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...