Home
last modified time | relevance | path

Searched refs:topb (Results 1 – 25 of 64) sorted by relevance

123

/dports/biology/bowtie2/bowtie2-2.4.4/
H A Daligner_seed2.cpp338 topb_ = topb; in init()
630 ASSERT_ONLY(TIndexOffU topb = pf[d].topb[j], botb = pf[d].botb[j]); in recalcOutgoing()
686 ASSERT_ONLY(TIndexOffU topb = pf[d].topb[j], botb = pf[d].botb[j]); in recalcOutgoing()
767 ASSERT_ONLY(TIndexOffU topb = pf[d].topb[j], botb = pf[d].botb[j]); in recalcOutgoing()
1154 topb = topb_; in followBestOutgoing()
1166 topb = pf[d].topb[chr]; in followBestOutgoing()
1175 topb = pf[d].topb[chr]; in followBestOutgoing()
1182 assert_eq(topb, e.topb); in followBestOutgoing()
1444 topb, botb); in followMatches()
1498 pf[id].topb[l2r_ ? c_l2r : c_r2l] = topb; in followMatches()
[all …]
H A Daligner_cache.h282 SAVal() : topf(), topb(), i(), len(OFF_MASK) { } in SAVal()
307 topb = tb; in init()
313 TIndexOffU topb; // top in BWT' member
335 key = k; topf = tf; topb = tb; offs = o; in init()
342 assert_neq(OFF_MASK, src.topb); in init()
345 topb = OFF_MASK; // unknown! in init()
386 return key == o.key && topf == o.topf && topb == o.topb && offs == o.offs;
408 TIndexOffU topb; // top in BWT' index variable
514 TIndexOffU topb, // top range elt in BWT' index
639 TIndexOffU topb, // top range elt in BWT' index
[all …]
H A Daligner_cache.cpp60 TIndexOffU topb, // top range elt in BWT' index in addOnTheFlyImpl() argument
90 s->payload.topb = topb; in addOnTheFlyImpl()
111 TIndexOffU topb, // top range elt in BWT' index in addOnTheFly() argument
117 return addOnTheFlyImpl(qv, sak, topf, botf, topb, botb); in addOnTheFly()
119 return addOnTheFlyImpl(qv, sak, topf, botf, topb, botb); in addOnTheFly()
H A Daligner_seed.cpp1135 if(botb - topb == 1) { in nextLocsBi()
1167 ltr ? topb : topf, // top in nextLocsBi()
1210 tp[0] = tp[1] = tp[2] = tp[3] = topb; in extendAndReportHit()
1263 TIndexOffU top = topb, bot = botb; in extendAndReportHit()
1366 assert_eq(tpb, topb); in reportHit()
1450 botb = topb + (botf-topf); in searchSeedBi()
1455 assert_eq(botf-topf, botb-topb); in searchSeedBi()
1464 topf = topb = ebwtFw_->fchr()[c]; in searchSeedBi()
1470 topf = topb = 0; in searchSeedBi()
1623 TIndexOffU top = ltr ? topb : topf; in searchSeedBi()
[all …]
/dports/biology/hisat2/hisat2-2.2.1/
H A Daligner_seed2.h799 topb[0] = topb[1] = topb[2] = topb[3] = 0; in reset()
896 topb = topb_; in init()
2817 topb_ = topb; in init()
3111 ASSERT_ONLY(TIndexOffU topb = pf[d].topb[j], botb = pf[d].botb[j]); in recalcOutgoing()
3248 ASSERT_ONLY(TIndexOffU topb = pf[d].topb[j], botb = pf[d].botb[j]); in recalcOutgoing()
3638 topb = topb_; in followBestOutgoing()
3650 topb = pf[d].topb[chr]; in followBestOutgoing()
3659 topb = pf[d].topb[chr]; in followBestOutgoing()
3666 assert_eq(topb, e.topb); in followBestOutgoing()
3984 pf[id].topb[l2r_ ? c_l2r : c_r2l] = topb; in followMatches()
[all …]
H A Daligner_cache.h285 SAVal() : topf(), topb(), i(), len(OFF_MASK) { } in SAVal()
310 topb = tb; in init()
316 index_t topb; // top in BWT' member
339 key = k; topf = tf; topb = tb; offs = o; in init()
346 assert_neq((index_t)OFF_MASK, src.topb); in init()
349 topb = (index_t)OFF_MASK; // unknown! in init()
390 return key == o.key && topf == o.topf && topb == o.topb && offs == o.offs;
412 index_t topb; // top in BWT' index variable
545 index_t topb, // top range elt in BWT' index
838 index_t topb, // top in BWT' index
[all …]
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Dpixmap.py107 topb = None variable
119 if topb.value():
140 topb = Fl_Toggle_Button(150,75,50,25,"top") variable
141 topb.callback(button_cb)
H A Dbitmap.py103 topb = None variable
117 if topb.value():
141 topb = Fl_Toggle_Button(125,50,50,25,"top") variable
142 topb.callback(button_cb)
H A Dimage.py73 topb = None variable
89 if topb.value():
107 global leftb, rightb, topb, bottomb, insideb, overb, inactb, w, b
133 topb = Fl_Toggle_Button(125,50,50,25,"top")
134 topb.callback(button_cb)
H A Dimage_array.py74 topb = None variable
88 if topb.value():
127 topb = Fl_Toggle_Button(125,50,50,25,"top") variable
128 topb.callback(button_cb)
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dbitmap.cxx103 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
111 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
129 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
130 topb->callback(button_cb); in main()
H A Dpixmap.cxx38 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
46 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
83 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
84 topb->callback(button_cb); in main()
H A Dimage.cxx66 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
74 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
143 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
144 topb->callback(button_cb); in main()
H A Dlabel.cxx41 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*clipb,*wrapb; variable
53 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
162 topb = new Fl_Toggle_Button(150,300,50,25,"top"); in main()
163 topb->callback(button_cb); in main()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dbitmap.cxx94 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
102 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
120 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
121 topb->callback(button_cb); in main()
H A Dpixmap.cxx29 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
37 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
74 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
75 topb->callback(button_cb); in main()
H A Dlabel.cxx32 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*clipb,*wrapb; variable
44 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
166 topb = new Fl_Toggle_Button(170,300,50,25,"top"); in main()
167 topb->callback(button_cb); in main()
168 topb->tooltip("FL_ALIGN_TOP"); in main()
H A Dimage.cxx57 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
65 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
134 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
135 topb->callback(button_cb); in main()
/dports/x11-toolkits/ntk/ntk/test/
H A Dbitmap.cxx103 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
111 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
129 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
130 topb->callback(button_cb); in main()
H A Dpixmap.cxx38 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
46 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
83 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
84 topb->callback(button_cb); in main()
H A Dimage.cxx66 Fl_Toggle_Button *leftb,*rightb,*topb,*bottomb,*insideb,*overb,*inactb; variable
74 if (topb->value()) i |= FL_ALIGN_TOP; in button_cb()
143 topb = new Fl_Toggle_Button(125,50,50,25,"top"); in main()
144 topb->callback(button_cb); in main()
/dports/x11/yad/yad-7.3/src/
H A Dmain.c395 GtkWidget *cbox = NULL, *topb = NULL; in create_dialog() local
399 topb = gtk_progress_bar_new (); in create_dialog()
400 gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (topb), 1.0); in create_dialog()
401 gtk_widget_set_name (topb, "yad-timeout-indicator"); in create_dialog()
405 if (topb) in create_dialog()
411 gtk_box_pack_start (GTK_BOX (cbox), topb, FALSE, FALSE, 2); in create_dialog()
419 gtk_box_pack_end (GTK_BOX (cbox), topb, FALSE, FALSE, 2); in create_dialog()
426 gtk_box_pack_start (GTK_BOX (cbox), topb, FALSE, FALSE, 2); in create_dialog()
435 gtk_box_pack_end (GTK_BOX (cbox), topb, FALSE, FALSE, 2); in create_dialog()
446 gtk_progress_bar_set_text (GTK_PROGRESS_BAR (topb), lbl); in create_dialog()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug094/
H A Dtestsuite.sh20 analyze topb.vhdl
21 elab_simulate topb
24 analyze_failure topb.vhdl
H A Dtopb.vhdl1 entity topb is entity
2 end topb;
4 architecture behav of topb is
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A D_layoutbox.py578 topb = box
580 topb = topb.parent
581 c = (box0.top-top0.top == box.top-topb.top)
591 topb = box
593 topb = topb.parent
604 topb = box
606 topb = topb.parent
607 c = (box0.left-top0.left == box.left-topb.left)
617 topb = box
619 topb = topb.parent
[all …]

123