Searched refs:got_nread (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-inp_str.c79 int i, post, j, got_nread; local
101 got_nread = mpq_inp_str (got, fp, data[i].base);
103 if (got_nread != 0)
106 if (got_nread != ftell_nread)
111 printf (" got_nread %d\n", got_nread);
130 if (got_nread != data[i].want_nread)
135 printf (" got_nread %d\n", got_nread);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-inp_str.c80 int i, pre, post, j, got_nread, want_nread; local
108 got_nread = mpf_inp_str (got, fp, data[i].base);
110 if (got_nread != 0)
113 if (got_nread != ftell_nread)
120 printf (" got_nread %d\n", got_nread);
148 if (got_nread != want_nread)
155 printf (" got_nread %d\n", got_nread);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-inp_str.c87 int i, pre, post, j, got_nread, want_nread; local
115 got_nread = mpz_inp_str (got, fp, data[i].base);
117 if (got_nread != 0)
120 if (got_nread != ftell_nread)
127 printf (" got_nread %d\n", got_nread);
155 if (got_nread != want_nread)
162 printf (" got_nread %d\n", got_nread);

Completed in 127 milliseconds