Searched refs:mu (Results 1 – 25 of 33) sorted by relevance
12
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | threads.c | 544 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 D | validate_pkg.py | 130 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 D | Makefile | 62 $(LINT.c) -mu $(SRCS)
|
/titanic_41/usr/src/lib/scsi/plugins/scsi/engines/ |
H A D | Makefile.engine | 55 LINTFLAGS += -mu
|
/titanic_41/usr/src/lib/scsi/plugins/ses/ |
H A D | Makefile.lib | 65 LINTFLAGS += -mu
|
/titanic_41/usr/src/lib/scsi/plugins/smp/ |
H A D | Makefile.lib | 63 LINTFLAGS += -mu
|
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | Makefile | 49 LINTFLAGS += -mu
|
/titanic_41/usr/src/cmd/eqn/eqnchar.d/ |
H A D | eqnchar | 4 tdefine citimes % "\(mu\h'-\w'\(mu\^'u'\v'.3n'\(ci\v'-.3n'" %
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | Makefile | 72 $(LINT.c) -mu $(SRCS)
|
/titanic_41/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | Makefile | 81 $(LINT.c) -mu $(SRCS)
|
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | ab.X | 119 mu 1 /\b\\
|
H A D | b.300 | 92 mu 1 x
|
H A D | b.lp | 92 mu 1 x
|
H A D | ab.tn300 | 119 mu 1 x
|
H A D | ab.37 | 119 mu 1 x
|
H A D | ab.8510 | 119 mu 1 x
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | Makefile | 111 $(LINT.c) -mu $(SRCS)
|
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | S | 160 mu 55 0 180
|
H A D | ZD | 158 mu 79 3 197
|
H A D | DESC | 53 \| \} ap fm <= sl if <- ua da de +- >= mu pt pd
|
/titanic_41/usr/src/cmd/fm/modules/ |
H A D | Makefile.plugin | 70 LINTFLAGS += -mu
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpi.c | 1509 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 D | mpi-priv.h | 216 mp_err s_mp_reduce(mp_int *x, const mp_int *m, const mp_int *mu);
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | chars.in | 263 CHAR("mu", "x", 215) 396 CHAR("mc", "mu", 181)
|
/titanic_41/usr/src/cmd/fm/fmd/ |
H A D | Makefile.fmd | 118 LINTFLAGS += -mu
|
12