Home
last modified time | relevance | path

Searched refs:cut_count (Results 1 – 7 of 7) sorted by relevance

/dports/math/concorde/concorde/LOCALCUT/
H A Dfirst_main.c22 int cut_count; member
62 ccd.cut_count = 0; in main()
218 ccd->cut_count++; in finish_CCchunk_cut_callback()
234 ccd.cut_count = 0; in found_CCchunk_fault_callback()
259 *finished = (ccd.all_cuts == 0 && ccd.cut_count > 0); in found_CCchunk_fault_callback()
H A Dlocalcut.c60 int cut_count; member
370 ccd.cut_count = 0; in found_fault_callback()
381 *finished = (ccd.all_cuts == 0 && ccd.cut_count > 0); in found_fault_callback()
483 ccd->cut_count++; in finish_cut_callback()
484 *finished = (ccd->all_cuts == 0 && ccd->cut_count > 0); in finish_cut_callback()
/dports/audio/spectmorph/spectmorph-0.5.2/tools/
H A Dsminstbuilder.in28 self.cut_count = 0
208 config.cut_count += 1
314 if (config.cut_count > 0):
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/
H A Dre8-parse.c64 int cut_count; member
715 val = state->cut_count++; in rx_parse_item()
1659 state.cut_count = 1; in rx_parse()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/
H A Dnexrad.py1702 cut_count = more.supplemental_cut_count
1703 more.supplemental_cut_map2.append(bool(cut_count & 0x1))
1704 self.gsm_additional = more._replace(supplemental_cut_count=cut_count >> 1)
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/parse/
H A Dextract-links.c56 s64 cut_count; /* Count only low-cost parses, i.e. below the cost cutoff */ member
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DpowerConn.cpp4762 uint cut_count = 0; in computeViaResistance() local
4770 cut_count++; in computeViaResistance()
4773 float avgCutRes = totRes / cut_count; in computeViaResistance()
4775 float Res = avgCutRes / cut_count; in computeViaResistance()
4776 cutCount = cut_count; in computeViaResistance()