Searched defs:objectify (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 24 @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...] |
Completed in 24 milliseconds