Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java188 static private final double DEG_RAD = PI / 180; // degrees -> radians field in CalendarAstronomer
241 fLongitude = normPI(longitude * DEG_RAD); in CalendarAstronomer()
242 fLatitude = normPI(latitude * DEG_RAD); in CalendarAstronomer()
701 .533 * DEG_RAD, // Angular Diameter
702 34 /60.0 * DEG_RAD, // Refraction correction
1198 .533 * DEG_RAD, // Angular Diameter
1199 34 /60.0 * DEG_RAD, // Refraction correction
1397 eclipObliquity *= DEG_RAD;
/external/icu/icu4c/source/i18n/
Dastro.cpp205 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians macro
274 fLongitude = normPI(longitude * (double)DEG_RAD); in CalendarAstronomer()
275 fLatitude = normPI(latitude * (double)DEG_RAD); in CalendarAstronomer()
763 .533 * DEG_RAD, // Angular Diameter in getSunRiseSet()
764 34. /60.0 * DEG_RAD, // Refraction correction in getSunRiseSet()
1288 .533 * DEG_RAD, // Angular Diameter in getMoonRiseSet()
1289 34 /60.0 * DEG_RAD, // Refraction correction in getMoonRiseSet()
1425 eclipObliquity *= DEG_RAD; in eclipticObliquity()