Searched defs:jd (Results 1 - 19 of 19) sorted by last modified time

/external/sonivox/jet_tools/JetCreator/
H A DJetDefs.py559 jd = JetDefs() variable
560 jd.CreateHelpIniFile()
/external/openssl/crypto/
H A Do_time.c236 static void julian_to_date(long jd, int *y, int *m, int *d);
309 static void julian_to_date(long jd, int *y, int *m, int *d) argument
311 long L = jd + 68569;
/external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp53 int jd[sd] = {-1}; local
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
55 assert(base(r) == jd+sd);
56 assert(jd[0] == 3);
57 assert(jd[1] == 2);
58 assert(jd[2] == 1);
59 assert(jd[3] == 0);
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_copy.pass.cpp53 int jd[sd] = {-1}; local
54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
55 assert(base(r) == jd + 2);
56 assert(jd[0] == 0);
57 assert(jd[1] == 1);
H A Dunique_copy_pred.pass.cpp70 int jd[sd] = {-1}; local
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
73 assert(base(r) == jd + 2);
74 assert(jd[0] == 0);
75 assert(jd[1] == 1);
/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp802 int32_t jd = newMoon + kEpochStartAsJulianDay - 1 + dom; local
807 set(UCAL_JULIAN_DAY, jd-1);
816 set(UCAL_JULIAN_DAY, jd);
819 set(UCAL_JULIAN_DAY, jd);
H A Dgregocal.cpp71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
72 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
375 fprintf(stderr, "%s:%d: jd%d- (greg's %d)- [cut=%d]\n",
475 int32_t jd = Calendar::handleComputeJulianDay(bestField); local
479 jd >= fCutoverJulianDay) {
487 //if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
488 if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
490 fprintf(stderr, "%s:%d: jd [invert] %d\n",
491 __FILE__, __LINE__, jd);
494 jd
[all...]
H A Dindiancal.cpp159 * @param jd The Julian Day
161 static int32_t* jdToGregorian(double jd, int32_t gregorianDate[3]) { argument
164 wjd = uprv_floor(jd - 0.5) + 0.5;
198 double start, jd; local
213 jd = start + (date - 1);
215 jd = start + leapMonth;
223 jd += m * 31;
227 jd += m * 30;
229 jd += date - 1;
232 return jd;
256 double jd = IndianToJD(eyear ,imonth, 1); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp404 double jd = astro->getJulianDay() - 2447891.5; local
406 if (jd == exp) {
408 logln(d3->format(cal3->getTime(status),s) + " => " + jd);
411 errln("FAIL: " + d3->format(cal3->getTime(status), s) + " => " + jd +
H A Dcaltest.cpp2056 int32_t jd; local
2063 jd = cal.get(UCAL_JULIAN_DAY, status);
2064 if(jd != kEpochStartAsJulianDay) {
2065 errln("Wanted JD of %d at time=0, [epoch 1970] but got %d\n", kEpochStartAsJulianDay, jd);
2067 logln("Wanted JD of %d at time=0, [epoch 1970], got %d\n", kEpochStartAsJulianDay, jd);
2075 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
2077 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp802 int32_t jd = newMoon + kEpochStartAsJulianDay - 1 + dom; local
807 set(UCAL_JULIAN_DAY, jd-1);
816 set(UCAL_JULIAN_DAY, jd);
819 set(UCAL_JULIAN_DAY, jd);
H A Dgregocal.cpp71 // ms=+183882168921600000 jd=7f000000 December 20, 5828963 AD
72 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
375 fprintf(stderr, "%s:%d: jd%d- (greg's %d)- [cut=%d]\n",
475 int32_t jd = Calendar::handleComputeJulianDay(bestField); local
479 jd >= fCutoverJulianDay) {
487 //if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
488 if ((fIsGregorian==TRUE) != (jd >= fCutoverJulianDay)) { /* cutoverJulianDay)) { */
490 fprintf(stderr, "%s:%d: jd [invert] %d\n",
491 __FILE__, __LINE__, jd);
494 jd
[all...]
H A Dindiancal.cpp159 * @param jd The Julian Day
161 static int32_t* jdToGregorian(double jd, int32_t gregorianDate[3]) { argument
164 wjd = uprv_floor(jd - 0.5) + 0.5;
198 double start, jd; local
213 jd = start + (date - 1);
215 jd = start + leapMonth;
223 jd += m * 31;
227 jd += m * 30;
229 jd += date - 1;
232 return jd;
256 double jd = IndianToJD(eyear ,imonth, 1); local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dastrotst.cpp406 double jd = astro->getJulianDay() - 2447891.5; local
408 if (jd == exp) {
410 logln(d3->format(cal3->getTime(status),s) + " => " + jd);
413 errln("FAIL: " + d3->format(cal3->getTime(status), s) + " => " + jd +
H A Dcaltest.cpp2035 int32_t jd; local
2042 jd = cal.get(UCAL_JULIAN_DAY, status);
2043 if(jd != kEpochStartAsJulianDay) {
2044 errln("Wanted JD of %d at time=0, [epoch 1970] but got %d\n", kEpochStartAsJulianDay, jd);
2046 logln("Wanted JD of %d at time=0, [epoch 1970], got %d\n", kEpochStartAsJulianDay, jd);
2054 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
2056 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dtime_support.c84 static void julian_to_date(long jd, int *y, int *m, int *d) { argument
85 long L = jd + 68569;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp126 void init_source(j_decompress_ptr jd);
127 boolean fill_input_buffer(j_decompress_ptr jd);
128 void skip_input_data(j_decompress_ptr jd, long num_bytes);
129 void term_source(j_decompress_ptr jd);
663 void skip_input_data(j_decompress_ptr jd, long num_bytes) argument
665 decoder_source_mgr *src = (decoder_source_mgr *)jd->src;
677 void term_source(j_decompress_ptr jd) argument
679 decoder_source_mgr *src = (decoder_source_mgr *)jd->src;

Completed in 1421 milliseconds