Home
last modified time | relevance | path

Searched refs:xlev (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/math/R-cran-prodlim/prodlim/R/
H A Dmodel.design.R101 xlev=NULL, argument
182 if (length(xlev)>0){
183 spLevels <- xlev[match(sp.terms,names(xlev),nomatch=0)]
185 spData <- model.frame(spTerms,data=data,xlev=spLevels)
246 if (length(xlev)>0){
247 uLevels <- xlev[match(attr(unspecialTerms,"term.labels"),names(xlev),nomatch=0)]
257 X <- model.matrix(unspecialTerms,data,xlev=uLevels)
269 if (length(xlev)>0){
270 levels <- xlev[match(attr(terms,"term.labels"),names(xlev),nomatch=0)]
272 X <- model.frame(terms,data=data,xlev=uLevels)
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/imapio/
H A Dxscript.c26 mu_imapio_set_xscript_level (struct _mu_imapio *io, int xlev) in mu_imapio_set_xscript_level() argument
32 if (xlev != MU_XSCRIPT_NORMAL) in mu_imapio_set_xscript_level()
35 xlev == MU_XSCRIPT_SECURE ? in mu_imapio_set_xscript_level()
41 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in mu_imapio_set_xscript_level()
42 return xlev; in mu_imapio_set_xscript_level()
H A Dgetline.c164 int xlev = MU_XSCRIPT_NORMAL; in mu_imapio_getline() local
216 xlev = mu_imapio_set_xscript_level (io, MU_XSCRIPT_PAYLOAD); in mu_imapio_getline()
253 mu_imapio_set_xscript_level (io, xlev); in mu_imapio_getline()
275 mu_imapio_set_xscript_level (io, xlev); in mu_imapio_getline()
/dports/math/octave-forge-optim/optim-1.6.1/inst/
H A Dtest_min_4.m68 ## [xlev,vlev,nlev] = feval (optim_func, "ff", "dff", {x0,y0,1});
70 [xlev,vlev,nlev] = feval (optim_func, "ff", {x0,y0,1});
73 if max (abs (xlev-y0)) > 100*sqrt (eps)
75 printf ("Error is too big : %8.3g\n", max (abs (xlev-y0)));
85 ## [xlev,vlev,nlev] = feval (optim_func, "ff", list (x0,y0,2),ctl);
86 [xlev,vlev,nlev] = feval (optim_func, "ff", {x0,y0,2},{inf,0,1,2});
89 if max (abs (xlev-x0)) > 100*sqrt (eps)
91 printf ("Error is too big : %8.3g\n", max (abs (xlev-x0)));
102 [xlev,vlev,nlev] = feval (optim_func, "ff", {x0,y0,1},{inf,1,1,1});
105 if max (abs (xlev-y0)) > 100*sqrt (eps)
[all …]
H A Dtest_min_3.m85 ## [xlev,vlev,nlev] = feval (optim_func, "ff", "dff", xinit, "extra", extra) ;
86 ## [xlev,vlev,nlev] = feval \
91 [xlev,vlev,nlev] = feval ...
96 if max (abs(xlev-truep)) > 1e-4,
98 printf ("Error is too big : %8.3g\n", max (abs (xlev-truep)));
/dports/math/R-cran-ipred/ipred/R/
H A Dipredknn.R24 xlev <- if (length(xvars) > 0) { functionVar
25 xlev <- lapply(m[xvars], levels)
26 xlev[!sapply(xlev, is.null)]
35 RET$xlevels <- xlev
51 xlev = object$xlevels)
H A Dslda.R28 xlev <- if (length(xvars) > 0) { functionVar
29 xlev <- lapply(m[xvars], levels)
30 xlev[!sapply(xlev, is.null)]
38 RET$xlevels <- xlev
91 xlev = object$xlevels)
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dcourse_quad.cpp20 int xlev, zlev; in get_root_level() local
25 xlev = (int) ( log( nx ) / log ( 2.0 ) ); in get_root_level()
32 if ( ( nx >> xlev ) << xlev == nx ) { in get_root_level()
44 return max( xlev, zlev ); in get_root_level()
/dports/math/R-cran-VGAM/VGAM/R/
H A Dcao.R54 xlev <- if (length(xvars) > 0) { functionVar
55 xlev <- lapply(mf[xvars], levels)
56 xlev[!sapply(xlev, is.null)]
154 if (length(xlev))
155 slot(answer, "xlevels") <- xlev
H A Dcqo.R50 xlev <- if (length(xvars) > 0) { functionVar
51 xlev <- lapply(mf[xvars], levels)
52 xlev[!sapply(xlev, is.null)]
139 if (length(xlev))
140 slot(answer, "xlevels") <- xlev
/dports/science/cdo/cdo-2.0.0/src/
H A DOutputgmt.cc70 double xlev[4], xlat[4]; in output_zon() local
75 xlev[0] = levmin; in output_zon()
76 xlev[1] = levmax; in output_zon()
77 xlev[2] = levmax; in output_zon()
78 xlev[3] = levmin; in output_zon()
84 fprintf(stdout, " %g %g\n", xlat[0], xlev[0]); in output_zon()
90 double xlev[4], xlon[4]; in output_mer() local
95 xlev[0] = levmin; in output_mer()
96 xlev[1] = levmin; in output_mer()
97 xlev[2] = levmax; in output_mer()
[all …]
/dports/devel/R-cran-caret/caret/R/
H A Dknn3.R90 xlev <- if (length(xvars) > 0) { functionVar
91 xlev <- lapply(m[xvars], levels)
92 xlev[!sapply(xlev, is.null)]
101 RET$xlevels <- xlev
184 newdata, na.action = function(x) x, xlev = object$xlevels) functionVar
H A Dknnreg.R89 xlev <- if (length(xvars) > 0) { functionVar
90 xlev <- lapply(m[xvars], levels)
91 xlev[!sapply(xlev, is.null)]
100 RET$xlevels <- xlev
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dutil.c277 set_xscript_level (int xlev) in set_xscript_level() argument
281 if (xlev != MU_XSCRIPT_NORMAL) in set_xscript_level()
284 xlev == MU_XSCRIPT_SECURE ? in set_xscript_level()
290 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in set_xscript_level()
291 return xlev; in set_xscript_level()
H A Duid.c39 int xlev = set_xscript_level (MU_XSCRIPT_PAYLOAD); in imap4d_uid() local
41 set_xscript_level (xlev); in imap4d_uid()
/dports/mail/mailutils/mailutils-3.13/libproto/pop/
H A Dpop3_trace.c138 _mu_pop3_xscript_level (mu_pop3_t pop3, int xlev) in _mu_pop3_xscript_level() argument
141 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in _mu_pop3_xscript_level()
142 return xlev; in _mu_pop3_xscript_level()
/dports/mail/mailutils/mailutils-3.13/libproto/mailer/
H A Dsmtp_trace.c138 _mu_smtp_xscript_level (mu_smtp_t smtp, int xlev) in _mu_smtp_xscript_level() argument
141 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in _mu_smtp_xscript_level()
142 return xlev; in _mu_smtp_xscript_level()
/dports/mail/mailutils/mailutils-3.13/pop3d/
H A Dextra.c377 set_xscript_level (int xlev) in set_xscript_level() argument
381 if (xlev != MU_XSCRIPT_NORMAL) in set_xscript_level()
384 xlev == MU_XSCRIPT_SECURE ? in set_xscript_level()
390 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in set_xscript_level()
391 return xlev; in set_xscript_level()
/dports/math/R-cran-psych/psych/R/
H A Ddummy.code.R6 xlev <- as.factor(x) functionVar
7 for (i in 1:n.obs) {new[i,xlev[i]] <- 1}
/dports/math/R-cran-statmod/statmod/R/
H A Dmixedmodel.R18 xlev <- if(length(xvars) > 0) { functionVar
19 xlev <- lapply(mf[xvars], levels)
20 xlev[!sapply(xlev, is.null)]
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/extensions/
H A Dspamd.c96 int xlev; in spamd_send_message() local
127 xlev = MU_XSCRIPT_PAYLOAD; in spamd_send_message()
129 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev) == 0) in spamd_send_message()
141 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev); in spamd_send_message()
504 int xlev = MU_XSCRIPT_PAYLOAD; in spamd_test() local
506 MU_IOCTL_XSCRIPTSTREAM_LEVEL, &xlev); in spamd_test()
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dbotl.c48 int xlev_to_rank(xlev) in xlev_to_rank() argument
49 int xlev; in xlev_to_rank()
51 return (xlev <= 2) ? 0 : (xlev <= 30) ? ((xlev + 2) / 4) : 8;
/dports/games/nethack33/nethack-3.3.1/src/
H A Dbotl.c48 int xlev_to_rank(xlev) in xlev_to_rank() argument
49 int xlev; in xlev_to_rank()
51 return (xlev <= 2) ? 0 : (xlev <= 30) ? ((xlev + 2) / 4) : 8;
/dports/games/nethack34/nethack-3.4.3/src/
H A Dbotl.c49 xlev_to_rank(xlev) in xlev_to_rank() argument
50 int xlev; in xlev_to_rank()
52 return (xlev <= 2) ? 0 : (xlev <= 30) ? ((xlev + 2) / 4) : 8;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dbotl.c49 xlev_to_rank(xlev) in xlev_to_rank() argument
50 int xlev; in xlev_to_rank()
52 return (xlev <= 2) ? 0 : (xlev <= 30) ? ((xlev + 2) / 4) : 8;

1234567