Home
last modified time | relevance | path

Searched refs:condnames (Results 1 – 11 of 11) sorted by relevance

/dports/devel/R-cran-vcd/vcd/R/
H A Dsieve.R21 condnames <- if (length(vars) > 1) vars[[2]] else NULL functionVar
31 if (!is.null(condnames)) {
32 condind <- match(condnames, names(dimnames(dat)))
34 …stop(paste("Can't find", paste(condnames[is.na(condind)], collapse=" / "), "in", deparse(substitut…
40 … condvars = if (is.null(condind)) NULL else match(condnames, names(dimnames(dat))), ...)
43 xtabs(formula(paste("Freq~", paste(c(condnames, varnames), collapse = "+"))),
46 xtabs(formula(paste("~", paste(c(condnames, varnames), collapse = "+"))),
H A Dmosaic.R23 condnames <- if (length(vars) > 1) vars[[2]] else NULL functionVar
36 highlighting <- length(varnames) + length(condnames)
48 if (!is.null(condnames)) {
49 condind <- match(condnames, names(dimnames(dat)))
51 …stop(paste("Can't find", paste(condnames[is.na(condind)], collapse=" / "), "in", deparse(substitut…
57 … condvars = if (is.null(condind)) NULL else match(condnames, names(dimnames(dat))), ...)
64 paste(c(condnames, varnames), collapse = "+")))
H A Dcotabplot.R20 condnames <- if(length(vars) > 1) vars[[2]] else NULL functionVar
29 if (!is.null(condnames)) {
30 condind <- match(condnames, names(dimnames(tab)))
32 …stop(paste("Can't find", paste(condnames[is.na(condind)], collapse=" / "), "in", deparse(substitut…
39 xtabs(formula(paste("Freq~", paste(c(condnames, varnames), collapse = " + "))),
42 xtabs(formula(paste("~", paste(c(condnames, varnames), collapse = " + "))),
45 tab <- margin.table(tab, match(c(varnames, condnames), names(dimnames(tab))))
46 cotabplot(tab, cond = condnames, ...)
H A Dlodds.R18 condnames <- if (length(vars) > 1) vars[[2]] else NULL functionVar
42 if (!is.null(condnames)) {
43 condind <- match(condnames, names(dimnames(dat)))
45 …stop(paste("Can't find", paste(condnames[is.na(condind)], collapse=" / "), "in", deparse(substitut…
50 …lodds.default(dat, strata = if (is.null(condind)) NULL else match(condnames, names(dimnames(dat)))…
57 paste(c(varnames, condnames), collapse = "+")))
H A Dloddsratio.R43 condnames <- if (length(vars) > 1) vars[[2]] else NULL functionVar
67 if (!is.null(condnames)) {
68 condind <- match(condnames, names(dimnames(dat)))
70 …stop(paste("Can't find", paste(condnames[is.na(condind)], collapse=" / "), "in", deparse(substitut…
75 …loddsratio.default(dat, strata = if (is.null(condind)) NULL else match(condnames, names(dimnames(d…
82 paste(c(varnames, condnames), collapse = "+")))
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dlabel.c50 PRIVATE char condnames[][2] = /* names of condition codes */ variable
208 *(cnameptr = condnames[labptr->labcond]);
369 outbyte(*(cnameptr = condnames[(ccode_t) cond]));
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp40 static const char * const condnames[16] = { variable
236 …snprintf(instr->text, sizeof(instr->text), "b.%s %04x%08x", condnames[cond], (uint32_t)(target >> … in BranchExceptionAndSystem()
493 …>text), "%s %c%d, %c%d, %c%d, %s", opnames[(op << 1) | op2], r, Rd, r, Rn, r, Rm, condnames[cond]); in DataProcessingRegister()
938 …>text, sizeof(instr->text), "fcsel %c%d, %c%d, %c%d, %s", fr, Rd, fr, Rn, fr, Rm, condnames[cond]); in FPandASIMD2()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp40 static const char * const condnames[16] = { variable
236 …snprintf(instr->text, sizeof(instr->text), "b.%s %04x%08x", condnames[cond], (uint32_t)(target >> … in BranchExceptionAndSystem()
493 …>text), "%s %c%d, %c%d, %c%d, %s", opnames[(op << 1) | op2], r, Rd, r, Rn, r, Rm, condnames[cond]); in DataProcessingRegister()
938 …>text, sizeof(instr->text), "fcsel %c%d, %c%d, %c%d, %s", fr, Rd, fr, Rn, fr, Rm, condnames[cond]); in FPandASIMD2()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Util/
H A DDisArm64.cpp40 static const char * const condnames[16] = { variable
236 …snprintf(instr->text, sizeof(instr->text), "b.%s %04x%08x", condnames[cond], (uint32_t)(target >> … in BranchExceptionAndSystem()
493 …>text), "%s %c%d, %c%d, %c%d, %s", opnames[(op << 1) | op2], r, Rd, r, Rn, r, Rm, condnames[cond]); in DataProcessingRegister()
938 …>text, sizeof(instr->text), "fcsel %c%d, %c%d, %c%d, %s", fr, Rd, fr, Rn, fr, Rm, condnames[cond]); in FPandASIMD2()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dtranslate.c8672 const char *condnames[] = { in gen_farith() local
9242 opn = condnames[func-48]; in gen_farith()
9726 opn = condnames[func-48]; in gen_farith()
10152 opn = condnames[func-48]; in gen_farith()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-mips/
H A Dtranslate.c8672 const char *condnames[] = { in gen_farith() local
9242 opn = condnames[func-48]; in gen_farith()
9726 opn = condnames[func-48]; in gen_farith()
10152 opn = condnames[func-48]; in gen_farith()