Searched refs:upgrade (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.t10 my $location = $0; $location =~ s/upgrade.t//i;
33 use Math::BigInt upgrade => 'Math::BigFloat';
42 ok (Math::BigInt->upgrade(),'Math::BigFloat');
45 require 'upgrade.inc'; # all tests here for sharing
H A Ddowngrade.t16 use Math::BigInt upgrade => 'Math::BigFloat';
17 use Math::BigFloat downgrade => 'Math::BigInt', upgrade => 'Math::BigInt';
27 ok (Math::BigFloat->upgrade(),'Math::BigInt');
46 Math::BigFloat->upgrade(undef);
47 ok (Math::BigFloat->upgrade()||'','');
51 # the following test upgrade for bsqrt() and also makes new() NOT downgrade
55 #require 'upgrade.inc'; # all tests here for sharing
H A Dconstant.t60 Math::BigFloat->import( qw/:constant upgrade Math::BigRat/ );
63 Math::BigFloat->import( qw/upgrade Math::BigRat :constant/ );
H A Dupgradef.t63 # use Math::BigInt upgrade => 'Math::BigFloat';
64 use Math::BigFloat upgrade => 'Math::BigFloat::Test';
72 ok (Math::BigFloat->upgrade(),$ECL);
84 # require 'upgrade.inc'; # all tests here for sharing
H A Dconfig.t33 ok ($cfg->{upgrade}||'','');
57 ok ($cfg->{upgrade}||'','');
78 upgrade => 'Math::BigInt::SomeClass',
H A Dupgrade.inc13 # the upgrade variable alone.
209 ok ($Math::BigInt::upgrade,'Math::BigFloat'); # still okay?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratup.t3 # Test whether $Math::BigInt::upgrade is breaks out neck
16 use Math::BigInt upgrade => 'Math::BigRat';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeutf8.t24 my $trigger = q{ my $a = pack('U',0xC4); my $b = chr 0xE4; utf8::upgrade $b; $a =~ /$b/i };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm50 sub upgrade subroutine
56 # $Math::BigInt::upgrade = $_[0];
57 # $Math::BigFloat::upgrade = $_[0];
59 return $Math::BigInt::upgrade;
69 my $lib = 'Calc'; my $upgrade = 'Math::BigFloat';
77 if ($_[$i] eq 'upgrade')
80 $upgrade = $_[$i+1]; # or undef to disable
111 $upgrade = 'Math::BigFloat::Trace';
130 $class->import(@import, upgrade => $upgrade, li
[all...]
H A Dutf8.pm35 $num_octets = utf8::upgrade($string);
94 If you want to automatically upgrade your 8-bit legacy bytes to UTF-8,
96 you want to implicitly upgrade your ISO 8859-1 (Latin-1) bytes to UTF-8
114 =item * $num_octets = utf8::upgrade($string)
144 handle just ISO 8859-1 (or EBCDIC), you could use utf8::upgrade().
172 C<utf8::encode> is like C<utf8::upgrade>, but the UTF8 flag is
176 C<utf8::upgrade>, C<utf8::downgrade>, C<utf8::encode> and
179 utf8::upgrade, and utf8::downgrade are always available, without a
H A Dutf8.t351 is(utf8::upgrade($a), 1, "utf8::upgrade basic");
352 is(utf8::upgrade($b), 2, "utf8::upgrade beyond");
353 is(utf8::upgrade($c), 2, "utf8::upgrade unicode");
391 # encode() clears the UTF-8 flag (unlike upgrade()).
421 utf8::upgrade($a);
425 utf8::upgrade($b);
426 is($b, $a, "utf8::upgrade OffsetO
[all...]
H A Dbignum.pm49 sub upgrade subroutine
55 # $Math::BigInt::upgrade = $_[0];
56 # $Math::BigFloat::upgrade = $_[0];
58 return $Math::BigInt::upgrade;
67 my $upgrade = 'Math::BigFloat';
76 if ($_[$i] eq 'upgrade')
79 $upgrade = $_[$i+1]; # or undef to disable
126 $upgrade = 'Math::BigFloat::Trace';
145 $class->import(@import, upgrade => $upgrade, li
[all...]
H A Dbigint.pm49 sub upgrade subroutine
55 # $Math::BigInt::upgrade = $_[0];
57 return $Math::BigInt::upgrade;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutfhash.t38 utf8::upgrade($a);
63 utf8::upgrade($a);
77 utf8::upgrade($a);
H A Dsprintf2.t26 q(width calculation under utf8 upgrade)
H A Dsplit.t271 utf8::upgrade $_ if $u;
281 utf8::upgrade $p;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/
H A Dhash.t45 utf8::upgrade $_;
74 utf8::upgrade $key;
75 utf8::upgrade $lckey;
76 utf8::upgrade $unikey;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm28 $upgrade $downgrade $_trap_nan $_trap_inf/;
145 $upgrade = undef; # default is no upgrade
203 sub upgrade subroutine
206 # make Class->upgrade() work
213 return ${"${class}::upgrade"} = $u;
215 ${"${class}::upgrade"};
372 upgrade downgrade precision accuracy round_mode div_scale/
407 upgrade downgrade precision accuracy round_mode div_scale
550 return $upgrade
[all...]
H A DBigRat.pm22 use vars qw($VERSION @ISA $PACKAGE $upgrade $downgrade
39 $upgrade = undef;
343 # disable upgrade in BigInt, otherwise deep recursion
344 local $Math::BigInt::upgrade = undef;
547 # TODO: list context, upgrade
591 local $Math::BigInt::upgrade = undef;
795 local $Math::BigInt::upgrade = undef;
812 local $Math::BigInt::upgrade = undef;
944 local $Math::BigFloat::upgrade = undef;
1025 local $Math::BigFloat::upgrade
[all...]
H A DBigFloat.pm24 $upgrade $downgrade $_trap_nan $_trap_inf/;
46 $upgrade = undef;
99 objectify upgrade downgrade
428 return $upgrade->bcmp($x,$y) if defined $upgrade &&
498 return $upgrade->bacmp($x,$y) if defined $upgrade &&
577 return $upgrade->badd($x,$y,$a,$p,$r) if defined $upgrade &&
782 # need to disable $upgrade i
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dp2v.ksh134 SMF_UPGRADE=/a/var/svc/profile/upgrade
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c493 * downside of this is that a waiting reader can prevent an upgrade
516 goto upgrade;
535 * we had no conflicts, so we can do the upgrade. Or, there
541 goto upgrade;
644 goto upgrade;
652 upgrade:
654 * This was an upgrade, so return the new lock to the free list and
655 * upgrade the mode.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dutf8hash.t58 my $u = chr($i); utf8::upgrade($u);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dutf8.t293 utf8::upgrade($s) if $v->[1] eq "utf8";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm1183 end-users will have to upgrade Test::Harness to the latest one on
1188 Test::Harness upgrade.
1211 some tests. You can upgrade to Test::More later (it's forward

Completed in 70 milliseconds

12