Home
last modified time | relevance | path

Searched refs:tab_t (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/cadabra2/cadabra2-2.3.6.8/core/pythoncdb/
H A Dpy_tableau.cc8 using tab_t = TableauBase::tab_t; typedef
10 std::string tab_str(const tab_t& tab) in tab_str()
29 auto py_tab = py::class_<tab_t>(m, "TableauObserver") in init_tableau()
30 .def("number_of_rows", &tab_t::number_of_rows) in init_tableau()
31 .def("row_size", &tab_t::row_size) in init_tableau()
32 .def("find", &tab_t::find) in init_tableau()
33 .def("__getitem__", &tab_t::operator[]) in init_tableau()
36 .def("nonstandard_loc", &tab_t::nonstandard_loc) in init_tableau()
37 .def("__iter__", [](const tab_t & tab) { in init_tableau()
40 .def("row", [](const tab_t & tab, unsigned int row) { in init_tableau()
[all …]
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Duit_hub.c34 typedef struct tab_t { struct
39 } tab_t; argument
54 tab_t *t = dat; in uit_hub_log_checkchat()
69 tab_t *t = g_new0(tab_t, 1); in uit_hub_create()
88 tab_t *t = (tab_t *)tab; in t_close()
174 tab_t *t = (tab_t *)tab; in uit_hub_userchange()
198 tab_t *t = (tab_t *)tab; in uit_hub_disconnect()
213 tab_t *t = (tab_t *)tab; in uit_hub_setnick()
231 tab_t *t = (tab_t *)tab; in uit_hub_checkhighlight()
238 ((tab_t *)tab)->userlist = list; in uit_hub_set_userlist()
[all …]
H A Duit_msg.c34 typedef struct tab_t { struct
41 } tab_t; argument
54 tab_t *t = g_new0(tab_t, 1); in uit_msg_create()
71 tab_t *t = (tab_t *)tab; in t_close()
91 tab_t *t = (tab_t *)tab; in t_title()
114 tab_t *t = g_hash_table_lookup(msg_tabs, &u->uid); in uit_msg_userchange()
178 tab_t *t = NULL; in uit_msg_disconnect()
190 return ((tab_t *)tab)->group; in uit_msg_uid()
H A Duit_fl.c34 typedef struct tab_t { struct
48 } tab_t; argument
58 tab_t *t = dat; in sort_func()
168 tab_t *t; in uit_fl_queue()
237 tab_t *t = dat; in loaddone()
256 tab_t *t = g_new0(tab_t, 1); in uit_fl_create()
293 tab_t *t = (tab_t *)tab; in t_close()
318 tab_t *t = (tab_t *)tab; in t_title()
332 tab_t *t = dat; in draw_row()
354 tab_t *t = (tab_t *)tab; in t_draw()
[all …]
H A Duit_userlist.c34 typedef struct tab_t { struct
47 } tab_t; argument
64 tab_t *t = dat; in sort_func()
98 tab_t *t = g_new0(tab_t, 1); in uit_userlist_create()
125 tab_t *t = (tab_t *)tab; in t_close()
152 tab_t *t = dat; in draw_row()
252 tab_t *t = (tab_t *)tab; in t_draw()
323 tab_t *t = (tab_t *)tab; in t_key()
438 tab_t *t = (tab_t *)tab; in uit_userlist_disconnect()
448 tab_t *t = (tab_t *)tab; in uit_userlist_userchange()
[all …]
H A Duit_search.c34 typedef struct tab_t { struct
43 } tab_t; argument
82 tab_t *t = dat; in sort_func()
118 tab_t *t = dat; in result()
135 tab_t *t = g_new0(tab_t, 1); in uit_search_create()
172 tab_t *t = (tab_t *)tab; in t_close()
184 tab_t *t = (tab_t *)tab; in t_title()
196 tab_t *t = dat; in draw_row()
237 tab_t *t = (tab_t *)tab; in t_draw()
280 tab_t *t = (tab_t *)tab; in t_key()
H A Duit_conn.c34 typedef struct tab_t { struct
43 } tab_t; argument
47 static tab_t *conntab;
66 tab_t *t = dat; in skip_func()
79 tab_t *t = conntab = g_new0(tab_t, 1); in uit_conn_create()
164 static void t_draw_details(tab_t *t, int l) { in t_draw_details()
231 tab_t *t = (tab_t *)tab; in t_draw()
281 tab_t *t = (tab_t *)tab; in t_key()
/dports/math/gmp-ecm/ecm-7.0.4/
H A Decmfactor.c36 typedef __tab_struct tab_t[1]; typedef
41 tab_t *tab = (tab_t*) args; in one_thread()
53 tab_t *T; in main()
70 T = malloc (nthreads * sizeof (tab_t)); in main()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dindexsort.cc42 TableauSymmetry::tab_t tmptab(tb->get_tab(kernel.properties, tr, st, i)); in apply()
43 TableauSymmetry::tab_t origtab(tmptab); in apply()
46 TableauSymmetry::tab_t::iterator it1=origtab.begin(); in apply()
47 TableauSymmetry::tab_t::iterator it2=tmptab.begin(); in apply()
H A Ddecompose_product.hh31 void fill_asym_ranges(TableauBase::tab_t& tab, int offset, combin::range_vector_t&);
34 int offset, const TableauBase::tab_t& thetab,
39 TableauBase::tab_t t1tab, t2tab;
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-notebook.ads9 type tab_t;
10 type tab_access_t is access all tab_t;
36 type tab_t is record type
42 pragma convention (c, tab_t);
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/out-of-core/
H A Dsingleton.c87 typedef __tab_struct tab_t[1]; typedef
560 tab_t *tab = (tab_t*) args; in one_thread()
573 tab_t *tab = (tab_t*) args; in one_thread2()
584 tab_t *tab = (tab_t*) args; in one_thread3()
662 tab_t *T; in stat_mt()
668 T = malloc (nthreads * sizeof (tab_t)); in stat_mt()
703 tab_t *T; in doit()
713 T = malloc (nthreads * sizeof (tab_t)); in doit()
762 tab_t *T; in doit2()
766 T = malloc (nthreads * sizeof (tab_t)); in doit2()
H A Dclique.c67 typedef __tab_struct tab_t[1]; typedef
537 tab_t *tab = (tab_t*) args; in pass1_one_thread()
601 tab_t *tab = (tab_t*) args; in pass2_one_thread()
707 tab_t *tab = (tab_t*) args; in pass3_one_thread()
807 tab_t *tab = (tab_t*) args; in one_thread3()
892 tab_t *T; in stat_mt()
898 T = malloc (nthreads * sizeof (tab_t)); in stat_mt()
931 tab_t *T; in pass1()
947 T = malloc ((nthreads + 1) * sizeof (tab_t)); in pass1()
1034 tab_t *T; in pass2()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/properties/
H A DTableauInherit.cc33 TableauBase::tab_t TableauInherit::get_tab(const Properties& properties, Ex& tr, Ex::iterator it, u… in get_tab()
83 return TableauBase::tab_t(); // empty tableau in get_tab()
88 TableauBase::tab_t rettab=tb->get_tab(properties, tr, argnode, num); in get_tab()
H A DTableauBase.hh12 typedef yngtab::filled_tableau<unsigned int> tab_t; typedef in cadabra::TableauBase
17 virtual tab_t get_tab(const Properties&, Ex&, Ex::iterator, unsigned int) const=0;
H A DTableauSymmetry.hh17 virtual tab_t get_tab(const Properties&, Ex&, Ex::iterator, unsigned int) const override;
20 std::vector<tab_t> tabs;
H A DSymmetric.cc16 TableauBase::tab_t Symmetric::get_tab(const Properties& pr, Ex& tr, Ex::iterator it, unsigned int n… in get_tab()
28 tab_t tab; in get_tab()
H A DAntiSymmetric.cc17 TableauBase::tab_t AntiSymmetric::get_tab(const Properties& pr, Ex& tr, Ex::iterator it, unsigned i… in get_tab()
29 tab_t tab; in get_tab()
H A DDAntiSymmetric.cc16 TableauBase::tab_t DAntiSymmetric::get_tab(const Properties& properties, Ex& tr, Ex::iterator it, u… in get_tab()
28 tab_t tab; in get_tab()
H A DKroneckerDelta.cc17 TableauBase::tab_t KroneckerDelta::get_tab(const Properties& properties, Ex& tr, Ex::iterator it, u… in get_tab()
36 tab_t tab; in get_tab()
H A DTableauBase.cc24 tab_t tmptab=get_tab(pr, tr, it, 0); in get_indexgroup()
45 tab_t tmptab=get_tab(pr, tr, it, i); in is_simple_symmetry()
H A DPartialDerivative.cc13 TableauBase::tab_t PartialDerivative::get_tab(const Properties& properties, Ex& tr, Ex::iterator it… in get_tab()
27 tab_t tab; in get_tab()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dnewinstall.cxx364 typedef vector<wizard_tab> tab_t; typedef in Wizard
365 tab_t tabs;
423 for (tab_t::iterator i = tabs.begin() + 1; i != tabs.end(); ++i) { in create_wizard()
436 for (tab_t::iterator i = tabs.begin(); i != tabs.end(); ++i) { in create_wizard()
446 for (tab_t::const_iterator i = tabs.begin() + 1; i != tabs.end(); ++i) { in destroy_wizard()
/dports/astro/astrometry/astrometry.net-0.85/qfits-an/
H A Dqfits_table.c176 if (t->tab_t == QFITS_BINTABLE) { in qfits_table_ext_header_default()
230 } else if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_ext_header_default()
321 qt->tab_t = table_type; in qfits_table_new()
1661 if (t->tab_t == QFITS_BINTABLE) { in qfits_table_append_xtension()
1666 } else if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_append_xtension()
1733 switch (table->tab_t) { in qfits_table_field_to_string()
1772 if (th->tab_t == QFITS_ASCIITABLE) { in qfits_compute_table_width()
1774 } else if (th->tab_t == QFITS_BINTABLE) { in qfits_compute_table_width()
1924 if (table->tab_t != QFITS_BINTABLE) return NULL; in qfits_bintable_field_to_string()
2462 if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_append_data()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/qfits-an/
H A Dqfits_table.c176 if (t->tab_t == QFITS_BINTABLE) { in qfits_table_ext_header_default()
230 } else if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_ext_header_default()
321 qt->tab_t = table_type; in qfits_table_new()
1661 if (t->tab_t == QFITS_BINTABLE) { in qfits_table_append_xtension()
1666 } else if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_append_xtension()
1733 switch (table->tab_t) { in qfits_table_field_to_string()
1772 if (th->tab_t == QFITS_ASCIITABLE) { in qfits_compute_table_width()
1774 } else if (th->tab_t == QFITS_BINTABLE) { in qfits_compute_table_width()
1924 if (table->tab_t != QFITS_BINTABLE) return NULL; in qfits_bintable_field_to_string()
2462 if (t->tab_t == QFITS_ASCIITABLE) { in qfits_table_append_data()
[all …]

123