/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | upgrade.t | 10 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 D | downgrade.t | 16 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 D | constant.t | 60 Math::BigFloat->import( qw/:constant upgrade Math::BigRat/ ); 63 Math::BigFloat->import( qw/upgrade Math::BigRat :constant/ );
|
H A D | upgradef.t | 63 # 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 D | config.t | 33 ok ($cfg->{upgrade}||'',''); 57 ok ($cfg->{upgrade}||'',''); 78 upgrade => 'Math::BigInt::SomeClass',
|
H A D | upgrade.inc | 13 # 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 D | bigratup.t | 3 # 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 D | safeutf8.t | 24 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 D | bigrat.pm | 50 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 D | utf8.pm | 35 $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 D | utf8.t | 351 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 D | bignum.pm | 49 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 D | bigint.pm | 49 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 D | utfhash.t | 38 utf8::upgrade($a); 63 utf8::upgrade($a); 77 utf8::upgrade($a);
|
H A D | sprintf2.t | 26 q(width calculation under utf8 upgrade)
|
H A D | split.t | 271 utf8::upgrade $_ if $u; 281 utf8::upgrade $p;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/ |
H A D | hash.t | 45 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 D | BigInt.pm | 28 $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 D | BigRat.pm | 22 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 D | BigFloat.pm | 24 $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 D | p2v.ksh | 134 SMF_UPGRADE=/a/var/svc/profile/upgrade
|
/osnet-11/usr/src/cmd/sendmail/db/lock/ |
H A D | lock.c | 493 * 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 D | utf8hash.t | 58 my $u = chr($i); utf8::upgrade($u);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
H A D | utf8.t | 293 utf8::upgrade($s) if $v->[1] eq "utf8";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | More.pm | 1183 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
|