Searched refs:ok_undef (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc15 ok_undef (${"$mbi\::accuracy"});
16 ok_undef (${"$mbi\::precision"});
17 ok_undef ($mbi->accuracy());
18 ok_undef ($mbi->precision());
23 ok_undef (${"$mbf\::accuracy"});
24 ok_undef (${"$mbf\::precision"});
25 ok_undef ($mbf->precision());
26 ok_undef ($mbf->precision());
35 ok_undef ($class->accuracy());
36 ok_undef (
[all...]
H A Dmbimbf.t80 ok_undef ($class->precision()); # and now P must be cleared
82 ok_undef ($class->accuracy()); # and now A must be cleared
H A Dbigfltpm.inc134 ok_undef ($ans1);
189 $x = $class->new(2); $x->fzero(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
190 $x = $class->new(2); $x->finf(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
191 $x = $class->new(2); $x->fone(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
192 $x = $class->new(2); $x->fnan(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
265 sub ok_undef
[all...]
H A Dupgrade.inc200 ok_undef ($ans1);
231 sub ok_undef
H A Dbigintpm.inc191 ok_undef ($ans1);
635 sub ok_undef
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/
H A Dbignum.t49 ok_undef (bignum->accuracy());
53 ok_undef (bignum->precision());
65 sub ok_undef subroutine
H A Dbigrat.t53 ok_undef (bigrat->accuracy());
57 ok_undef (bigrat->precision());
69 sub ok_undef subroutine
H A Dbigint.t66 ok_undef (bigint->accuracy());
70 ok_undef (bigint->precision());
82 sub ok_undef subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgmagic.t29 sub ok_undef { ok(!defined($_[0]), shift, "undef", @_) } subroutine

Completed in 132 milliseconds