Searched refs:mpf_set_ui (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-int_p.c55 mpf_set_ui (f, 0L);
58 mpf_set_ui (f, 1L);
61 mpf_set_ui (f, 1L);
65 mpf_set_ui (f, 1L);
69 mpf_set_ui (f, 1L);
79 mpf_set_ui (f, 1L);
83 mpf_set_ui (f, 7L);
H A Dt-pow_ui.c41 mpf_set_ui (b1, b);
42 mpf_set_ui (r2, 1);
H A Dt-cmp_d.c66 mpf_set_ui (x, 0L);
71 mpf_set_ui (x, 123L);
81 mpf_set_ui (x, 1L);
H A Dt-fits.c55 mpf_set_ui (f0p5, 1L);
58 mpf_set_ui (f, 0L);
67 mpf_set_ui (f, 1L);
86 mpf_set_ui (f, (unsigned long) USHRT_MAX);
92 mpf_set_ui (f, (unsigned long) USHRT_MAX);
99 mpf_set_ui (f, (unsigned long) USHRT_MAX);
105 mpf_set_ui (f, (unsigned long) UINT_MAX);
110 mpf_set_ui (f, (unsigned long) UINT_MAX);
116 mpf_set_ui (f, (unsigned long) UINT_MAX);
122 mpf_set_ui (
[all...]
H A Dt-trunc.c52 mpf_set_ui (got, 54321L); /* initial junk */ \
120 mpf_set_ui (src, 0L);
121 mpf_set_ui (trunc, 0L);
122 mpf_set_ui (ceil, 0L);
123 mpf_set_ui (floor, 0L);
127 mpf_set_ui (src, 1L);
128 mpf_set_ui (trunc, 1L);
129 mpf_set_ui (ceil, 1L);
130 mpf_set_ui (floor, 1L);
134 mpf_set_ui (sr
[all...]
H A Dt-mul_ui.c127 mpf_set_ui (u, 0L);
130 mpf_set_ui (want, 0L);
142 mpf_set_ui (u, 1L);
145 mpf_set_ui (want, ULONG_MAX);
H A Dt-muldiv.c70 mpf_set_ui (limit_rerr, 1);
84 mpf_set_ui (u, ulimb);
97 mpf_set_ui (v, vlimb);
H A Dt-dm2exp.c71 mpf_set_ui (limit_rerr, 1);
75 mpf_set_ui (v, 1);
H A Dt-div.c154 mpf_set_ui (u, 100L);
155 mpf_set_ui (v, 4L);
163 mpf_set_ui (v, 1L);
H A Dt-ui_div.c120 mpf_set_ui (v, 4L);
130 mpf_set_ui (v, 1L);
H A Dt-set_ui.c1 /* Test mpf_set_ui and mpf_init_set_ui.
54 mpf_set_ui (x, data[i].x);
61 printf ("mpf_set_ui wrong on data[%d]\n", i);
H A Dt-set.c83 mpf_set_ui (b, 0);
H A Dt-get_d_2exp.c101 mpf_set_ui (f, 1L);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dset_ui.c0 /* mpf_set_ui() -- Assign a float from an unsigned int.
34 mpf_set_ui (mpf_ptr f, unsigned long val) function
H A Dreldiff.c43 mpf_set_ui (rdiff, (unsigned long int) (mpf_sgn (y) != 0));
H A Dpow_ui.c48 mpf_set_ui (r, 1);
H A Dadd_ui.c47 mpf_set_ui (sum, v);
H A Dui_sub.c73 mpf_set_ui (r, u);
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dspect.c55 mpf_set_ui (res_min[0], 32768); /* 2^15 */
56 mpf_set_ui (res_min[1], 1024); /* 2^10 */
57 mpf_set_ui (res_min[2], 256); /* 2^8 */
58 mpf_set_ui (res_min[3], 64); /* 2^6 */
59 mpf_set_ui (res_min[4], 32); /* 2^5 */
H A Dstatlib.c105 mpf_set_ui (Kp, 0); mpf_set_ui (Km, 0);
109 mpf_set_ui (f_j, j);
258 mpf_set_ui (V, 0);
263 mpf_set_ui (f_t, X[f]);
290 mpf_set_ui (p, 1);
413 mpf_set_ui (f_const, 0);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_f.c127 mpf_set_ui (y, 0);
148 mpf_set_ui (y, 1);
157 mpf_set_ui (y, 1);
173 mpf_set_ui (y, 1);
187 mpf_set_ui (y, 1);
H A Dmpf_compat.h100 mpf_set_ui (x, 1);
221 mpf_set_ui (x, 17);
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-locale.cc99 mpf_set_ui (got, 123); // dummy initial value
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dget_f.c44 mpf_set_ui (x, 0);
H A Dmpf2mpfr.h164 #undef mpf_set_ui macro
165 #define mpf_set_ui(x,y) mpfr_set_ui(x,y,MPFR_DEFAULT_RND) macro

Completed in 380 milliseconds

123