Searched refs:rise (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c24 nested(baz) rise of the dead tokens
/external/icu/icu4c/source/i18n/
H A Dastro.h547 UDate getSunRiseSet(UBool rise);
641 UDate getMoonRiseSet(UBool rise);
665 double riseOrSet(CoordFunc& func, UBool rise,
H A Dastro.cpp751 UDate CalendarAstronomer::getSunRiseSet(UBool rise) argument
759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS));
760 U_DEBUG_ASTRO_MSG(("added %.2lf ms as a guess,\n", ((rise ? -6. : 6.) * HOUR_MS)));
764 rise,
783 // /*public*/ long getSunRiseSet2(boolean rise) {
848 // double ut = gstToUt(rise ? gstr : gsts);
849 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
914 // /*public*/ long getSunRiseSet3(boolean rise) {
931 // // To be able to compute the Sun's rise/se
1285 getMoonRiseSet(UBool rise) argument
1367 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java693 public long getSunRiseSet(boolean rise) { argument
699 setTime(noon + (rise ? -6L : 6L) * HOUR_MS);
705 rise,
724 // /*public*/ long getSunRiseSet2(boolean rise) {
790 // double ut = gstToUt(rise ? gstr : gsts);
791 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
856 // /*public*/ long getSunRiseSet3(boolean rise) {
873 // // To be able to compute the Sun's rise/set times, you need to be able to
930 // // passes the meridian and the HA of rise/se
1198 getMoonRiseSet(boolean rise) argument
1290 riseOrSet(CoordFunc func, boolean rise, double diameter, double refraction, long epsilon) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java691 public long getSunRiseSet(boolean rise) { argument
697 setTime(noon + (rise ? -6L : 6L) * HOUR_MS);
703 rise,
722 // /*public*/ long getSunRiseSet2(boolean rise) {
788 // double ut = gstToUt(rise ? gstr : gsts);
789 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
854 // /*public*/ long getSunRiseSet3(boolean rise) {
871 // // To be able to compute the Sun's rise/set times, you need to be able to
928 // // passes the meridian and the HA of rise/se
1196 getMoonRiseSet(boolean rise) argument
1288 riseOrSet(CoordFunc func, boolean rise, double diameter, double refraction, long epsilon) argument
[all...]

Completed in 100 milliseconds