Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
703 .533 * DEG_RAD, // Angular Diameter
704 34 /60.0 * DEG_RAD, // Refraction correction
1200 .533 * DEG_RAD, // Angular Diameter
1201 34 /60.0 * DEG_RAD, // Refraction correction
1399 eclipObliquity *= DEG_RAD;
/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()