Searched refs:is_int (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm684 sub is_int subroutine
773 return $nan unless $x->is_int();
781 return $nan unless $x->is_int();
931 if ($x->is_int() && $y->is_int())
961 if ($x->is_int() && $y->is_int())
985 if ($x->is_int() && $y->is_int() && $m->is_int())
[all...]
H A DBigFloat.pm798 if (defined $base && $base->is_int() && $x->is_int())
1159 sub is_int subroutine
1543 if ($y->is_int() && $x->is_int())
1899 return $x->_pow($y,$a,$p,$r) if !$y->is_int(); # non-integer power
H A DBigInt.pm1367 sub is_int subroutine
2599 $x->is_int(); # if $x is an integer (not a float)
2979 =head2 is_odd()/is_even()/is_int()
2983 $x->is_int(); # true if $x is an integer
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c895 bool is_int = 0; local
934 is_int = 1;
1017 if (is_int)

Completed in 180 milliseconds