Home | History | Annotate | Download | only in perl

Lines Matching refs:Perl

1 # GMP perl module
36 # This code is designed to work with perl 5.005, so it and the sub-packages
137 GMP - Perl interface to the GNU Multiple Precision Arithmetic Library
333 C<mpf_eq> is so named to avoid clashing with the perl C<eq> operator.
398 conversions (f, e, E, g, G). All the standard perl printf features are
406 In perl 5.6.1 it doesn't seem to work to export C<printf>, the plain builtin
537 doesn't select any functions, but indicates that perl constants should be
549 normal perl handling. Something like 3/4 is read as two integer mpq's and a
575 'float' is captured even for GMP::Mpz and GMP::Mpq since perl by default
580 GMP manual, L<perl>, L<overload>.
584 In perl 5.005_03 on i386 FreeBSD, the overloaded constants sometimes provoke
585 seg faults. Don't know if that's a perl bug or a GMP module bug, though it
613 In usual perl object style, an mpz is a reference to an object blessed into
630 The overheads of perl dynamic typing (operator dispatch, operand type
669 # perl-indent-level: 2