Searched refs:not_zero (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t524 my $not_zero = NOT_ZERO;
525 if ($not_zero > 0 && $not_zero == ~0) {
528 print "not ok 9 # \$not_zero=$not_zero ~0=" . (~0) . "\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm333 my $not_zero = !($x->{sign} eq '+' && $MBI->_is_zero($x->{_m}));
334 if ($not_zero)
364 if ((defined $x->{_a}) && ($not_zero))

Completed in 20 milliseconds