Home
last modified time | relevance | path

Searched refs:nstore (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A DHDPHMMpoisson.R210 nstore <- mcmc/thin functionVar
246 akout = as.double(rep(0, nstore)),
283 beta.holder <- matrix(posterior$betaout, nstore, )
284 P.holder <- matrix(posterior$Pout, nstore, )
285 s.holder <- matrix(posterior$sout, nstore, )
286 tau1.holder <- matrix(posterior$tau1out, nstore, )
287 tau2.holder <- matrix(posterior$tau2out, nstore, )
290 sr1.holder <- matrix(posterior$sr1out, nstore, )
291 sr2.holder <- matrix(posterior$sr2out, nstore, )
292 mr1.holder <- matrix(posterior$mr1out, nstore, )
[all …]
H A DHDPHSMMnegbin.R255 nstore <- mcmc/thin functionVar
364 beta.holder <- matrix(posterior$betaout, nstore, )
365 P.holder <- matrix(posterior$Pout, nstore, )
366 s.holder <- matrix(posterior$sout, nstore, )
367 nu.holder <- matrix(posterior$nuout, nstore, )
368 rho.holder <- matrix(posterior$rhoout, nstore, )
370 tau1.holder <- matrix(posterior$tau1out, nstore, )
374 sr1.holder <- matrix(posterior$sr1out, nstore, )
375 sr2.holder <- matrix(posterior$sr2out, nstore, )
376 mr1.holder <- matrix(posterior$mr1out, nstore, )
[all …]
H A DMCMCnegbinChange.R239 nstore <- mcmc/thin functionVar
358 beta.holder <- matrix(posterior$betaout, nstore, )
359 P.holder <- matrix(posterior$Pout, nstore, )
360 s.holder <- matrix(posterior$sout, nstore, )
362 nu.holder <- matrix(posterior$nuout, nstore, )
363 rho.holder <- matrix(posterior$rhoout, nstore, )
368 sr1.holder <- matrix(posterior$sr1out, nstore, )
369 sr2.holder <- matrix(posterior$sr2out, nstore, )
370 mr1.holder <- matrix(posterior$mr1out, nstore, )
371 mr2.holder <- matrix(posterior$mr2out, nstore, )
[all …]
H A DHDPHMMnegbin.R238 nstore <- mcmc/thin functionVar
293 akout = as.double(rep(0, nstore)),
337 beta.holder <- matrix(posterior$betaout, nstore, )
338 P.holder <- matrix(posterior$Pout, nstore, )
339 s.holder <- matrix(posterior$sout, nstore, )
341 nu.holder <- matrix(posterior$nuout, nstore, )
342 rho.holder <- matrix(posterior$rhoout, nstore, )
347 sr1.holder <- matrix(posterior$sr1out, nstore, )
348 sr2.holder <- matrix(posterior$sr2out, nstore, )
349 mr1.holder <- matrix(posterior$mr1out, nstore, )
[all …]
H A DMCMCnegbin.R185 nstore <- mcmc/thin functionVar
265 beta.holder <- matrix(posterior$betaout, nstore, )
266 nu.holder <- matrix(posterior$nuout, nstore, )
267 rho.holder <- matrix(posterior$rhoout, nstore, )
268 tau1.holder <- matrix(posterior$tau1out, nstore, )
269 tau2.holder <- matrix(posterior$tau2out, nstore, )
270 comp1.holder <- matrix(posterior$comp1out, nstore, )
272 sr1.holder <- matrix(posterior$sr1out, nstore, )
273 sr2.holder <- matrix(posterior$sr2out, nstore, )
274 mr1.holder <- matrix(posterior$mr1out, nstore, )
[all …]
/dports/chinese/libpinyin/libpinyin-2.3.0/src/lookup/
H A Dphonetic_lookup_heap.h24 template <gint32 nstore>
28 return trellis_value_less_than<nstore>(&lhs, &rhs); in trellis_value_comp()
31 template <gint32 nstore>
36 trellis_value_t m_elements[nstore];
61 if (m_nelem < nstore) { in eval_item()
65 std_lite::push_heap(m_elements, m_elements + m_nelem, trellis_value_comp<nstore>); in eval_item()
73 if (trellis_value_less_than<nstore>(min, item)) { in eval_item()
74 std_lite::pop_heap(m_elements, m_elements + m_nelem, trellis_value_comp<nstore>); in eval_item()
76 std_lite::push_heap(m_elements, m_elements + m_nelem, trellis_value_comp<nstore>); in eval_item()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libiberty/
H A Dmake-relative-prefix.c252 char *startp, *endp, *nstore; in make_relative_prefix_1() local
263 nstore = (char *) alloca (len); in make_relative_prefix_1()
274 nstore[0] = '.'; in make_relative_prefix_1()
275 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
276 nstore[2] = '\0'; in make_relative_prefix_1()
283 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
284 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
287 nstore[endp - startp] = 0; in make_relative_prefix_1()
289 strcat (nstore, progname); in make_relative_prefix_1()
290 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libiberty/
H A Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
260 nstore = (char *) alloca (len); in make_relative_prefix_1()
271 nstore[0] = '.'; in make_relative_prefix_1()
272 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
273 nstore[2] = '\0'; in make_relative_prefix_1()
280 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
281 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
284 nstore[endp - startp] = 0; in make_relative_prefix_1()
286 strcat (nstore, progname); in make_relative_prefix_1()
287 if (! access (nstore, X_OK) in make_relative_prefix_1()
[all …]

12345678910>>...18