Searched refs:mpf_t (Results 1 - 25 of 98) sorted by relevance

1234

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgmpstat.h35 mpf_freqt (mpf_t Kp,
36 mpf_t Km,
37 mpf_t X[],
40 mpz_freqt (mpf_t V,
47 ks (mpf_t Kp,
48 mpf_t Km,
49 mpf_t X[],
50 void (P) (mpf_t, mpf_t),
54 ks_table (mpf_t
[all...]
H A Dstat.c54 print_ks_results (mpf_t f_p, mpf_t f_p_prob,
55 mpf_t f_m, mpf_t f_m_prob,
91 Pks (mpf_t p, mpf_t x)
109 mpf_t fvec[], const unsigned long n)
112 mpf_t f_p, f_p_prob;
113 mpf_t f_m, f_m_prob;
114 mpf_t *l1re
[all...]
H A Dstatlib.c84 ks (mpf_t Kp, argument
85 mpf_t Km,
86 mpf_t X[],
87 void (P) (mpf_t, mpf_t),
90 mpf_t Kt; /* temp */
91 mpf_t f_x;
92 mpf_t f_j; /* j */
93 mpf_t f_jnq; /* j/n or (j-1)/n */
149 ks_table (mpf_t
245 x2(mpf_t V, unsigned long int X[], unsigned int k, void (P) (mpf_t, unsigned long int, void *), void *x, unsigned long int n) argument
[all...]
H A Dzdiv_round.c25 mpf_t f_n, f_d;
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dreldiff.c39 mpf_reldiff (mpf_t rdiff, mpf_srcptr x, mpf_srcptr y)
48 mpf_t d;
H A Dcmp_z.c36 mpf_t vf;
H A Dcmp_d.c43 mpf_t df;
H A Durandomb.c37 mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, mp_bitcnt_t nbits)
H A Dpow_ui.c42 mpf_t t;
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c28 void insert_random_low_zero_limbs (mpf_t, gmp_randstate_ptr);
29 void dump_abort (mpf_t, mpf_t, int, int, int, int, int, long);
30 void hexdump (mpf_t);
64 mpf_t x, y;
104 mpf_t a, b, x;
163 insert_random_low_zero_limbs (mpf_t x, gmp_randstate_ptr rands)
177 dump_abort (mpf_t a, mpf_t b, int cmp_prec, int lshift1, int lshift2, int hibits, int want, long test)
191 hexdump (mpf_t
[all...]
H A Dreuse.c52 void dump_abort (const char *, mpf_t, mpf_t);
97 mpf_t in1, in2, out1;
99 mpf_t res1, res2, res3;
204 dump_abort (const char *name, mpf_t res1, mpf_t res2)
H A Dt-gsprec.c28 mpf_t x;
H A Dt-get_d.c48 mpf_t f;
73 mpf_t u, v;
H A Dt-ui_div.c29 mpf_t uf;
60 mpf_t got, v;
113 mpf_t got, v;
H A Dt-mul_ui.c31 mpf_t want;
64 mpf_t got, u;
119 mpf_t u, got, want;
H A Dt-set_q.c29 mpf_t n, d;
55 mpf_t got;
92 mpf_t got;
H A Dt-pow_ui.c30 mpf_t b1, r, r2, limit;
H A Dt-dm2exp.c35 mpf_t u, v, w1, w2, w3;
37 mpf_t rerr, limit_rerr;
H A Dt-add.c37 mpf_t u, v, w, wref;
39 mpf_t rerr, max_rerr, limit_rerr;
H A Dt-set.c30 mpf_t f;
47 mpf_t a, b;
H A Dt-get_d_2exp.c29 mpf_t f;
87 mpf_t f;
H A Dt-get_si.c58 mpf_t f;
87 mpf_t f;
178 mpf_t f;
H A Dt-div.c45 mpf_t got, u, v;
109 mpf_t got;
146 mpf_t got, u, v;
H A Dt-sqrt.c37 mpf_t x, y, y2;
39 mpf_t rerr, max_rerr, limit_rerr;
114 mpf_t x, r, s;
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc82 mpf_t got;
103 cout << "istream mpf_t operator>> error\n";
116 cout << "istream mpf_t operator>> wrong\n";
144 mpf_t f;
154 cout << "ostream mpf_t operator<< doesn't respect locale\n";
167 mpf_t f;

Completed in 248 milliseconds

1234