Searched defs:_str (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A D_e_math.t43 is (_str($x,$xs), '+444', 'add two positive numbers');
44 is (_str($a,''), '444', 'a modified');
47 is (_str($x,$xs), '+444', 'add two positive numbers');
50 is (_str($x,$xs), '-198', 'add +x + -y');
52 is (_str($x,$xs), '+198', 'add -x + +y');
55 is (_str($x,$xs), '-198', 'add -x + +y');
57 is (_str($x,$xs), '+198', 'add +x + -y');
60 is (_str($x,$xs), '+9', 'add 10 + -1');
62 is (_str($x,$xs), '-9', 'add -10 + +1');
64 is (_str(
106 sub _str subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm80 sub _str subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm244 sub _str subroutine
1520 print "start x= ",_str($c,$x),"\n" if DEBUG;
1532 print " x= ",_str($c,$x),"\n" if DEBUG;
2002 _str(obj) return ref to a string representing the object

Completed in 33 milliseconds