Searched refs:julian (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcalcasts.h8 * conversion between julian-day to fields and vice versa.
28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
H A Dcalcasts.cpp8 * conversion between julian-day to fields and vice versa.
52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian));
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.h54 static const double never = 5000000; // canonical "never" julian date (an arbitrary point in the year 8977)
55 static const double julianBase = 2451910.5; // julian date of CFAbsoluteTime epoch
60 static inline CFDateRef julianToDate(double julian) argument
61 { return CFDateCreate(NULL, (julian - julianBase) * 86400); }
H A Dsyspolicy.sql29 -- Dates are uniformly in julian form. We use 5000000 as the canonical "never" expiration
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.h54 static const double never = 5000000; // canonical "never" julian date (an arbitrary point in the year 8977)
55 static const double julianBase = 2451910.5; // julian date of CFAbsoluteTime epoch
60 static inline CFDateRef julianToDate(double julian) argument
61 { return CFDateCreate(NULL, (julian - julianBase) * 86400); }
H A Dsyspolicy.sql29 -- Dates are uniformly in julian form. We use 5000000 as the canonical "never" expiration
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dgregoimp.h100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17
102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17
228 * @param julian the given Julian day number.
232 static inline double julianDayToMillis(int32_t julian);
279 inline double Grego::julianDayToMillis(int32_t julian) argument
281 return (julian - kEpochStartAsJulianDay) * kOneDay;
H A Dgregoimp.cpp89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local
93 return julian - JULIAN_1970_CE; // JD => epoch day
H A Dgregocal.cpp477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
709 * Compute the julian day number of the day BEFORE the first day of
748 // * from 0..6 of the given julian day.
759 // * Compute the DOY using the WEEK_OF_YEAR field and the julian day
794 GregorianCalendar::julianDayToMillis(double julian) argument
796 return (UDate) ((julian - kEpochStartAsJulianDay) * (double) kOneDay);
H A Dcalendar.cpp1491 uint8_t Calendar::julianDayToDayOfWeek(double julian) argument
1493 // If julian is negative, then julian%7 will be negative, so we adjust
1495 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7);
/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date.rb65 d2 = d.julian
90 dt2 = dt.julian
H A Dtest_date_attr.rb70 assert_equal(false, d.julian?)
H A Dtest_switch_hitter.rb347 d2 = d.julian
362 d2 = d.julian
378 d2 = d.julian
393 d2 = d.julian
399 d2 = d.julian
409 d2 = d.julian
414 d2 = d.julian
424 d2 = d.julian
438 d2 = d.julian
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dgregocal.h516 * @return julian day specified by calendar fields.
654 * Compute the julian day number of the given year.
731 * @param julian The given Julian date number.
734 static UDate julianDayToMillis(double julian);
H A Dcalendar.h1701 * @return julian day specified by calendar fields.
1730 * @return the julian day
2322 * @param julian The given Julian date number.
2326 static uint8_t julianDayToDayOfWeek(double julian);
/macosx-10.10/vim-55/runtime/syntax/
H A Dmonk.vim125 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
126 syn keyword monkFunc julian->standard leap-year? map-string not-empty-string?
127 syn keyword monkFunc standard-date? standard->julian string-begins-with?
H A Dbindzone.vim3 " Maintainer: Julian Mehnle <julian@mehnle.net>
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c169 void printeaster(int year, int julian, int orthodox);
385 printeaster(int y, int julian, int orthodox) argument
399 if (julian)
651 * Fill the lines with day of month or day of year (julian day)
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb119 * ruby 1.9: returns a +Date+ for julian day 0
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-menu.el106 (define-key calendar-mode-map [menu-bar goto julian]
107 '("Julian Date" . calendar-goto-julian-date))
499 (calendar-julian-date-string date)))

Completed in 369 milliseconds