/[gcl]/gcl/gmp/mpz/tests/t-mul.c
ViewVC logotype

Diff of /gcl/gmp/mpz/tests/t-mul.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by camm, Sat Dec 15 06:29:42 2001 UTC revision 1.2 by camm, Fri Jan 11 17:59:32 2002 UTC
# Line 20  the Free Software Foundation, Inc., 59 T Line 20  the Free Software Foundation, Inc., 59 T
20  MA 02111-1307, USA. */  MA 02111-1307, USA. */
21    
22  #include <stdio.h>  #include <stdio.h>
23    #include <stdlib.h>
24    #include <string.h>
25  #include "gmp.h"  #include "gmp.h"
26  #include "gmp-impl.h"  #include "gmp-impl.h"
27  #include "longlong.h"  #include "longlong.h"
28  #include "urandom.h"  #include "urandom.h"
29    
30    size_t
31    #if defined(__STDC__)
32      mpz_out_str (FILE *stream, int base, mpz_srcptr x);
33    #else
34      mpz_out_str (stream, base, x);
35    #endif
36    
37    int dump_abort (char *s, mpz_t multiplier, mpz_t multiplicand,
38                    mpz_t product, mpz_t ref_product);
39    
40  void debug_mp ();  void debug_mp ();
41  mp_size_t _mpn_mul_classic ();  mp_size_t _mpn_mul_classic ();
42  void mpz_refmul ();  void mpz_refmul ();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26