Searched refs:guess (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dguess.d3 * guess.d - guessing game in D (DTrace)
5 * $Id: guess.d 32 2007-09-15 05:08:49Z brendan $
7 * USAGE: guess.d
21 printf("guess.d - Guess a number between 1 and 100\n\n");
34 printf("Enter guess %d: ", num);
35 system("read guess");
60 guess = fac * (keys[pos] - '0');
63 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dguess.d3 * guess.d - guessing game in D (DTrace)
5 * $Id: guess.d 32 2007-09-15 05:08:49Z brendan $
7 * USAGE: guess.d
21 printf("guess.d - Guess a number between 1 and 100\n\n");
34 printf("Enter guess %d: ", num);
35 system("read guess");
60 guess = fac * (keys[pos] - '0');
63 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pl148 local($gscale, $guess) = (0, '+1/1');
151 $guess = &'rmul(&'radd($guess,&'rdiv($x,$guess)),"+1/2");
153 "$guess"; # quotes necessary due to perl bug
H A Dbigfloat.pl250 local($gs, $guess) = (1, sprintf("1E%+d", (length($xm)+$xe-1)/2));
252 $guess = &'fmul(&'fadd($guess,&'fdiv($x,$guess,$gs*2)),".5");
255 &'fround($guess, $scale);
H A DCarp.pm40 the error was, but it is a good educated guess.
H A DNEXT.pm521 has to guess where the surrounding call was found in the method
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm51 my $guessed = guess($obj, $octet);
62 guess($Encode::Encoding{$Canon}, @_);
65 sub guess { subroutine
175 ref($enc) or die "Can't guess: $enc"; # trap error this way
182 Encode::Guess enables you to guess in what encoding a given data is
230 =item Encode::Guess->guess($data)
248 my $decoder = Encode::Guess->guess($data);
258 my $decoder = Encode::Guess->guess($data);
332 It is, after all, just a guess. You should alway be explicit when it
334 environment that guess
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL391 # Try and guess return address
392 my $guess;
394 $guess = $ENV{'REPLY-TO'} || $ENV{'REPLYTO'} || '';
397 $guess = $Mac::InternetConfig::InternetConfig{
402 unless ($guess) {
406 $guess = "$domain\:\:$me";
408 $guess = "$me\@$domain" if $domain;
413 if ($guess) {
427 if ($ok && $guess) {
429 $from = $guess;
[all...]
H A Dc2ph.PL186 with C programs, like the kernel, was forced to guess the layouts of
H A Dh2xs.PL406 better interfaces than what h2xs could guess.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm154 Returns a good guess at the make to run.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH116 * symbol is not defined, a guess of 15 is usually pretty good.
1953 * guess one. Shmat_t shmat(int, Shmat_t, int) is a good guess,
2361 * to the program to supply one. A good guess is
2415 * to the program to supply one. A good guess is
2626 * for DBL_DIG, there's no good guess for LDBL_DIG if it is undefined.
2783 * to the program to supply one. A good guess is
2887 * to the program to supply one. A good guess is
2916 * to the program to supply one. A good guess is
3417 * to the program to supply one. A good guess i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm969 try to guess the C<$ident> by extracting the shortest prefix of
1579 I guess this was a more elaborate form of the previous bit, maybe because
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm283 Please correct me, if I guess the wrong path for a program. Don\'t
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm584 given a guess will be taken.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1223 MakeMaker needs to know, or to guess, where certain things are
1939 guess about where to place things under the new PREFIX based on your
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile51 build-aux/compile build-aux/config.guess \
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile51 build-aux/compile build-aux/config.guess \
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2399 C<Tie::File> tries to guess when deferred writing might be helpful,
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1299 % now, I guess we'll just let the pdf reader have its way.
6505 % start with \parskip glue, I guess.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex1516 % now, I guess we'll just let the pdf reader have its way.
7518 % start with \parskip glue, I guess.

Completed in 170 milliseconds