Home
last modified time | relevance | path

Searched refs:e_d (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dvaluerangeproc.cc174 int e_d, e_m, e_y; in operator ()() local
181 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
183 } else if (vet_dm(b_m, b_d) && vet_dm(e_m, e_d) && in operator ()()
184 (b_y != e_y || b_d < e_d || (b_d == e_d && b_m <= e_m))) { in operator ()()
186 swap(e_m, e_d); in operator ()()
208 format_yyyymmdd(buf, e_y, e_m, e_d); in operator ()()
340 int e_d, e_m, e_y; in operator ()() local
349 } else if (vet_dm(b_m, b_d) && vet_dm(e_m, e_d) && in operator ()()
350 (b_y != e_y || b_d < e_d || (b_d == e_d && b_m <= e_m))) { in operator ()()
352 swap(e_m, e_d); in operator ()()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dvaluerangeproc.cc152 int e_d, e_m, e_y; in operator ()() local
153 if (!decode_xxy(begin, b_d, b_m, b_y) || !decode_xxy(end, e_d, e_m, e_y)) in operator ()()
158 if (!prefer_mdy && vet_dm(b_d, b_m) && vet_dm(e_d, e_m) && in operator ()()
159 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
161 } else if (vet_dm(b_m, b_d) && vet_dm(e_m, e_d) && in operator ()()
162 (b_y != e_y || b_d < e_d || (b_d == e_d && b_m <= e_m))) { in operator ()()
164 swap(e_m, e_d); in operator ()()
165 } else if (prefer_mdy && vet_dm(b_d, b_m) && vet_dm(e_d, e_m) && in operator ()()
166 (b_y != e_y || b_m < e_m || (b_m == e_m && b_d <= e_d))) { in operator ()()
188 SNPRINTF(buf, sizeof(buf), "%08d", e_y * 10000 + e_m * 100 + e_d); in operator ()()
[all …]
/dports/lang/pocl/pocl-1.8/lib/CL/devices/pthread/
H A Dpthread.c345 struct event_data *e_d = event->data; in pocl_pthread_notify_event_finished() local
346 pthread_cond_broadcast (&e_d->event_cond); in pocl_pthread_notify_event_finished()
352 struct event_data *e_d = NULL; in pocl_pthread_update_event() local
355 e_d = malloc(sizeof(struct event_data)); in pocl_pthread_update_event()
356 assert(e_d); in pocl_pthread_update_event()
358 pthread_cond_init(&e_d->event_cond, NULL); in pocl_pthread_update_event()
359 event->data = (void *) e_d; in pocl_pthread_update_event()
365 struct event_data *e_d = event->data; in pocl_pthread_wait_event() local
370 pthread_cond_wait(&e_d->event_cond, &event->pocl_lock); in pocl_pthread_wait_event()
/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnajcrypt.c203 char e_d; in najcrypt() local
232 safegets(tmpusr, 25); e_d = tmpusr[0]; in najcrypt()
234 if (e_d == 'E' || e_d == 'e') naji_enc(); in najcrypt()
235 if (e_d == 'D' || e_d == 'd') naji_dec(); in najcrypt()
/dports/security/signify/outils-0.10/src/usr.bin/calendar/
H A Dostern.c39 int e_a, e_b, e_c, e_d, e_e,e_f, e_g, e_h, e_i, e_k; in easter() local
47 e_d = e_b / 4; in easter()
51 e_h = ((19 * e_a) + 15 + e_b - (e_d + e_g)) % 30; in easter()
69 e_a, e_b, e_c, e_d, e_e, e_f, e_g, e_h, in easter()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tcg/
H A Dmesh_bgl.h43 bool operator==(const edge_descriptor &e_d) {
44 return m_e == e_d.m_e;
46 bool operator!=(const edge_descriptor &e_d) { return !operator==(e_d); }
/dports/science/quantum-espresso/q-e-qe-6.7.0/LAXlib/
H A Drdiaghg.f90216 REAL(DP), INTENT(OUT) :: e_d(n) local
221 ATTRIBUTES(DEVICE) :: h_d, s_d, e_d, v_d
291 CALL dsygvdx_gpu(n, h_d, ldh, s_d, ldh, v_d, ldh, 1, m, e_d, work_d, &
346 … n, h_d, ldh, s_d, ldh, 0.D0, 0.D0, 1, m, h_meig, e_d, lwork_d)
359 e_d, work_d, lwork_d, devInfo_d)
395 CALL MPI_BCAST( e_d(1), n, MPI_DOUBLE_PRECISION, root_bgrp, intra_bgrp_comm, info )
406 e_h(1:n) = e_d(1:n)
414 e_d(1:n) = e_h(1:n)
H A Dcdiaghg.f90240 REAL(DP), INTENT(OUT) :: e_d(n) local
246 ATTRIBUTES(DEVICE) :: h_d, s_d, e_d, v_d
322 … n, h_d, ldh, s_d, ldh, 0.D0, 0.D0, 1, m, h_meig, e_d, lwork_d)
334 … n, h_d, ldh, s_d, ldh, 0.D0, 0.D0, 1, m, h_meig, e_d, work_d, lwork, devInfo_d)
406 CALL zhegvdx_gpu(n, h_d, ldh, s_d, ldh, v_d, ldh, 1, m, e_d, work_d,&
459 CALL MPI_BCAST( e_d, n, MPI_DOUBLE_PRECISION, root_bgrp, intra_bgrp_comm, info )
470 e_h(1:n) = e_d(1:n)
478 e_d(1:n) = e_h(1:n)
/dports/games/libtmcg/libTMCG-1.3.18/src/
H A DCachinKursawePetzoldShoupSEABP.cc483 if (e_d.find(tag) == e_d.end()) in Deliver()
486 e_d.insert(std::pair<std::string, RBC_TagCount>(tag, mmm)); in Deliver()
488 RBC_TagCount::iterator eit = e_d[tag].find(d_string); in Deliver()
489 if (eit == e_d[tag].end()) in Deliver()
491 eit = (e_d[tag].insert( in Deliver()
550 if (e_d.find(tag) == e_d.end()) in Deliver()
568 RBC_TagCount::iterator eit = e_d[tag].find(d_string); in Deliver()
569 if (eit == e_d[tag].end()) in Deliver()
571 eit = (e_d[tag].insert( in Deliver()
997 mit != e_d.end(); ++mit) in ~CachinKursawePetzoldShoupRBC()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/htmlroff/
H A Dt11.c50 e_d(void) in e_d() function
108 addesc('d', e_d, 0); in t11init()
/dports/devel/concurrencykit/ck-0.6.0/src/
H A Dck_epoch.c418 unsigned int e_d; in ck_epoch_synchronize() local
426 e_d = ck_pr_load_uint(&global->epoch); in ck_epoch_synchronize()
427 if (e_d != delta) { in ck_epoch_synchronize()
428 delta = e_d; in ck_epoch_synchronize()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/pes/
H A Ddos.py54 e_d = self.c_d.get_potential_energy()
55 energy_shift = e_d - e_m - e_HOMO
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Deditdist.cpp20 VARARRAY(short, e_d, a_size * b_size); in edit_distance()
21 ShortMatrix e(a_size,b_size,e_d); in edit_distance()
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Deditdist.cpp20 VARARRAY(short, e_d, a_size * b_size); in edit_distance()
21 ShortMatrix e(a_size,b_size,e_d); in edit_distance()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/src/
H A Dck_epoch.c443 unsigned int e_d; in ck_epoch_synchronize_wait() local
451 e_d = ck_pr_load_uint(&global->epoch); in ck_epoch_synchronize_wait()
452 if (e_d == delta) { in ck_epoch_synchronize_wait()
461 delta = e_d; in ck_epoch_synchronize_wait()
/dports/biology/lamarc/lamarc-2.1.8/boost/date_time/
H A Dtz_db_base.hpp236 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
238 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
246 end_rule(e_wn, e_d, e_m)); in parse_rules()
/dports/devel/hpx/hpx-1.2.1/hpx/util/logging/
H A Dformat.hpp238 e_d = m_to_write.destinations.end(); b_d != e_d; ++b_d) in write() local
489 b_d = b->destinations.begin(), e_d = b->destinations.end(); in write() local
490 b_d != e_d; ++b_d) in write()
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_blksz.h102 const dim_t e_d = bli_blksz_get_max( BLIS_DOUBLE, b_src ); in bli_blksz_copy_if_pos() local
112 if ( e_d > 0 ) bli_blksz_set_max( e_d, BLIS_DOUBLE, b_dst ); in bli_blksz_copy_if_pos()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/date_time/
H A Dtz_db_base.hpp255 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
257 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
268 static_cast<unsigned short>(e_d), in parse_rules()
/dports/devel/R-cran-BH/BH/inst/include/boost/date_time/
H A Dtz_db_base.hpp255 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
257 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
268 static_cast<unsigned short>(e_d), in parse_rules()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Dtz_db_base.hpp255 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
257 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
265 end_rule(e_wn, e_d, e_m)); in parse_rules()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Dtz_db_base.hpp254 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
256 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
267 static_cast<unsigned short>(e_d), in parse_rules()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/date_time/
H A Dtz_db_base.hpp255 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
257 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
268 static_cast<unsigned short>(e_d), in parse_rules()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/date_time/
H A Dtz_db_base.hpp254 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
256 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
267 static_cast<unsigned short>(e_d), in parse_rules()
/dports/databases/xtrabackup/boost_1_59_0/boost/date_time/
H A Dtz_db_base.hpp254 int e_nth = 0, e_d = 0, e_m = 0; in parse_rules() local
256 split_rule_spec(e_nth, e_d, e_m, er); in parse_rules()
267 static_cast<unsigned short>(e_d), in parse_rules()

1234567891011