Searched refs:mpq_inp_str (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dinp_str.c0 /* mpq_inp_str -- read an mpq from a FILE.
37 mpq_inp_str (mpq_ptr q, FILE *fp, int base) function
/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dio.c1 /* Test conversion and I/O using mpq_out_str and mpq_inp_str.
98 nread = mpq_inp_str (op2, fp, base);
102 printf ("mpq_inp_str stream read error\n");
104 printf ("mpq_inp_str data conversion error\n");
110 printf ("mpq_inp_str nread doesn't match ftell\n");
H A Dt-inp_str.c1 /* Test mpq_inp_str.
101 got_nread = mpq_inp_str (got, fp, data[i].base);
108 printf ("mpq_inp_str nread wrong\n");
122 printf ("mpq_inp_str didn't read to EOF\n");
132 printf ("mpq_inp_str nread wrong\n");
144 printf ("mpq_inp_str wrong result\n");
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1175 #define mpq_inp_str __gmpq_inp_str macro
1177 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1175 #define mpq_inp_str __gmpq_inp_str macro
1177 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h1189 #define mpq_inp_str __gmpq_inp_str macro
1191 __GMP_DECLSPEC size_t mpq_inp_str (mpq_ptr, FILE *, int);

Completed in 427 milliseconds

12