Home
last modified time | relevance | path

Searched refs:nout (Results 1 – 25 of 2448) sorted by relevance

12345678910>>...98

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/linalg/
H A DlsqrBase.cxx31 this->nout = nullptr; in lsqrBase()
160 this->nout = &os; in SetOutputStream()
246 if( this->nout ) in Solve()
343 if ( this->nout ) in Solve()
359 this->nout->width(6); in Solve()
362 this->nout->width(17); in Solve()
365 this->nout->width(10); in Solve()
368 this->nout->width(9); in Solve()
563 if ( this->nout ) in Solve()
665 if ( this->nout ) in TerminationPrintOut()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/linalg/
H A DlsqrBase.cxx31 this->nout = nullptr; in lsqrBase()
160 this->nout = &os; in SetOutputStream()
246 if( this->nout ) in Solve()
343 if ( this->nout ) in Solve()
359 this->nout->width(6); in Solve()
362 this->nout->width(17); in Solve()
365 this->nout->width(10); in Solve()
368 this->nout->width(9); in Solve()
563 if ( this->nout ) in Solve()
665 if ( this->nout ) in TerminationPrintOut()
[all …]
/dports/science/teem/teem-1.11.0-src/src/unrrdu/
H A Ddnorm.c42 Nrrd *nin, *nout; in unrrdu_dnormMain() local
140 nout = nrrdNew(); in unrrdu_dnormMain()
155 nrrdCommentClear(nout); in unrrdu_dnormMain()
176 nrrdKeyValueClear(nout); in unrrdu_dnormMain()
179 nout->content = airFree(nout->content); in unrrdu_dnormMain()
195 nout->axis[axi].label = airFree(nout->axis[axi].label); in unrrdu_dnormMain()
196 nout->axis[axi].units = airFree(nout->axis[axi].units); in unrrdu_dnormMain()
216 if (!nrrdSpaceVecExists(nout->spaceDim, nout->spaceOrigin)) { in unrrdu_dnormMain()
244 nout->spaceDim = saxi; in unrrdu_dnormMain()
266 if (nout->dim != nout->spaceDim + !!kindOut) { in unrrdu_dnormMain()
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/test/
H A Ddnorm.c45 Nrrd *nin, *nout; in main() local
126 nout = nrrdNew(); in main()
141 nrrdCommentClear(nout); in main()
151 nrrdKeyValueClear(nout); in main()
154 nout->content = airFree(nout->content); in main()
170 nout->axis[axi].label = airFree(nout->axis[axi].label); in main()
171 nout->axis[axi].units = airFree(nout->axis[axi].units); in main()
187 if (nout->spaceDim) { in main()
191 if (!nrrdSpaceVecExists(nout->spaceDim, nout->spaceOrigin)) { in main()
224 if (nout->dim != nout->spaceDim + !!kindOut) { in main()
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Dhistogram.c98 if (nout && AIR_EXISTS(nout->axis[0].min) && AIR_EXISTS(nout->axis[0].max)) { in nrrdHisto()
139 count = nrrdDLookup[nout->type](nout->data, idx); in nrrdHisto()
142 nrrdDInsert[nout->type](nout->data, idx, count); in nrrdHisto()
151 nout->axis[0].label = (char *)airFree(nout->axis[0].label); in nrrdHisto()
152 nout->axis[0].label = (char *)airStrdup(nout->content); in nrrdHisto()
222 nout->axis[0].spacing = nout->axis[1].spacing = AIR_NAN; in nrrdHistoDraw()
228 nout->axis[1].label = (char *)airFree(nout->axis[1].label); in nrrdHistoDraw()
430 count = nrrdDLookup[nout->type](nout->data, hI); in nrrdHistoAxis()
432 nrrdDInsert[nout->type](nout->data, hI, count); in nrrdHistoAxis()
613 count = nrrdDLookup[nout->type](nout->data, Iout); in nrrdHistoJoint()
[all …]
H A Dreorder.c108 if (nout != nin) { in nrrdAxesInsert()
370 nout->axis[axis].min = nout->axis[axis].max = AIR_NAN; in nrrdShuffle()
1344 if (!E) E |= nrrdAxesPermute(nout, nout, map); in nrrdTile2D()
1345 if (!E) E |= nrrdAxesMerge(nout, nout, merge[1]); in nrrdTile2D()
1346 if (!E) E |= nrrdAxesMerge(nout, nout, merge[0]); in nrrdTile2D()
1435 if (!E) E |= nrrdAxesSplit(nout, nout, ax1, in nrrdUntile2D()
1437 if (!E) E |= nrrdAxesSplit(nout, nout, ax0, in nrrdUntile2D()
1443 if (!E) E |= nrrdAxesSplit(nout, nout, ax0, in nrrdUntile2D()
1445 if (!E) E |= nrrdAxesSplit(nout, nout, ax1, in nrrdUntile2D()
1479 if (!E) E |= nrrdAxesPermute(nout, nout, map); in nrrdUntile2D()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dmax_min1.cc51 nout << endl; in test01()
62 nout << endl; in test01()
89 nout << endl; in test02()
100 nout << endl; in test02()
130 nout << endl; in test03()
141 nout << endl; in test03()
171 nout << endl; in test04()
182 nout << endl; in test04()
208 nout << endl; in test05()
219 nout << endl; in test05()
[all …]
H A Dmax_min2.cc51 nout << endl; in test01()
62 nout << endl; in test01()
90 nout << endl; in test02()
101 nout << endl; in test02()
129 nout << endl; in test03()
140 nout << endl; in test03()
168 nout << endl; in test04()
179 nout << endl; in test04()
213 nout << endl; in test05()
243 nout << endl; in test06()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dmax_min1.cc95 nout << " @ "; in test03()
97 nout << endl; in test03()
110 nout << " @ "; in test03()
112 nout << endl; in test03()
146 nout << " @ "; in test04()
148 nout << endl; in test04()
177 nout << " @ "; in test05()
179 nout << endl; in test05()
217 nout << endl; in test06()
255 nout << endl; in test07()
[all …]
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dmax_min2.cc51 nout << endl; in test01()
62 nout << endl; in test01()
90 nout << endl; in test02()
101 nout << endl; in test02()
129 nout << endl; in test03()
140 nout << endl; in test03()
168 nout << endl; in test04()
179 nout << endl; in test04()
204 nout << endl; in test05()
215 nout << endl; in test05()
[all …]
H A Dmax_min1.cc95 nout << " @ "; in test03()
97 nout << endl; in test03()
110 nout << " @ "; in test03()
112 nout << endl; in test03()
146 nout << " @ "; in test04()
148 nout << endl; in test04()
178 nout << " @ "; in test05()
180 nout << endl; in test05()
217 nout << endl; in test06()
257 nout << endl; in test07()
[all …]
H A Dclosure1.cc373 nout << "1/2 = " << f_1_2 << "\n"; in test02()
374 nout << "1/3 = " << f_1_3 << "\n"; in test02()
405 nout << "\n"; in test02()
411 nout << "\n"; in test02()
467 nout << "1/2 = " << f_1_2 << "\n"; in test03()
468 nout << "1/3 = " << f_1_3 << "\n"; in test03()
469 nout << "1/5 = " << f_1_5 << "\n"; in test03()
523 nout << "\n"; in test03()
530 nout << "\n"; in test03()
539 nout << "\n"; in test03()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Drtitr.f122 integer nin,nout,nu,inum,dgnum,iden,dgden,iu,iy,ierr,iw(nout) local
138 do 01 k=1,nout
145 kd=1+dgden*nout
155 do 10 k=1,nout*dgden
171 call dmmul(den(1,kd),iden,yp(1,n+k),iy,w,nout,nout,nout,1)
173 kd=kd+nout
177 call dmmul(num(1,ln),inum,up(1,n+l),iu,w,nout,nout,nin,1)
187 kd=1+(mx-1)*nout
189 call dmmul(den(1,kd),iden,y(1,n+k-dgden),iy,w,nout,nout,nout,1)
191 kd=kd+nout
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/elec/
H A Dgpc.cc382 ndimA, nout, nout, m2, in gpc_build_matrices()
383 ndimA, nout, nout, dest); in gpc_build_matrices()
452 ndimC, nout, nout, m2, in gpc_build_matrices()
453 ndimC, nout, nout, dest); in gpc_build_matrices()
1320 doublereal d[nout*nout*pa*s+nout*nin*pb*s+nout*s*nin*s+nout*nout*pa*s]; in main()
1321 doublereal theta[nout*nout*pa+nout*nin*(pb+1)+nout*nout*pa] = { in main()
1333 nout*s, d+nout*nout*pa*s, in main()
1334 nout*s, d+nout*nout*pa*s+nout*nin*pb*s, in main()
1335 nout*s, d+nout*nout*pa*s+nout*nin*pb*s+nout*s*nin*s, in main()
1356 doublereal* pP = d+nout*nout*pa*s+nout*s*nin*pb; in main()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dcontains1.cc50 nout << "segment "; in test01()
52 nout << "includes "; in test01()
54 nout << "does not include "; in test01()
59 nout << "halfline "; in test01()
61 nout << "includes "; in test01()
63 nout << "does not include "; in test01()
91 nout << "p_half_space "; in test02()
93 nout << "includes "; in test02()
95 nout << "does not include "; in test02()
100 nout << "p_line "; in test02()
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A DShowinfo.cc40 int nout = 0; in show_year() local
75 int nout = 0; in show_mon() local
110 int nout = 0; in show_date() local
143 int nout = 0; in show_time() local
152 nout++; in show_time()
180 nout++; in show_timestamp()
200 nout++; in show_code()
236 nout++; in show_unit()
257 nout++; in show_param()
279 nout++; in show_name()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]

12345678910>>...98