Searched refs:check_one (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/gmp/tests/mpq/
H A Dt-set_str.c28 check_one (mpq_srcptr want, int base, const char *str) function
67 check_one (q, 10, "0");
68 check_one (q, 10, "0/1");
69 check_one (q, 10, "0 / 1");
70 check_one (q, 0, "0x0/ 1");
71 check_one (q, 0, "0x0/ 0x1");
72 check_one (q, 0, "0 / 0x1");
74 check_one (q, 10, "-0");
75 check_one (q, 10, "-0/1");
76 check_one (
[all...]
H A Dt-equal.c28 check_one (mpq_srcptr x, mpq_srcptr y, int want) function
49 check_one (x, y, want);
50 check_one (y, x, want);
55 check_one (x, y, want);
56 check_one (y, x, want);
H A Dt-get_str.c29 check_one (mpq_srcptr q, int base, const char *want) function
89 check_one (q, base, want);
93 check_one (q, -base, s);
/haiku-buildtools/gcc/gmp/tests/
H A Dt-parity.c27 check_one (int want, unsigned long n) function
46 check_one (0, 0L);
47 check_one (BITS_PER_ULONG & 1, ULONG_MAX);
48 check_one (0, 0x11L);
49 check_one (1, 0x111L);
50 check_one (1, 0x3111L);
53 check_one (1, 1L << i);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-set_str.c28 check_one (mpz_srcptr want, int base, const char *str) function
67 check_one (z, 0, "0 ");
68 check_one (z, 0, "0 ");
69 check_one (z, 10, "0 ");
70 check_one (z, 10, "0 ");
71 check_one (z, 10, "0000000 ");
74 check_one (z, 0, "123 ");
75 check_one (z, 0, "123 ");
76 check_one (z, 10, "123 ");
77 check_one (
[all...]
H A Dt-cmp_d.c37 check_one (const char *name, mpz_srcptr x, double y, int cmp, int cmpabs) function
110 check_one ("check_data", x, data[i].y, data[i].cmp, data[i].cmpabs);
140 check_one ("check_onebits", x, y, 0, 0);
141 check_one ("check_onebits", x, -y, 1, 0);
143 check_one ("check_onebits", x, y, -1, 0);
144 check_one ("check_onebits", x, -y, 0, 0);
176 check_one ("check_low_z_one", x, y, 0, 0);
177 check_one ("check_low_z_one", x, -y, 1, 0);
179 check_one ("check_low_z_one", x, y, -1, 0);
180 check_one ("check_low_z_on
[all...]
H A Dt-pprime_p.c58 check_one (mpz_srcptr n, int want) function
81 check_one (n, want);
83 check_one (n, want);
H A Dt-set_f.c28 check_one (mpz_srcptr z) function
99 check_one (z);
102 check_one (z);
105 check_one (z);
108 check_one (z);
H A Dt-divis_2exp.c30 check_one (mpz_srcptr a, unsigned long d, int want) function
114 check_one (a, data[i].d, data[i].want);
117 check_one (a, data[i].d, data[i].want);
H A Dt-divis.c29 check_one (mpz_srcptr a, mpz_srcptr d, int want) function
106 check_one (a, d, data[i].want);
133 check_one (a, d, want);
136 check_one (a, d, 1);
142 check_one (a, d, 0);
H A Dt-cong_2exp.c29 check_one (mpz_srcptr a, mpz_srcptr c, unsigned long d, int want) function
99 check_one (a, c, data[i].d, data[i].want);
141 check_one (a, c, d, want);
145 check_one (a, c, d, 1);
H A Dt-cmp.c32 check_one (mpz_ptr x, mpz_ptr y, int want_cmp, int want_cmpabs) function
63 check_one (x, y, want_cmp, want_cmpabs);
64 check_one (y, x, -want_cmp, -want_cmpabs);
70 check_one (x, y, want_cmp, want_cmpabs);
71 check_one (y, x, -want_cmp, -want_cmpabs);
H A Dt-cong.c28 check_one (mpz_srcptr a, mpz_srcptr c, mpz_srcptr d, int want) function
120 check_one (a, c, d, data[i].want);
165 check_one (a, c, d, want);
170 check_one (a, c, d, 1);
175 check_one (a, c, d, 0);
H A Dt-pow.c29 check_one (mpz_srcptr want, mpz_srcptr base, unsigned long exp) function
89 check_one (want, base, exp);
191 check_one (want, base, exp);
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-cmp_d.c32 check_one (const char *name, mpf_srcptr x, double y, int cmp) function
68 check_one ("check_infinity", x, y, -1);
69 check_one ("check_infinity", x, -y, 1);
73 check_one ("check_infinity", x, y, -1);
74 check_one ("check_infinity", x, -y, 1);
78 check_one ("check_infinity", x, y, -1);
79 check_one ("check_infinity", x, -y, 1);
84 check_one ("check_infinity", x, y, -1);
85 check_one ("check_infinity", x, -y, 1);
89 check_one ("check_infinit
[all...]
H A Dt-ui_div.c28 check_one (const char *desc, mpf_ptr got, unsigned long u, mpf_srcptr v) function
94 check_one ("separate", got, u, v);
101 check_one ("overlap src==dst", got, u, v);
135 check_one ("1/2^n+1, separate", got, u, v);
H A Dt-div.c28 check_one (const char *desc, mpf_ptr got, mpf_srcptr u, mpf_srcptr v) function
81 check_one ("separate", got, u, v);
86 check_one ("dst == u", got, u, v);
92 check_one ("dst == v", got, u, v);
168 check_one ("1/2^n+1, separate", got, u, v);
H A Dt-mul_ui.c28 check_one (const char *desc, mpf_ptr got, mpf_srcptr u, unsigned long v) function
100 check_one ("separate", got, u, v);
107 check_one ("overlap src==dst", got, u, v);
H A Dt-set_q.c28 check_one (mpf_ptr got, mpq_srcptr q) function
83 check_one (got, q);
111 check_one (got, q);
/haiku-buildtools/gcc/gmp/tests/mpn/
H A Dlogic.c30 check_one (mp_srcptr refp, mp_srcptr rp, mp_srcptr ap, mp_srcptr bp, mp_size_t n, char *funcname) function
74 check_one (refp, rp, ap, bp, n, "and");
78 check_one (refp, rp, ap, bp, n, "ior");
82 check_one (refp, rp, ap, bp, n, "xor");
86 check_one (refp, rp, ap, bp, n, "andn");
90 check_one (refp, rp, ap, bp, n, "iorn");
94 check_one (refp, rp, ap, bp, n, "nand");
98 check_one (refp, rp, ap, bp, n, "nior");
102 check_one (refp, rp, ap, bp, n, "xnor");
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dt-iset.c29 check_one (const char *name, gmp_randstate_ptr src) function
64 call_rand_algs (check_one);
H A Dt-urbui.c30 check_one (const char *name, gmp_randstate_ptr rstate) function
61 call_rand_algs (check_one);
H A Dt-urmui.c28 check_one (const char *name, gmp_randstate_ptr rstate) function
71 call_rand_algs (check_one);
/haiku-buildtools/gcc/gmp/tests/misc/
H A Dt-printf.c322 check_one (const char *want, const char *fmt, ...) function
324 check_one (va_alist)
443 check_one (data[i].want, data[i].fmt, z);
456 check_one (data[i].want, nfmt, PTR(z), nsize);
565 check_one (data[i].want, data[i].fmt, q);
727 check_one (data[i].want, data[i].fmt, f);
742 check_one ("0", "%Md", CNST_LIMB(0));
743 check_one ("1", "%Md", CNST_LIMB(1));
751 check_one (s, "%Mu", limb);
755 check_one (
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_z.c76 check_one (mpz_ptr z) function
137 check_one (z);
140 check_one (z);
143 check_one (z);
146 check_one (z);

Completed in 121 milliseconds

12