Home
last modified time | relevance | path

Searched refs:mu (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c544 long double mu, mu_squared, rho_squared; in get_stddev() local
545 mu = (long double) sp.valsum / count; in get_stddev()
546 mu_squared = mu * mu; in get_stddev()
552 rho_squared = (sp.valsqsum - 2 * mu * sp.valsum + count * mu_squared) / count; in get_stddev()
/titanic_41/usr/src/tools/scripts/
H A Dvalidate_pkg.py130 mu = (m & stat.S_IRWXU) >> 6
135 if (((mu & 02) == 0 and (mo & mg & 04) == 04) or
137 (mg, mo) == (mu, mu) or
140 (t == "file" and o == "bin" and mu & 01 == 01) or
/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A DMakefile62 $(LINT.c) -mu $(SRCS)
/titanic_41/usr/src/lib/scsi/plugins/scsi/engines/
H A DMakefile.engine55 LINTFLAGS += -mu
/titanic_41/usr/src/lib/scsi/plugins/ses/
H A DMakefile.lib65 LINTFLAGS += -mu
/titanic_41/usr/src/lib/scsi/plugins/smp/
H A DMakefile.lib63 LINTFLAGS += -mu
/titanic_41/usr/src/cmd/vscan/vscand/
H A DMakefile49 LINTFLAGS += -mu
/titanic_41/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar4 tdefine citimes % "\(mu\h'-\w'\(mu\^'u'\v'.3n'\(ci\v'-.3n'" %
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A DMakefile72 $(LINT.c) -mu $(SRCS)
/titanic_41/usr/src/cmd/fs.d/udfs/labelit/
H A DMakefile81 $(LINT.c) -mu $(SRCS)
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X119 mu 1 /\b\\
H A Db.30092 mu 1 x
H A Db.lp92 mu 1 x
H A Dab.tn300119 mu 1 x
H A Dab.37119 mu 1 x
H A Dab.8510119 mu 1 x
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A DMakefile111 $(LINT.c) -mu $(SRCS)
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DS160 mu 55 0 180
H A DZD158 mu 79 3 197
H A DDESC53 \| \} ap fm <= sl if <- ua da de +- >= mu pt pd
/titanic_41/usr/src/cmd/fm/modules/
H A DMakefile.plugin70 LINTFLAGS += -mu
/titanic_41/usr/src/common/mpi/
H A Dmpi.c1509 mp_int s, x, mu; in s_mp_exptmod() local
1524 if((res = mp_init(&mu, FLAG(a))) != MP_OKAY) in s_mp_exptmod()
1530 s_mp_add_d(&mu, 1); in s_mp_exptmod()
1531 s_mp_lshd(&mu, 2 * USED(m)); in s_mp_exptmod()
1532 if((res = mp_div(&mu, m, &mu, NULL)) != MP_OKAY) in s_mp_exptmod()
1544 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY) in s_mp_exptmod()
1552 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY) in s_mp_exptmod()
1564 if((res = s_mp_reduce(&s, m, &mu)) != MP_OKAY) in s_mp_exptmod()
1572 if((res = s_mp_reduce(&x, m, &mu)) != MP_OKAY) in s_mp_exptmod()
1579 mp_clear(&mu); in s_mp_exptmod()
[all …]
H A Dmpi-priv.h216 mp_err s_mp_reduce(mp_int *x, const mp_int *m, const mp_int *mu);
/titanic_41/usr/src/cmd/mandoc/
H A Dchars.in263 CHAR("mu", "x", 215)
396 CHAR("mc", "mu", 181)
/titanic_41/usr/src/cmd/fm/fmd/
H A DMakefile.fmd118 LINTFLAGS += -mu

12