Searched refs:objectify (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigFloat/
H A DSubclass.pm41 *objectify = \&Math::BigInt::objectify;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DSubclass.pm16 @EXPORT_OK = qw(bgcd objectify);
54 *objectify = \&Math::BigInt::objectify;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm31 BEGIN { *objectify = \&Math::BigInt::objectify; }
277 my ($self,$x) = ref($_[0]) ? (undef,$_[0]) : objectify(1,@_);
293 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
309 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
415 # objectify is costly, so avoid it
418 ($self,$x,$y,@r) = objectify(2,@_);
460 # objectify is costly, so avoid it
463 ($self,$x,$y,@r) = objectify(2,@_);
481 # objectify i
[all...]
H A DBigFloat.pm99 objectify upgrade downgrade
322 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
385 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
401 my ($self,$x) = ref($_[0]) ? (undef,$_[0]) : objectify(1,@_);
422 # objectify is costly, so avoid it
425 ($self,$x,$y) = objectify(2,@_);
492 # objectify is costly, so avoid it
495 ($self,$x,$y) = objectify(2,@_);
554 # objectify is costly, so avoid it
557 ($self,$x,$y,$a,$p,$r) = objectify(
[all...]
H A DBigInt.pm24 @EXPORT_OK = qw( objectify bgcd blcm);
762 # my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
779 # my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
807 my ($self,$x) = ref($_[0]) ? (undef,$_[0]) : objectify(1,@_);
952 my ($self,$x) = ref($_[0]) ? (undef,$_[0]) : objectify(1,@_);
960 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
972 my ($self,$x) = ref($_[0]) ? (ref($_[0]),$_[0]) : objectify(1,@_);
989 # objectify is costly, so avoid it
992 ($self,$x,$y) = objectify(2,@_);
1034 # objectify i
2207 sub objectify subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/
H A DTest.pm43 *objectify = \&Math::BigInt::objectify;

Completed in 27 milliseconds