| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| StatisticList.java | 299 * belongs based on the mean of the sampled data. 446 * to be at 1, 2 and 3 standard deviations from the mean. ZONEC is 473 * Direction from mean (used to test ZONELT and ZONEGT). 478 * Less than the mean. 483 * Greater than the mean. 493 * The mean of the samples. 495 private double mean; field in class:StatisticOperations 534 sd += java.lang.Math.pow(val.doubleValue() - mean, 2); 587 "\n\tmean: " + f.format(mean) + 590 "\n\t\tC:" + f.format(mean - sd) [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/workloads/ |
| filemicro_seqwriterandvargam.f | 26 # min of 1k and a mean of 5.5K, followed by close(), cached. 36 define randvar name=$iosize, type=gamma, min=1k, mean=5632, gamma=1500 57 usage " set \$iosize.mean=<mean> defaults to $iosize.mean"
|
| randomfileaccess.f | 34 define randvar name=$wrtiosize, min=512, round=512, type=gamma, mean=16k 79 usage " set \$wrtiosize.mean=<mean> defaults to $wrtiosize.mean"
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/ |
| CN.pm | 62 mean C<euc-cn> encodings. To fix that, C<gb2312> is aliased to C<euc-cn>. 63 Use C<gb2312-raw> when you really mean it.
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
| TW.pm | 58 (glibc and DOS-based systems uses C<big5> to mean C<big5-eten>; Microsoft 59 uses C<big5> to mean C<cp950>), a conscious decision was made to alias
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/ |
| KR.pm | 55 mean "cp949" encodings. To fix that, the following aliases are set;
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| parser_lex.l | 135 mean { return FSA_RANDMEAN; } 169 "."mean { return FSS_MEAN; }
|
| flowop_library.c | 185 /* routine to calculate mean and stddev for output from a randvar */ 2584 double mean, std_dev, dbl_count; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| bignum.pm | 312 integer. Negative values mean a fixed number of digits after the dot, while 313 a positive value rounds to this digit left from the dot. 0 or 1 mean round to
|
| UNIVERSAL.pm | 108 through AUTOLOAD, so a return value of I<undef> does not necessarily mean
|
| open.pm | 226 chosen to be C<:utf8>, a C<:std> will mean that STDIN, STDOUT, and
|
| Test.pm | 663 Why? Because C<can> returns a coderef to mean "yes it can (and the
|
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| README.share | 51 based scripts, this would mean running the method as
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
| pwent.pm | 35 # XXX: these mean somebody hacked this module's source 260 a field doesn't necessarily mean that it's fully implemented on
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| Trig.pm | 250 cannot be computed for all arguments because that would mean dividing
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| ping.c | 2349 double mean = (double)tsum \/ nreceived; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/ |
| README.LFS | 142 - The fundamental limits of a 32-bit address space mean
|
| /onnv/onnv-gate/usr/src/cmd/th_tools/ |
| th_define.c | 886 int i, j, k, lb, ub, mina, maxa, cutoff[2], mean; local 999 mean = acnt / (j - i); /* mean value */ 1002 cutoff[0] = (mean - mina) / DISTRIB_CUTOFF + mina; 1014 cutoff[1] = maxa - (maxa - mean) / DISTRIB_CUTOFF; 1024 " mean %d cutoffs(%d %d) bnds(%d, %d)\n", 1026 acnt, mina, maxa, mean, cutoff[0], cutoff[1], lb, ub); [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.func.c | 1478 error("Bad scaling; did you mean ``%t''?", str0);
|
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| fpu_test64.s | [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| pod2man.PL | 256 information about what those errors might mean. 387 All possible messages the program can print out--and what they mean. You
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| Ping.pm | [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Perldoc.pm | 158 # Figure out what class(es) that could actually mean... 871 Did you mean \\Q$search_key ? [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| Temp.pm | [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/kclient/ |
| kclient.sh | 1098 printf "$(gettext "This could mean that '%s' is not included as a 'nameserver' in the /etc/resolv.conf file or some other type of error").\n" $dc [all...] |