Home
last modified time | relevance | path

Searched refs:Sout (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest_udo_string_array_join.csd8 Sout init ""
13 Sout strcat Sout, S_separator
14 Sout strcat Sout, S_vals[icnt]
18 xout Sout
/dports/math/octave-forge-queueing/queueing/inst/private/
H A Dqncschkparam.m20 ## @deftypefn {Function File} {[@var{err} @var{Nout} @var{Sout} @var{Vout} @var{mout} @var{Zout}] =…
31 function [err Nout Sout Vout mout Zout] = qncschkparam( N, S, V, m, Z )
34 [Nout Sout Vout mout Zout] = deal(0);
58 Sout = S(:)'; variable
61 Vout = ones(size(Sout));
75 mout = ones(size(Sout));
84 [er Sout Vout mout] = common_size(Sout, Vout, mout);
H A Dqncmchkparam.m20 ## @deftypefn {Function File} {[@var{err} @var{Nout} @var{Sout} @var{Vout} @var{mout} @var{Zout}] =…
21 ## @deftypefnx {Function File} {[@var{err} @var{Nout} @var{Sout} @var{Vout} @var{mout} @var{Zout}] …
22 ## @deftypefnx {Function File} {[@var{err} @var{Nout} @var{Sout} @var{Vout} @var{mout} @var{Zout}] …
23 ## @deftypefnx {Function File} {[@var{err} @var{Nout} @var{Sout} @var{Vout} @var{mout} @var{Zout}] …
34 function [err Nout Sout Vout mout Zout] = qncmchkparam( N, S, V, m, Z )
37 [Nout Sout Vout mout Zout] = deal(0);
68 Sout = S; variable
70 K = columns(Sout);
73 Vout = ones(size(Sout));
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/adj2nest/agent/
H A Dadj2nest.c459 char * UntaintValue (char *Sin, char *Sout) in UntaintValue() argument
468 if (Sin[0]=='\0') { Sout[0]='\0'; return(NULL); } in UntaintValue()
488 Sout[0] = '\n'; in UntaintValue()
491 Sout[0] = '\r'; in UntaintValue()
494 Sout[0] = '\a'; in UntaintValue()
497 Sout[0] = Sin[0]; in UntaintValue()
499 Sout++; in UntaintValue()
503 Sout[0] = Sin[0]; in UntaintValue()
505 Sout++; in UntaintValue()
508 Sout[0]='\0'; /* terminate string */ in UntaintValue()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw0966.pp14 S : Longint ; Sin,Sout: Text;
60 ReWrite(Sout); Reset(Sin);
64 Write(Sout,'USER anonymous'#10);
67 Write(Sout,'PASS core@freepascal.org'#10);
70 Write(Sout,'QUIT'#10);
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/04 Sound Synthesis/
H A D04G07_KarplusStrong.csd32 Sout strcpy Sin
36 Sout strcat Sout, Snew
38 puts Sout, 1
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCbinaryChange.cc88 Matrix<> Sout(n, ns+1); in binary_state_sampler() local
89 Sout(_, 0) = s(_,0); in binary_state_sampler()
91 Sout(_,j+1) = ps(_, j); in binary_state_sampler()
94 return Sout; in binary_state_sampler()
123 Matrix<> Sout = binary_state_sampler(stream, m, Y, phi, P); in MCMCbinaryChange_impl() local
124 Matrix<> s = Sout(_, 0); in MCMCbinaryChange_impl()
127 ps(_,j) = Sout(_,j+1); in MCMCbinaryChange_impl()
225 Matrix<> Sout = binary_state_sampler(stream, m, Y, phi_st, P); in MCMCbinaryChange_impl() local
226 Matrix <> s = Sout(_, 0); in MCMCbinaryChange_impl()
229 ps(_,j) = Sout(_,j+1); in MCMCbinaryChange_impl()
H A DcMCMCpoissonChange.cc207 Matrix<> Sout(n, ns+1); in poisson_state_sampler() local
208 Sout(_, 0) = s(_,0); in poisson_state_sampler()
210 Sout(_,j+1) = ps(_, j); in poisson_state_sampler()
213 return Sout; in poisson_state_sampler()
274 Matrix<> Sout(n, ns+1); in poisson_reg_state_sampler() local
275 Sout(_, 0) = s(_,0); in poisson_reg_state_sampler()
277 Sout(_,j+1) = ps(_, j); in poisson_reg_state_sampler()
279 return Sout; in poisson_reg_state_sampler()
335 Matrix<> s = Sout(_, 0); in MCMCpoissonChangepoint_impl()
441 ps(_,j) = Sout(_,j+1); in MCMCpoissonChangepoint_impl()
[all …]
H A DcMCMCprobitChange.cc95 Matrix<double> Sout(n, ns+1); in probit_state_sampler() local
96 Sout(_, 0) = s(_,0); in probit_state_sampler()
98 Sout(_,j+1) = ps(_, j); in probit_state_sampler()
101 return Sout; in probit_state_sampler()
133 Matrix<> Sout = probit_state_sampler(stream, m, Y, X, beta, P); in MCMCprobitChange_impl() local
134 Matrix<int> s = Sout(_, 0); in MCMCprobitChange_impl()
137 ps(_,j) = Sout(_,j+1); in MCMCprobitChange_impl()
261 Matrix <double> Sout = probit_state_sampler(stream, m, Y, X, beta_st, P); in MCMCprobitChange_impl() local
262 Matrix <double> s = Sout(_, 0); in MCMCprobitChange_impl()
265 ps(_,j) = Sout(_,j+1); in MCMCprobitChange_impl()
H A DcMCMCregressChange.cc155 Matrix<double> Sout(n, ns+1); in gaussian_state_sampler() local
156 Sout(_, 0) = s(_,0); in gaussian_state_sampler()
158 Sout(_,j+1) = ps(_, j); in gaussian_state_sampler()
161 return Sout; in gaussian_state_sampler()
245 Matrix<double> Sout = gaussian_state_sampler(stream, m, sos, Y, X, beta, Sigma, P); in MCMCregressChange_impl() local
246 Matrix<double> s = Sout(_, 0); in MCMCregressChange_impl()
249 ps(_,j) = Sout(_,j+1); in MCMCregressChange_impl()
349 Matrix <double> Sout = gaussian_state_sampler(stream, m, sos, Y, X, beta_st, Sigma, P); in MCMCregressChange_impl() local
350 Matrix <double> s = Sout(_, 0); in MCMCregressChange_impl()
395 Matrix <double> Sout = gaussian_state_sampler(stream, m, sos, Y, X, beta_st, Sigma_st, P); in MCMCregressChange_impl() local
[all …]
H A DcMCMCnegbinChange.cc253 hmm_state Sout; in MCMCnegbinRegChangepoint_impl() local
295 s = Sout.s; in MCMCnegbinRegChangepoint_impl()
296 ps = Sout.ps; in MCMCnegbinRegChangepoint_impl()
297 nstate = Sout.nstate; in MCMCnegbinRegChangepoint_impl()
607 Sout = negbin_reg_state_sampler(stream, *m, Y, X, beta_st, P, rho, ll, *fixed_m); in MCMCnegbinRegChangepoint_impl()
608 s = Sout.s; in MCMCnegbinRegChangepoint_impl()
609 ps = Sout.ps; in MCMCnegbinRegChangepoint_impl()
610 nstate = Sout.nstate; in MCMCnegbinRegChangepoint_impl()
649 s = Sout.s; in MCMCnegbinRegChangepoint_impl()
650 ps = Sout.ps; in MCMCnegbinRegChangepoint_impl()
[all …]
H A DcMCMCoprobitChange.cc203 Matrix<> Sout(n, ns+1); in gaussian_ordinal_state_sampler_fixedsigma() local
204 Sout(_, 0) = s(_,0); in gaussian_ordinal_state_sampler_fixedsigma()
206 Sout(_,j+1) = ps(_, j); in gaussian_ordinal_state_sampler_fixedsigma()
208 return Sout; in gaussian_ordinal_state_sampler_fixedsigma()
245 … Matrix<> Sout = gaussian_ordinal_state_sampler_fixedsigma(stream, m, Y, X, beta_linear, Sigma, P); in MCMCoprobitChange_impl() local
246 Matrix<int> s = Sout(_, 0); in MCMCoprobitChange_impl()
249 ps(_,j) = Sout(_,j+1); in MCMCoprobitChange_impl()
459 … Matrix<> Sout = gaussian_ordinal_state_sampler_fixedsigma(stream, m, Y, X, beta_linear, Sigma, P); in MCMCoprobitChange_impl() local
460 Matrix<int> s = Sout(_, 0); in MCMCoprobitChange_impl()
531 Matrix<int> s = Sout(_, 0); in MCMCoprobitChange_impl()
[all …]
H A DcHDPHMMpoisson.cc223 hmm_state Sout; in HDPHMMpoissonReg_impl() local
259 Sout = poisson_hdp_reg_state_sampler(stream, ns, Y, X, beta, P); in HDPHMMpoissonReg_impl()
260 s = Sout.s; in HDPHMMpoissonReg_impl()
261 nstate = Sout.nstate; in HDPHMMpoissonReg_impl()
381 n_jk = Sout.trans(j,k); in HDPHMMpoissonReg_impl()
417 p_dirich_params(i) = alpha * gamma_prime(i) + Sout.trans(j,i); in HDPHMMpoissonReg_impl()
430 Matrix<> Nkdot = sumc(::t(Sout.trans)); in HDPHMMpoissonReg_impl()
H A DcHDPHMMnegbin.cc245 hmm_state Sout; in HDPHMMnegbinReg_impl() local
282 Sout = negbin_hdp_reg_state_sampler(stream, ns, Y, X, beta, P, nu, rho); in HDPHMMnegbinReg_impl()
283 s = Sout.s; in HDPHMMnegbinReg_impl()
284 nstate = Sout.nstate; in HDPHMMnegbinReg_impl()
438 n_jk = Sout.trans(j,k); in HDPHMMnegbinReg_impl()
474 p_dirich_params(i) = alpha * gamma_prime(i) + Sout.trans(j,i); in HDPHMMnegbinReg_impl()
492 Matrix<> Nkdot = sumc(::t(Sout.trans)); in HDPHMMnegbinReg_impl()
H A DcHDPHSMMnegbin.cc314 hsmm_state Sout; in HDPHSMMnegbinReg_impl() local
350 Sout = negbin_hdphsmm_reg_state_sampler(stream, ns, Y, X, beta, P, nu, rho, omega, *r); in HDPHSMMnegbinReg_impl()
351 s = Sout.s; in HDPHSMMnegbinReg_impl()
352 Matrix<> s_norep = Sout.s_norep; in HDPHSMMnegbinReg_impl()
353 Matrix<> durs = Sout.durs; in HDPHSMMnegbinReg_impl()
354 nstate = Sout.nstate; in HDPHSMMnegbinReg_impl()
355 trans_counts = Sout.trans; in HDPHSMMnegbinReg_impl()
494 Matrix<int> froms = sumc(::t(Sout.trans)); in HDPHSMMnegbinReg_impl()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03E04_Anagram.csd17 Sout = ""
26 Sout strcat Sout, Sel
34 xout Sout
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/wget_agent/agent_tests/Unit/wget_agent/
H A DtestUtilities.c107 char Sout[MAX_LENGTH]; in testTaintURL() local
111 int result = TaintURL(Sin, Sout, SoutSize); in testTaintURL()
115 result = TaintURL(Sin, Sout, SoutSize); in testTaintURL()
/dports/audio/csound/csound-6.15.0/tests/commandline/arrays/
H A Darrays_S_global.csd19 Sout = ""
28 Sout strcat Sout, Sel
36 xout Sout
H A Darrays_S_local.csd18 Sout = ""
27 Sout strcat Sout, Sel
35 xout Sout
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dsample1d.c367 struct GMT_DATASEGMENT *S = NULL, *Sout = NULL; in GMT_sample1d() local
515Sout = GMT_Alloc_Segment (GMT->parent, GMT_NO_STRINGS, m, Din->n_columns, NULL, Tout->segment[seg]… in GMT_sample1d()
517 gmt_M_memcpy (Sout->data[GMT_X], lon, m, double); in GMT_sample1d()
518 gmt_M_memcpy (Sout->data[GMT_Y], lat, m, double); in GMT_sample1d()
521 gmt_M_memcpy (Sout->data[Ctrl->N.col], t_out, m, double); in GMT_sample1d()
522 if (S->header) Sout->header = strdup (S->header); /* Duplicate header */ in GMT_sample1d()
523 SH = gmt_get_DS_hidden (Sout); in GMT_sample1d()
524 Sout->n_rows = SH->n_alloc = m; in GMT_sample1d()
544 …result = gmt_intpol (GMT, ttime, data, weight, k, m, t_out, Sout->data[col], Ctrl->F.fit, int_mode… in GMT_sample1d()
552 …result = gmt_intpol (GMT, ttime, S->data[col], weight, S->n_rows, m, t_out, Sout->data[col], Ctrl-… in GMT_sample1d()
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/SKI/
H A Drandomlams.mod142 Sigfile is (Module ^ ".sig"), open_out Sigfile Sout,
143 output Sout "sig ", output Sout Module,
144 output Sout ".\naccum_sig randomlams.\n", close_out Sout,
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DOperators.cu331 … zBlock, const vector3<int> S, const vector3<int> Sin, const vector3<int> Sout, const complex* in,… in changeGrid_kernel() argument
333 changeGrid_calc(iG, Sin, Sout, in, out); in changeGrid_kernel()
335 void changeGrid_gpu(const vector3<int>& S, const vector3<int>& Sin, const vector3<int>& Sout, const… in changeGrid_gpu() argument
338 changeGrid_kernel<<<glc.nBlocks,glc.nPerBlock>>>(zBlock, S, Sin, Sout, in, out); in changeGrid_gpu()
343 … zBlock, const vector3<int> S, const vector3<int> Sin, const vector3<int> Sout, const complex* in,… in changeGridFull_kernel() argument
345 changeGridFull_calc(iG, Sin, Sout, in, out); in changeGridFull_kernel()
347 void changeGridFull_gpu(const vector3<int>& S, const vector3<int>& Sin, const vector3<int>& Sout, c… in changeGridFull_gpu() argument
350 changeGridFull_kernel<<<glc.nBlocks,glc.nPerBlock>>>(zBlock, S, Sin, Sout, in, out); in changeGridFull_gpu()
H A DOperators.cpp829 { THREAD_halfGspaceLoop( changeGrid_calc(iG, Sin, Sout, in, out); ) in changeGrid_sub()
831 void changeGrid(const vector3<int>& S, const vector3<int>& Sin, const vector3<int>& Sout, const com… in changeGrid() argument
832 { threadLaunch(changeGrid_sub, S[0]*S[1]*(1+S[2]/2), S, Sin, Sout, in, out); in changeGrid()
842 const vector3<int>& Sout = gInfoNew.S; in changeGrid() local
843 vector3<int> Smax; for(int k=0; k<3; k++) Smax[k] = std::max(Sin[k],Sout[k]); in changeGrid()
844 callPref(changeGrid)(Smax, Sin, Sout, in->dataPref(), out->dataPref()); in changeGrid()
855 { THREAD_fullGspaceLoop( changeGridFull_calc(iG, Sin, Sout, in, out); ) in changeGridFull_sub()
858 { threadLaunch(changeGridFull_sub, S[0]*S[1]*S[2], S, Sin, Sout, in, out); in changeGridFull()
868 const vector3<int>& Sout = gInfoNew.S; in changeGrid() local
869 vector3<int> Smax; for(int k=0; k<3; k++) Smax[k] = std::max(Sin[k],Sout[k]); in changeGrid()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/doc/
H A Dserial1.fig53 4 0 1 0 0 12 12 0.0000 4 150 2520 4950 3900 $ s51 -Sout=2-1,in=1-2 \\\001
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/mem/
H A Dmem.go69 Sout uint64 `json:"sout"` member

12345678910>>...12