Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java190 static private final double DEG_RAD = PI / 180; // degrees -> radians field in CalendarAstronomer
243 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer()
244 fLatitude = normPI(latitude * DEG_RAD); in CalendarAstronomer()
704 .533 * DEG_RAD, // Angular Diameter
705 34 /60.0 * DEG_RAD, // Refraction correction
1203 .533 * DEG_RAD, // Angular Diameter
1204 34 /60.0 * DEG_RAD, // Refraction correction
1402 eclipObliquity *= DEG_RAD;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java192 static private final double DEG_RAD = PI / 180; // degrees -> radians field in CalendarAstronomer
245 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer()
246 fLatitude = normPI(latitude * DEG_RAD); in CalendarAstronomer()
706 .533 * DEG_RAD, // Angular Diameter
707 34 /60.0 * DEG_RAD, // Refraction correction
1205 .533 * DEG_RAD, // Angular Diameter
1206 34 /60.0 * DEG_RAD, // Refraction correction
1404 eclipObliquity *= DEG_RAD;
/external/icu/icu4c/source/i18n/
Dastro.cpp207 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians macro
276 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer()
277 fLatitude = normPI(latitude * (double)DEG_RAD); in CalendarAstronomer()
765 .533 * DEG_RAD, // Angular Diameter in getSunRiseSet()
766 34. /60.0 * DEG_RAD, // Refraction correction in getSunRiseSet()
1290 .533 * DEG_RAD, // Angular Diameter in getMoonRiseSet()
1291 34 /60.0 * DEG_RAD, // Refraction correction in getMoonRiseSet()
1427 eclipObliquity *= DEG_RAD; in eclipticObliquity()