Lines Matching defs:sparts
4692 sub sparts {
4717 return $upgrade -> sparts($x, @r)
4745 return $x -> sparts(@r) if $x -> is_nan() || $x -> is_inf();
4754 my ($mant, $expo) = $x -> sparts(@r);
4783 return $x -> sparts(@r) if $x -> is_nan() || $x -> is_inf();
4792 my ($mant, $expo) = $x -> sparts(@r);
6674 $x->sparts(); # mantissa and exponent (as integers)
8066 =item sparts()
8070 the smallest absolute value. The output of C<sparts()> corresponds to the
8134 corresponds to the output from C<sparts()>.