Home
last modified time | relevance | path

Searched refs:outfun (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/math/R-cran-mcmc/mcmc/R/
H A Dmorph.metrop.R2 nspac = 1, scale = 1, outfun, debug = FALSE, morph, argument
7 nspac = 1, scale = 1, outfun, debug = FALSE, morph, ...) { argument
17 if (missing(outfun)) outfun <- obj$outfun
28 outfun=morph$outfun(outfun),
32 unmorphed.obj <- .morph.unmorph(morphed.obj, morph, outfun)
37 nspac = 1, scale = 1, outfun, debug = FALSE, morph, ...) { argument
40 if (missing(outfun)) outfun <- NULL
47 outfun=morph$outfun(outfun),
51 unmorphed.obj <- .morph.unmorph(morphed.obj, morph, outfun)
55 .morph.unmorph <- function(obj, morph, outfun) { argument
[all …]
H A Dmetrop.R3 nspac = 1, scale = 1, outfun, debug = FALSE, ...) argument
7 nspac = 1, scale = 1, outfun, debug = FALSE, ...) argument
15 if (missing(outfun)) {
16 if (is.null(obj$outfun)) {
25 nspac, scale, outfun, debug, ...)
36 if (missing(outfun)) {
39 outfun <- NULL
40 } else if (is.function(outfun)) {
41 func2 <- function(state) outfun(state, ...)
44 func2 <- outfun
[all …]
H A Dtemper.R3 nspac = 1, scale = 1, outfun, debug = FALSE, parallel = FALSE, ...) argument
7 nspac = 1, scale = 1, outfun, debug = FALSE, parallel = FALSE, ...) argument
22 if (missing(outfun)) {
23 if (is.null(obj$outfun)) {
33 nspac, scale, outfun, debug = debug, parallel = parallel, ...)
38 nspac = 1, scale = 1, outfun, debug = FALSE, parallel = FALSE, ...) argument
44 if (missing(outfun)) {
47 outfun <- NULL
48 } else if (is.function(outfun)) {
49 func2 <- function(state) outfun(state, ...)
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dtputs.c26 Tputs(string, nlines, outfun) in Tputs() argument
29 int (*outfun) ();
31 tputs(string, nlines, outfun);
39 Tputs(string, nlines, outfun)
42 int (*outfun) ();
65 (*outfun) (*string++);
80 (*outfun) (PC);
/dports/math/R-cran-mcmc/mcmc/tests/
H A Dmorph.Rout.save34 + if (!all.equal(m.id$outfun(ident.func)(x), x))
45 + f <- m$outfun(NULL)
49 + f <- m$outfun(c(6, 8))
54 + f <- m$outfun(i)
133 > # make sure morph$outfun passes '...' arguments.
134 > outfun.orig <- function(x, mean) x + mean
137 > outfun.morph <- ident.morph$outfun(outfun.orig)
138 > all.equal(outfun.morph(1:10, mean), 1:10+mean)
142 > outfun.morph <- m2$outfun(outfun.orig)
143 > all.equal(sapply(1:10, function(x) outfun.morph(x, mean)), 1:10+mean)
H A Dmorph.metrop.R22 outfun <- function(x) x function
24 obj <- .morph.unmorph(obj, m, outfun)
29 all.equal(obj$outfun, outfun)
H A Dmorph.metrop.Rout.save40 > outfun <- function(x) x
42 > obj <- .morph.unmorph(obj, m, outfun)
46 + sort(c("final", "morph", "morph.final", "outfun")))
50 > all.equal(obj$outfun, outfun)
H A Dmorph.R16 if (!all.equal(m.id$outfun(ident.func)(x), x))
25 f <- m$outfun(NULL)
29 f <- m$outfun(c(6, 8))
34 f <- m$outfun(i)
103 outfun.morph <- ident.morph$outfun(outfun.orig)
107 outfun.morph <- m2$outfun(outfun.orig)
/dports/devel/z88dk/z88dk/src/cpp/
H A Dcpp6.c274 scanstring(delim, outfun)
276 void (*outfun)(int); /* Output function */
286 (*outfun)(delim);
292 (*outfun)(c);
294 (*outfun)(get());
298 (*outfun)(c);
308 void scannumber(c, outfun)
339 (*outfun)(c); /* Stuff the 'x' */
398 (*outfun)('.');
407 (*outfun)(c);
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dwindows-termcap.c29 extern int tputs (char *string, int nlines, int (*outfun) ());
61 tputs (char *string, int nlines, int (*outfun) ()) in tputs() argument
64 outfun (*string++); in tputs()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dstub-termcap.c32 extern int tputs (char *string, int nlines, int (*outfun) (int));
85 tputs (char *string, int nlines, int (*outfun) (int)) in tputs()
88 outfun (*string++); in tputs()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/zlib-1.2.8/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/zlib-1.2.8/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/lang/gcc48/gcc-4.8.5/zlib/contrib/blast/
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member
356 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
367 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
390 s.outfun = outfun; in blast()
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/lang/gnatdroid-binutils/binutils-2.27/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/textproc/teckit/teckit-2.5.7/zlib-1.2.3/contrib/blast/
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member
356 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
367 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
390 s.outfun = outfun; in blast()
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/libz-sys/src/zlib-1.2.8/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/contrib/blast/
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member
356 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
367 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
390 s.outfun = outfun; in blast()
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/lang/gnat_util/gcc-6-20180516/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/zlib/contrib/blast/
H A Dblast.c50 blast_out outfun; /* output function provided by user */ member
358 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
369 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
392 s.outfun = outfun; in blast()
404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/zlib/contrib/blast/
H A Dblast.c48 blast_out outfun; /* output function provided by user */ member
356 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
367 if (s->outfun(s->outhow, s->out, s->next)) return 1; in decomp()
377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) in blast() argument
390 s.outfun = outfun; in blast()
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) in blast()

12345678910>>...14