Home
last modified time | relevance | path

Searched refs:SUN_E (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java508 static final double SUN_E = 0.016713; // Eccentricity of orbit field in CalendarAstronomer
604 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java513 static final double SUN_E = 0.016713; // Eccentricity of orbit field in CalendarAstronomer
609 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
/external/icu/icu4c/source/i18n/
Dastro.cpp534 #define SUN_E 0.016713 // Eccentricity of orbit macro
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()