Home
last modified time | relevance | path

Searched refs:perc (Results 1 – 25 of 2211) sorted by relevance

12345678910>>...89

/dports/math/R-cran-memisc/memisc/R/
H A Dpercent.R17 perc <- c(perc,structure(tabsum,names=total.name))
18 perc <- as.matrix(perc)
20 drop(perc)
23 perc <- t(as.matrix(perc))
29 perc <- rbind(perc,se=se.perc)
49 perc <- cbind(perc,t(total))
69 perc <- c(perc,se=100*sqrt(var))
76 perc <- c(perc,lower=100*lower,upper=100*upper)
79 perc <- c(perc,lower=NA,upper=NA)
82 perc <- c(perc,structure(N,names=total.name))
[all …]
/dports/net/dhcpd-pools/dhcpd-pools-3.1/tests/expected/
H A Dskip9 name max cur percent touch t+c t+c perc bu bu perc
13 name max cur percent touch t+c t+c perc bu bu perc
23 name max cur percent touch t+c t+c perc bu bu perc
28 name max cur percent touch t+c t+c perc bu bu perc
37 name max cur percent touch t+c t+c perc bu bu perc
40 name max cur percent touch t+c t+c perc bu bu perc
48 name max cur percent touch t+c t+c perc bu bu perc
53 name max cur percent touch t+c t+c perc bu bu perc
60 name max cur percent touch t+c t+c perc bu bu perc
65 name max cur percent touch t+c t+c perc bu bu perc
[all …]
H A Dsorts11 name max cur percent touch t+c t+c perc
16 name max cur percent touch t+c t+c perc
29 name max cur percent touch t+c t+c perc
34 name max cur percent touch t+c t+c perc
47 name max cur percent touch t+c t+c perc
52 name max cur percent touch t+c t+c perc
65 name max cur percent touch t+c t+c perc
70 name max cur percent touch t+c t+c perc
84 name max cur percent touch t+c t+c perc
89 name max cur percent touch t+c t+c perc
[all …]
H A Dbinding-states2 … first ip last ip max cur percent touch t+c t+c perc bu bu perc
10 name max cur percent touch t+c t+c perc bu bu perc
15 name max cur percent touch t+c t+c perc bu bu perc
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Dpass_percentage_by_appversion.php147 $perc = $abs / $tot * 100; variable
153 $perc = $abs / $tot * 100; variable
159 $perc = $abs / $tot * 100; variable
165 $perc = $abs / $tot * 100; variable
171 $perc = $abs / $tot * 100; variable
175 printf("%.4f%%</a>", $perc);
182 $perc = $abs / $tot * 100; variable
188 $perc = $abs / $tot * 100; variable
194 $perc = $abs / $tot * 100; variable
200 $perc = $abs / $tot * 100; variable
[all …]
/dports/math/mcsim/mcsim-6.2.0/examples/perc/
H A DMakefile.in4 cd examples/perc
10 echo Testing mod on perc.model
12 ../../mod/mod perc.model &> /dev/null
31 echo Testing makemcsim on perc.model
32 echo Compiling mcsim.perc...
49 echo Testing Lsodes with perc.lsodes.in ...
51 (./mcsim.perc perc.lsodes.in sim.out &> sim.log) || TEST3=1
71 echo Testing MonteCarlo with perc.mtc.in ...
73 (./mcsim.perc perc.mtc.in mtcsim.out &> mtc.log) || TEST4=1
93 echo Testing SetPoints with perc.setpoint.in ...
[all …]
H A DMakefile4 cd examples/perc
10 echo Testing mod on perc.model
12 ../../mod/mod perc.model &> /dev/null
31 echo Testing makemcsim on perc.model
32 echo Compiling mcsim.perc...
49 echo Testing Lsodes with perc.lsodes.in ...
51 (./mcsim.perc perc.lsodes.in sim.out &> sim.log) || TEST3=1
71 echo Testing MonteCarlo with perc.mtc.in ...
73 (./mcsim.perc perc.mtc.in mtcsim.out &> mtc.log) || TEST4=1
93 echo Testing SetPoints with perc.setpoint.in ...
[all …]
/dports/misc/py-pyprind/PyPrind-2.11.3/tests/
H A Dtest_percentage_indicator.py22 perc = pyprind.ProgPercent(n)
25 perc.update()
32 perc.update()
41 perc = pyprind.ProgPercent(n, monitor=True)
44 perc.update()
45 print(perc)
50 perc = pyprind.ProgPercent(len(items))
53 perc.update(item_id=i)
57 perc = pyprind.ProgPercent(n)
60 perc.update(force_flush=True)
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/container/
H A Doptions.go475 if min, max := 0, 100; perc < min || perc > max {
481 c.opts.margin.topPerc = perc
492 if min, max := 0, 100; perc < min || perc > max {
509 if min, max := 0, 100; perc < min || perc > max {
526 if min, max := 0, 100; perc < min || perc > max {
532 c.opts.margin.leftPerc = perc
612 if min, max := 0, 100; perc < min || perc > max {
618 c.opts.padding.topPerc = perc
630 if min, max := 0, 100; perc < min || perc > max {
648 if min, max := 0, 100; perc < min || perc > max {
[all …]
/dports/databases/grass7/grass-7.8.6/scripts/db.univar/
H A Ddb.univar.py101 perc = options['percentile']
103 perc = [float(p) for p in perc.split(',')]
229 for i in range(len(perc)):
257 for i in range(len(perc)):
258 if perc[i] == int(perc[i]): # integer
259 if int(perc[i]) % 10 == 1 and int(perc[i]) != 11:
263 perc[i]),
265 elif int(perc[i]) % 10 == 2 and int(perc[i]) != 12:
269 perc[i]),
271 elif int(perc[i]) % 10 == 3 and int(perc[i]) != 13:
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/util/
H A DServletUtil.java76 public static String percentageGraph(int perc, int width) throws IOException { in percentageGraph() argument
77 assert perc >= 0; assert perc <= 100; in percentageGraph() local
83 if(perc > 0) { in percentageGraph()
85 builder.append(perc); builder.append("%\"></td>"); in percentageGraph()
86 }if(perc < 100) { in percentageGraph()
88 builder.append(100 - perc); builder.append("%\"></td>"); in percentageGraph()
102 public static String percentageGraph(float perc, int width) throws IOException { in percentageGraph() argument
103 return percentageGraph((int)perc, width); in percentageGraph()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dlinux_proc_stats.cpp306 << "user" << perc(prev.user, curr.user, base) in read_stat()
307 << "nice" << perc(prev.nice, curr.nice, base) in read_stat()
308 << "sys" << perc(prev.sys, curr.sys, base) in read_stat()
315 << "idle" << perc(prev.idle, curr.idle, base); in read_stat()
318 << "cpu_user" << perc(prev.user, curr.user, base) in read_stat()
319 << "cpu_nice" << perc(prev.nice, curr.nice, base) in read_stat()
320 << "cpu_sys" << perc(prev.sys, curr.sys, base) in read_stat()
368 << "user" << perc(prev.user, curr.user, base) in read_stat()
369 << "nice" << perc(prev.nice, curr.nice, base) in read_stat()
370 << "sys" << perc(prev.sys, curr.sys, base) in read_stat()
[all …]
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DAquariaProgressBar.cpp27 perc = 0; in AquariaProgressBar()
34 void AquariaProgressBar::progress(float perc) in progress() argument
36 if (perc==0) in progress()
37 perc = 0.01f; in progress()
38 this->perc += perc; in progress()
39 spinner.rotation = Vector(0,0,this->perc*360); in progress()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/GPUPDEDeformable/src/
H A DGPUDemonsRegistrationFunction.cl27 float perc[2]={0, 0};
43 perc[0]=xComi;
44 perc[1]=xCom;
51 return color[0]*perc[0]+color[1]*perc[1];
90 return color[0]*perc[0]+color[1]*perc[1]+color[2]*perc[2]+color[3]*perc[3];
100 float perc[8];
136 perc[0]=xComi * yComi; perc[1]=perc[0] * zCom; perc[0]=perc[0] * zComi;
137 perc[2]=xComi * yCom; perc[3]=perc[2] * zCom; perc[2]=perc[2] * zComi;
138 perc[4]=xCom * yComi; perc[5]=perc[4] * zCom; perc[4]=perc[4] * zComi;
139 perc[6]=xCom * yCom; perc[7]=perc[6] * zCom; perc[6]=perc[6] * zComi;
[all …]
/dports/games/glbsp/glbsp-2.20/fltk/
H A Dprogress.cpp109 bar.perc->box(FL_FLAT_BOX); in CreateOneBar()
111 bar.perc->hide(); in CreateOneBar()
112 add(bar.perc); in CreateOneBar()
128 bar.perc->position(bar.perc->x(), y+4); in SetupOneBar()
129 bar.perc->show(); in SetupOneBar()
169 bars[i].perc->hide(); in ClearBars()
318 int perc = 0; in GUI_DisplaySetBar() local
326 if (perc == bar->perc_shown) in GUI_DisplaySetBar()
329 bar->perc_shown = perc; in GUI_DisplaySetBar()
333 bar->perc->label(bar->perc_buf); in GUI_DisplaySetBar()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/unused/
H A Dsalt.pl16 my $perc = 0;
46 $perc = $many * 100 / $one;
58 } elsif (($perc < 102) && !($cur & 0x100)) {
63 printf("%s has insufficient boost%s: %.1f%%, change to 0x%x\n", $format, $cs, $perc, $cur);
64 } elsif (!$costs && ($perc >= 102) && ($cur & 0x100) && !($cur & 0x400)) {
67 printf("%s has sufficient boost%s: %.1f%%, change to %d\n", $format, $cs, $perc, $cur);
69 printf("%s has sufficient boost%s: %.1f%%, change to 0x%x\n", $format, $cs, $perc, $cur);
73 $many = $one = $perc = $costs = 0;
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dload-progress-window.cpp49 pColumn->add_attribute(cell->property_value (), progress_columns.perc); in run()
62 if (row[progress_columns.perc] < 98) in tick_progress()
64 row[progress_columns.perc] = row[progress_columns.perc] + 3; in tick_progress()
74 while (row[progress_columns.perc] < 100) in finish_progress()
76 row[progress_columns.perc] = row[progress_columns.perc] + 1; in finish_progress()
80 row[progress_columns.perc] = 100; in finish_progress()
/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/
H A Dxsldbgdriver.cpp129 assert(perc != 0 && perc[1] == 's'); in XsldbgDriver()
134 assert(perc != 0 && perc[1] == 'd'); in XsldbgDriver()
139 assert(perc != 0 && perc[1] == 's'); in XsldbgDriver()
140 perc = strchr(perc + 2, '%'); in XsldbgDriver()
141 assert(perc != 0 && perc[1] == 'd'); in XsldbgDriver()
146 assert(perc != 0 && perc[1] == 'd'); in XsldbgDriver()
147 perc = strchr(perc + 2, '%'); in XsldbgDriver()
148 assert(perc != 0 && perc[1] == 's'); in XsldbgDriver()
153 assert(perc != 0 && perc[1] == 's'); in XsldbgDriver()
154 perc = strchr(perc + 2, '%'); in XsldbgDriver()
[all …]
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dvolume_status.py146 perc, muted = p.search(output).groups()
154 return perc, muted
178 muted, perc = line.split()
181 muted, perc = None, None
182 return perc, muted
185 perc, muted = self.get_volume()
281 muted, perc = None, None
282 return perc, muted
285 perc, muted = self.get_volume()
383 if perc is None:
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DmakeCFfilename.cpp47 const char* perc = std::strchr(p, '%'); in makeCFfilename() local
49 if (perc) { in makeCFfilename()
50 namestream.write(p, perc - p); in makeCFfilename()
58 switch (*(perc + 1)) { in makeCFfilename()
72 namestream << "_Unknown_format_code_" << *(perc + 1) << '_'; in makeCFfilename()
76 p = perc + 2; in makeCFfilename()
/dports/lang/mono/mono-5.10.1.57/mono/benchmark/
H A Dctor-bench.cs38 long start, end, new_val, perc; in Main()
50 perc = ((end-start-new_val) * 100) / new_val; in Main()
51 Console.WriteLine ("clone took {0} {1} %", end-start, perc); in Main()
56 perc = ((end-start-new_val) * 100) / new_val; in Main()
57 Console.WriteLine ("activator took {0} {1} %", end-start, perc); in Main()
62 perc = ((end-start-new_val) * 100) / new_val; in Main()
63 Console.WriteLine ("ctor took {0} {1} %", end-start, perc); in Main()
/dports/graphics/vcg/vcg.1.30/src/
H A Dtimelim.c160 int test_timelimit(int perc) in test_timelimit() argument
162 int test_timelimit(perc) in test_timelimit()
163 int perc; in test_timelimit()
216 int test_timelimit(int perc) in test_timelimit() argument
218 int test_timelimit(perc) in test_timelimit()
219 int perc; in test_timelimit()
232 tval = (perc*timelimit)/100L;
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dscroll.feature161 ## :scroll-to-perc
164 When I run :scroll-to-perc 100
169 When I run :scroll-to-perc 100
171 And I run :scroll-to-perc 0
176 When I run :scroll-to-perc 50
186 When I run :scroll-to-perc 50
188 And I run :scroll-to-perc 0
216 When I run :scroll-to-perc
235 And I run :scroll-to-perc 20
246 And I run :scroll-to-perc 100
[all …]
/dports/games/eif/eif-1.3.4/contrib/
H A Dbuildcost.pl92 sub perc subroutine
111perc($tlcm{$i}, $hlcm{$i}), perc($thcm{$i}, $hhcm{$i}), perc($tmil{$i}, $hmil{$i}), perc($tavail{$…
116 perc($tlcm{$i}, $hlcm{$i}), perc($thcm{$i}, $hhcm{$i}), perc($tavail{$i}, $havail{$i});
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/hu/
H A Dplasma_applet_org.kde.plasma.fuzzyclock.po117 msgstr "Tíz perc múlva kettő"
122 msgstr "Öt perc múlva kettő"
182 msgstr "Öt perc múlva három"
242 msgstr "Öt perc múlva négy"
287 msgstr "Húsz perc múlva öt"
297 msgstr "Tíz perc múlva öt"
302 msgstr "Öt perc múlva öt"
357 msgstr "Tíz perc múlva hat"
362 msgstr "Öt perc múlva hat"
422 msgstr "Öt perc múlva hét"
[all …]

12345678910>>...89