Searched refs:downgrade (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | downgrade.t | 10 my $location = $0; $location =~ s/downgrade.t//; 17 use Math::BigFloat downgrade => 'Math::BigInt', upgrade => 'Math::BigInt'; 26 ok (Math::BigFloat->downgrade(),'Math::BigInt'); 29 # these downgrade 51 # the following test upgrade for bsqrt() and also makes new() NOT downgrade
|
H A D | upgrade.t | 43 ok (Math::BigInt->downgrade()||'','');
|
H A D | upgradef.t | 73 ok (Math::BigFloat->downgrade()||'','');
|
H A D | config.t | 79 downgrade => 'Math::BigInt::SomeClass',
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/ |
H A D | hash.t | 40 utf8::downgrade $_, 1; 69 utf8::downgrade $key, 1; 70 utf8::downgrade $lckey, 1; 71 utf8::downgrade $unikey, 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | utfhash.t | 41 utf8::downgrade($a); 79 utf8::downgrade($a);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | utf8.pm | 36 $success = utf8::downgrade($string[, FAIL_OK]); 125 =item * $success = utf8::downgrade($string[, FAIL_OK]) 154 to handle just ISO 8859-1 (or EBCDIC), you could use utf8::downgrade(). 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 | 367 is(utf8::downgrade($a), 1, "utf8::downgrade basic"); 368 is(utf8::downgrade($b), 1, "utf8::downgrade beyond");
|
H A D | bignum.pm | 68 my $downgrade = 'Math::BigInt'; 83 elsif ($_[$i] eq 'downgrade') 86 $downgrade = $_[$i+1]; # or undef to disable 150 $downgrade = 'Math::BigInt::Trace'; 156 $class->import(':constant','downgrade',$downgrade);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 24 $upgrade $downgrade $_trap_nan $_trap_inf/; 47 $downgrade = undef; 99 objectify upgrade downgrade 139 return $downgrade->new($wanted) if $downgrade; 158 return $downgrade->bnan() if $downgrade; 197 return $self->round(@r) if !$downgrade; 199 # if downgrade, inf, NaN or integers go down 201 if ($downgrade [all...] |
H A D | BigRat.pm | 22 use vars qw($VERSION @ISA $PACKAGE $upgrade $downgrade 40 $downgrade = undef; 1026 local $Math::BigFloat::downgrade = undef; 1235 elsif ($_[$i] eq 'downgrade') 1238 $downgrade = $_[$i+1]; # or undef to disable 1517 downgrade RW To which class numbers are downgraded
|
H A D | BigInt.pm | 28 $upgrade $downgrade $_trap_nan $_trap_inf/; 146 $downgrade = undef; # default is no downgrade 218 sub downgrade subroutine 221 # make Class->downgrade() work 228 return ${"${class}::downgrade"} = $u; 230 ${"${class}::downgrade"}; 372 upgrade downgrade precision accuracy round_mode div_scale/ 407 upgrade downgrade precision accuracy round_mode div_scale 2237 my (@a,$k,$d); # resulting array, temp, and downgrade [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | Makefile | 49 ext/Storable/t/downgrade.t
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
H A D | Safe.pm | 87 &utf8::downgrade
|
Completed in 36 milliseconds