Home
last modified time | relevance | path

Searched refs:tmprow (Results 1 – 25 of 55) sorted by relevance

123

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gimpressionist/
H A Dgimp.c323 tmprow[k + 0] = s[0]; in grabarea()
324 tmprow[k + 1] = s[0]; in grabarea()
325 tmprow[k + 2] = s[0]; in grabarea()
345 tmprow[k + 0] = s[0]; in grabarea()
346 tmprow[k + 1] = s[0]; in grabarea()
347 tmprow[k + 2] = s[0]; in grabarea()
379 tmprow[k + 0] = s[0]; in grabarea()
380 tmprow[k + 1] = s[1]; in grabarea()
381 tmprow[k + 2] = s[2]; in grabarea()
511 d[0] = tmprow[k + 0]; in gimpressionist_main()
[all …]
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_jpeg.cpp61 : ImageSource(), cinfo(NULL), tmprow(NULL), err(NULL), iccprofbuffer(NULL), started(false) in ImageSource_JPEG()
72 : ImageSource(), cinfo(NULL), tmprow(NULL), err(NULL), iccprofbuffer(NULL), started(false) in ImageSource_JPEG()
150 if(!(tmprow=(unsigned char *)malloc(sizeof(char)*(width*samplesperpixel)))) in Init()
177 rowptr[0]=(JSAMPROW)tmprow; in GetRow()
188 int t=tmprow[x]; in GetRow()
195 int t=tmprow[x*3]; in GetRow()
197 t=tmprow[x*3+1]; in GetRow()
199 t=tmprow[x*3+2]; in GetRow()
206 int t=tmprow[x]; in GetRow()
224 if(tmprow) in ~ImageSource_JPEG()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A Dminpoly.cc36 delete[]tmprow; in ~LinearDependencyMatrix()
65 unsigned x = tmprow[piv]; in reduceTmpRow()
76 tmprow[j] += tmp; in reduceTmpRow()
77 if (tmprow[j] >= p) in reduceTmpRow()
79 tmprow[j] -= p; in reduceTmpRow()
91 tmprow[i] = 1; in normalizeTmp()
93 tmprow[j] = multMod (tmprow[j], inv, p); in normalizeTmp()
102 tmprow[i] = newRow[i]; in findLinearDependency()
103 tmprow[n + i] = 0; in findLinearDependency()
105 tmprow[2 * n] = 0; in findLinearDependency()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaEditor.cpp152 RowElement* tmprow=static_cast<RowElement*>(m_cursor.currentElement()); in insertElement() local
156 …undo=new FormulaCommandReplaceElements(tmprow,m_cursor.selection().first,m_cursor.selection().seco… in insertElement()
158 undo=new FormulaCommandReplaceElements(tmprow,m_cursor.position(),0,list,false); in insertElement()
174 RowElement* tmprow=static_cast<RowElement*>(m_cursor.currentElement()); in remove() local
176 …undo=new FormulaCommandReplaceElements(tmprow,m_cursor.selection().first,m_cursor.selection().seco… in remove()
179 … undo=new FormulaCommandReplaceElements(tmprow,m_cursor.position()-1,1,QList<BasicElement*>()); in remove()
181 … undo=new FormulaCommandReplaceElements(tmprow,m_cursor.position(),1,QList<BasicElement*>()); in remove()
/dports/math/octave-forge-symband/symband-1.0.10/src/
H A DSymBand.cc123 double* tmprow; in CholeskyFactorization() local
124 tmprow=new double[nc]; in CholeskyFactorization()
131 for(int j=jMax-1;j>=0;j--){tmprow[j]=A(k,j);} in CholeskyFactorization()
133 tmp=A(k,j)=tmprow[j]/tmprow[0]; in CholeskyFactorization()
134 for(int i=jMax-j-1;i>=0;i--) A(k+j,i) -= tmp*tmprow[j+i]; in CholeskyFactorization()
137 delete[] tmprow; in CholeskyFactorization()
168 double* tmprow; in CholeskyFactorization2() local
170 tmprow=new double[nc]; in CholeskyFactorization2()
177 for(int j=jMax-1;j>=0;j--){tmprow[j]=pA[k+j*nr];} in CholeskyFactorization2()
180 pA[k+nr*j]=tmp=tmprow[j]/tmprow[0]; in CholeskyFactorization2()
[all …]
/dports/math/octave/octave-6.4.0/scripts/optimization/
H A Dqp.m259 tmprow = zeros (1,n); variable
260 tmprow(i) = 1;
261 A = [A;tmprow];
265 tmprow = zeros (1,n); variable
266 tmprow(i) = 1;
267 Ain = [Ain; tmprow; -tmprow];
308 tmprow = A_in(i,:); variable
309 A = [A;tmprow];
313 tmprow = A_in(i,:); variable
314 Ain = [Ain; tmprow; -tmprow];
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpbmminkowski.c27 bit * tmprow; in main() local
97 tmprow = prevrow; in main()
99 thisrow = tmprow; in main()
H A Dpgmminkowski.c33 gray* tmprow; in main() local
120 tmprow = prevrow; in main()
122 thisrow = tmprow; in main()
/dports/games/colorcode/ColorCode-0.8.5/
H A Dgameslistmodel.cpp215 int tmprow; in HoverRowSlot() local
218 tmprow = mHoverRow; in HoverRowSlot()
222 tmprow = row; in HoverRowSlot()
226 emit dataChanged(index(tmprow, 0), index(tmprow, columnCount() - 1)); in HoverRowSlot()
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-miff.c481 iw_byte *tmprow = NULL; in iwmiff_read_pixels() local
492 tmprow = iw_mallocz(rctx->ctx,tmprowsize); in iwmiff_read_pixels()
493 if(!tmprow) goto done; in iwmiff_read_pixels()
501 if(!iwmiff_read_and_uncompress_row(rctx,tmprow,tmprowsize)) in iwmiff_read_pixels()
507 iwmiffr_convert_row64_32(rctx,tmprow,&img->pixels[j*img->bpr],samples_per_row); in iwmiff_read_pixels()
510 iwmiffr_convert_row32(rctx,tmprow,&img->pixels[j*img->bpr],samples_per_row); in iwmiff_read_pixels()
517 if(tmprow) free(tmprow); in iwmiff_read_pixels()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/notification-log-mib/
H A Dnotification_log.c73 netsnmp_table_row *deleterow, *tmprow, *deletevarrow; in netsnmp_notif_log_remove_oldest() local
78 for (; count && deleterow; deleterow = tmprow, --count) { in netsnmp_notif_log_remove_oldest()
96 for (; deletevarrow; deletevarrow = tmprow) { in netsnmp_notif_log_remove_oldest()
98 tmprow = netsnmp_table_data_set_get_next_row(nlmLogVarTable, in netsnmp_notif_log_remove_oldest()
124 tmprow = netsnmp_table_data_set_get_next_row(nlmLogTable, deleterow); in netsnmp_notif_log_remove_oldest()
/dports/science/py-dipy/dipy-1.4.1/dipy/align/
H A Dbundlemin.pyx51 double sub=0, subf=0, distf=0, dist=0, tmprow=0, tmprowf=0
55 tmprow = 0
60 tmprow += sub * sub
62 dist += sqrt(tmprow)
/dports/biology/mothur/mothur-1.46.1/source/
H A DtrialSwap2.cpp148 vector<int> tmprow; in calc_combo() local
155 tmprow.push_back(nullmatrix[j][i]); in calc_combo()
158 tmpmatrix.push_back(tmprow); in calc_combo()
159 tmprow.clear(); in calc_combo()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/screens/
H A DCScreenBuilder.php412 foreach ($screenitems as $tmprow) {
413 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
414 $screenitem = $tmprow;
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/screens/
H A DCScreenBuilder.php412 foreach ($screenitems as $tmprow) {
413 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
414 $screenitem = $tmprow;
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/screens/
H A DCScreenBuilder.php412 foreach ($screenitems as $tmprow) {
413 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
414 $screenitem = $tmprow;
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/screens/
H A DCScreenBuilder.php412 foreach ($screenitems as $tmprow) {
413 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
414 $screenitem = $tmprow;
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/screens/
H A DCScreenBuilder.php412 foreach ($screenitems as $tmprow) {
413 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
414 $screenitem = $tmprow;
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/classes/screens/
H A DCScreenBuilder.php418 foreach ($screenitems as $tmprow) {
419 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
420 $screenitem = $tmprow;
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php425 foreach ($screenitems as $tmprow) {
426 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
427 $screenitem = $tmprow;
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php425 foreach ($screenitems as $tmprow) {
426 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
427 $screenitem = $tmprow;
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php425 foreach ($screenitems as $tmprow) {
426 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
427 $screenitem = $tmprow;
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/classes/screens/
H A DCScreenBuilder.php418 foreach ($screenitems as $tmprow) {
419 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
420 $screenitem = $tmprow;
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/classes/screens/
H A DCScreenBuilder.php418 foreach ($screenitems as $tmprow) {
419 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
420 $screenitem = $tmprow;
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenBuilder.php425 foreach ($screenitems as $tmprow) {
426 if ($tmprow['x'] == $c && $tmprow['y'] == $r) {
427 $screenitem = $tmprow;

123