Home
last modified time | relevance | path

Searched refs:threadcount (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/rudiments/rudiments-1.2.2/test/
H A Dthread.cpp17 stringbuffer threadcount[4]; variable
28 threadcount[a->id].append(c); in count()
81 !charstring::compare(threadcount[0].getString(), in main()
84 !charstring::compare(threadcount[1].getString(), in main()
108 !charstring::compare(threadcount[2].getString(), in main()
111 !charstring::compare(threadcount[3].getString(), in main()
/dports/math/eigen3/eigen-3.3.9/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/misc/opennn/opennn-5.0.5/eigen/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/demos/mandelbrot/
H A Dmandelbrot.h46 int threadcount; variable
59 threadcount = QThread::idealThreadCount(); in MandelbrotWidget()
60 threads = new MandelbrotThread*[threadcount]; in MandelbrotWidget()
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget()
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget()
H A Dmandelbrot.cpp42 const int threadcount = widget->threadcount; in render() local
48 for(int y = id; y < img_height; y += threadcount) in render()
134 for(int th = 0; th < threadcount; th++) in paintEvent()
136 for(int th = 0; th < threadcount; th++) in paintEvent()
147 std::cout << threadcount << " threads, " in paintEvent()
182 for(int th = 0; th < threadcount; th++) in mousePressEvent()
199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent()
/dports/net-im/jarl/Jarl-0.5001/lib/
H A Dmain.pl36 $threadcount = 0 unless defined($threadcount);
37 return "jarl".$threadcount++."-".time;
/dports/www/mybb/mybb-mybb_1829/
H A Dforumdisplay.php602 $threadcount = 0; variable
615 $threadcount = 0; variable
622 $threadcount += $forum_threads['threads'];
627 $threadcount += $forum_threads['deletedthreads'];
632 $threadcount += $forum_threads['unapprovedthreads'];
644 $threadcount = $db->fetch_field($query, "threads"); variable
660 $pages = $threadcount / $perpage;
678 if($upper > $threadcount)
680 $upper = $threadcount;
943 if(is_moderator($fid) && $threadcount > $perpage)
[all …]
H A Dsearch.php251 $threadcount = 0; variable
264 $threadcount++;
267 if($threadcount > 0)
289 $threadcount = $count['resultcount']; variable
320 $pages = ceil($threadcount / $perpage);
671 …$multipage = multipage($threadcount, $perpage, $page, "search.php?action=results&amp;sid=$sid&amp;…
672 if($upper > $threadcount)
674 $upper = $threadcount;
687 $lang->all_selected = $lang->sprintf($lang->all_selected, (int)$threadcount);
688 $lang->select_all = $lang->sprintf($lang->select_all, (int)$threadcount);
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtmt1.pp19 threadcount = 40;
22 threadcount = 100;
54 for i:=1 to threadcount do
/dports/www/osticket/upload/include/staff/
H A Dticket-tasks.inc.php98 $threadcount = $task->getThread() ? variable
132 if ($threadcount>1)
133 echo "<small>($threadcount)</small>&nbsp;".'<i
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/library/
H A Dezexample_predict_threaded.cc87 int threadcount = atoi(argv[1]); in main() local
129 if (threadcount == 0) in main()
137 for (int t = 0; t < threadcount; ++t) in main()
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DRSS.pm73 my $threadcount = @threadlist;
74 if ( $threadcount < $topics ) { $topics = $threadcount; }
310 $threadcount = @threadlist;
311 if ( $threadcount < $topics ) { $topics = $threadcount; }
H A DMessageIndex.pm61 $numanns, $threadcount, $countsticky,
243 $nostickythreadlist[$threadcount] = $threadlist;
244 $threadcount++;
249 $threadcount = $threadcount + $countsticky + $numanns;
261 $max = $threadcount;
269 if ( $start > $threadcount - 1 ) { $start = $threadcount - 1; }
273 $pagenumb = int( ( $threadcount - 1 ) / $maxindex ) + 1;
282 else { $endpage = $threadcount }
283 $lastpn = int( ( $threadcount - 1 ) / $maxindex ) + 1;
328 if ( $endpage < $threadcount - $maxindex ) {
[all …]
/dports/www/mybb/mybb-mybb_1829/archive/
H A Dindex.php253 $threadcount = $db->fetch_field($query, "threads"); variable
267 if($threadcount < 1 && $forumpermissions['canviewthreads'] == 1)
285 $pages = ceil($threadcount/$perpage);
324 archive_multipage($threadcount, $perpage, $page, "{$base_url}forum-$id");
425 archive_multipage($threadcount, $perpage, $page, "{$base_url}forum-$id");
/dports/www/osticket/upload/include/staff/templates/
H A Dtickets.tmpl.php145 $threadcount = $T['thread_count']; variable
177 if ($threadcount > 1) { ?>
179 <small><?php echo $threadcount; ?></small></span>
/dports/graphics/tachyon/tachyon/src/
H A Dthreads.h171 int threadcount; /* total number of worker threads */ member
198 int rt_threadpool_worker_getid(void *thrpool, int *threadid, int *threadcount);
/dports/security/nmap/nmap-7.91/scripts/
H A Drtsp-url-brute.nse121 local threadcount = stdnse.get_script_args('rtsp-url-brute.threads') or 10
125 threadcount = tonumber(threadcount)
152 for t=1, threadcount do

12345