Searched refs:normalize (Results 51 - 53 of 53) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm600 sub normalize { join ' ', $_[0], @{$_[1]} }
624 sub normalize { join ' ', (localtime)[2], @_ }
H A DCPAN.pm1832 $s = CPAN::Distribution->normalize($s);
1924 $xarg = CPAN::Distribution->normalize($arg);
3750 # CPAN::Distribution::normalize
3751 sub normalize { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm590 $self->{sign} = '+' if $$miv eq '0'; # normalize -0 => +0
945 $self->bnorm(); # after round, normalize
2621 $x->bnorm(); # normalize (no-op in BigInt)
3032 $x->bnorm(); # normalize (no-op)
3561 and then normalize it.

Completed in 36 milliseconds

123