Searched defs:SUN_OMEGA_G (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java509 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee field in class:CalendarAstronomer
599 double meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G);
606 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java507 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee field in class:CalendarAstronomer
597 double meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G);
604 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G),
/external/icu/icu4c/source/i18n/
H A 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);
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G);

Completed in 189 milliseconds