Searched refs:Re (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t76 $z->Re(2);
78 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
79 print 'not ' unless Re($z) == 2 and Im($z) == 3;
88 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
91 (Re($z) - 3 ) < $eps and
101 print "# $test Re(z) = ",$z->Re(), " Im(z) = ", $z->Im(), " z = $z\n";
104 (Re(
[all...]
H A DComplex.pm60 i Re Im rho theta arg
155 $re = Re($re);
491 return 0 if $z2 == 0 && Re($z1) > 0;
494 return 0 if $z1 == 0 && Re($z2) > 0;
701 # Re
703 # Return or set Re(z).
705 sub Re { subroutine
706 my ($z, $Re) = @_;
708 if (defined $Re) {
709 $z->{'cartesian'} = [ $Re,
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c145 #define Re (1<<6) macro
335 "iregex", IREGEX, Re, 0, "pattern", 0,
459 "regex", REGEX, Re, 0, "pattern", 0,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm75 (Re-)open the handle
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm39 Re-implements the getcwd(3) (or getwd(3)) functions in Perl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm227 'image' => q|$\Re$|, # blackletter capital I = imaginary part
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3816 % Re-output the contents of the output page -- any previous material,
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex4613 % Re-output the contents of the output page -- any previous material,

Completed in 61 milliseconds