Lines Matching refs:check_vfprintf

86 check_vfprintf (FILE *fout, const char *fmt, ...)  in check_vfprintf()  function
116 check_vfprintf (fout, "%Ra", x); in check_special()
117 check_vfprintf (fout, "%Rb", x); in check_special()
118 check_vfprintf (fout, "%Re", x); in check_special()
119 check_vfprintf (fout, "%Rf", x); in check_special()
120 check_vfprintf (fout, "%Rg", x); in check_special()
128 check_vfprintf (fout, "%Ra", x); in check_special()
129 check_vfprintf (fout, "%Rb", x); in check_special()
130 check_vfprintf (fout, "%Re", x); in check_special()
131 check_vfprintf (fout, "%Rf", x); in check_special()
132 check_vfprintf (fout, "%Rg", x); in check_special()
140 check_vfprintf (fout, "%Ra", x); in check_special()
141 check_vfprintf (fout, "%Rb", x); in check_special()
142 check_vfprintf (fout, "%Re", x); in check_special()
143 check_vfprintf (fout, "%Rf", x); in check_special()
144 check_vfprintf (fout, "%Rg", x); in check_special()
198 check_vfprintf (fout, "a. %Ra, b. %u, c. %lx%n", mpfr, ui, ulo, &j); in check_mixed()
200 check_vfprintf (fout, "a. %c, b. %Rb, c. %u, d. %li%ln", i, mpfr, i, in check_mixed()
203 check_vfprintf (fout, "a. %hi, b. %*f, c. %Re%hn", ush, 3, f, mpfr, &ush); in check_mixed()
205 check_vfprintf (fout, "a. %hi, b. %f, c. %#.2Rf%n", sh, d, mpfr, &i); in check_mixed()
207 check_vfprintf (fout, "a. %R*A, b. %Fe, c. %i%zn", rnd, mpfr, mpf, sz, in check_mixed()
210 check_vfprintf (fout, "a. %Pu, b. %c, c. %Zi%Zn", prec, ch, mpz, &mpz); in check_mixed()
212 check_vfprintf (fout, "%% a. %#.0RNg, b. %Qx%Rn, c. %p", mpfr, mpq, &mpfr, in check_mixed()
218 check_vfprintf (fout, "%% a. %RNg, b. %Qx, c. %td%tn", mpfr, mpq, p, &p); in check_mixed()
234 check_vfprintf (fout, "a. %RA, b. %Lf, c. %QX%zn", mpfr, ld, mpq, &sz); in check_mixed()
239 check_vfprintf (fout, "a. %hhi, b. %RA, c. %hhu%hhn", sch, mpfr, uch, &uch); in check_mixed()
245 check_vfprintf (fout, "a. %Mx b. %Re%Mn", limb[0], mpfr, &limb[0]); in check_mixed()
258 check_vfprintf (fout, "a. %Re .b %Nx%Nn", mpfr, limb, limb_size, limb, in check_mixed()
275 check_vfprintf (fout, "a. %Re, b. %llx%Qn", mpfr, ullo, &mpq); in check_mixed()
277 check_vfprintf (fout, "a. %lli, b. %Rf%Fn", llo, mpfr, &mpf); in check_mixed()
287 check_vfprintf (fout, "a. %*RA, b. %ji%Qn", 10, mpfr, im, &mpq); in check_mixed()
289 check_vfprintf (fout, "a. %.*Re, b. %jx%Fn", 10, mpfr, uim, &mpf); in check_mixed()