Home
last modified time | relevance | path

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

/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dprogressbar.h16 long double _tot_num; variable
25 _tot_num = tot_num; in ProgressBar()
55 if (cuff_verbose||cuff_quiet||_tot_num==0) return; in update()
61 int percent = (_num_complete * 100)/_tot_num; in update()
77 if (cuff_verbose||cuff_quiet||_tot_num==0||num_remaining==_num_remaining) return; in remaining()
81 int percent = (_num_complete * 100)/_tot_num; in remaining()