Searched refs:mpfr_set_str1 (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/mpfr/tests/
H A Dtswap.c38 mpfr_set_str1 (v, "9007199254740991.0"); /* 2^53 - 1 */
H A Dtadd1sp.c45 mpfr_set_str1 (x, "8.00468257869324898448e+307");
46 mpfr_set_str1 (y, "7.44784712422708645156e+307");
157 mpfr_set_str1 (b, "1@100");
158 mpfr_set_str1 (c, "1@1");
H A Dtmul.c63 mpfr_set_str1 (xx, xs);
64 mpfr_set_str1 (yy, ys);
80 mpfr_set_str1 (zz, res);
94 mpfr_set_str1 (xx, xs);
95 mpfr_set_str1 (yy, ys);
111 mpfr_set_str1 (zz, zs);
126 mpfr_set_str1 (xx, xs);
127 mpfr_set_str1 (yy, ys);
288 mpfr_set_str1 (xx, "0.68750");
290 mpfr_set_str1 (y
[all...]
H A Dtadd_ui.c36 mpfr_set_str1 (xx, xs);
H A Dtagm.c48 mpfr_set_str1 (ta, as);
49 mpfr_set_str1 (tb, bs);
50 mpfr_set_str1 (tc, res);
H A Dtsub_ui.c36 mpfr_set_str1 (xx, xs);
H A Dttrunc.c40 mpfr_set_str1 (x, "0.5");
H A Dtfits.c96 mpfr_set_str1 (x, "1@-1");
221 mpfr_set_str1 (x, "1@-1");
H A Dmpfr-test.h102 #define mpfr_set_str1(x,s) mpfr_set_str(x,s,10,MPFR_RNDN) macro
H A Dtmodf.c41 mpfr_set_str1 (x, xs);
H A Dtsi_op.c127 mpfr_set_str1 (x, "1");
H A Dtsin_cos.c54 mpfr_set_str1 (xx, xs); /* should be exact */
83 mpfr_set_str1 (xx, xs); /* should be exact */
103 mpfr_set_str1 (xx, xs); /* should be exact */
649 mpfr_set_str1 (val, "-0.7");
H A Dtsqrt.c57 mpfr_set_str1 (q, as);
77 mpfr_set_str1 (q, as);
98 mpfr_set_str1 (q, as);
118 mpfr_set_str1 (q, as);
H A Dtcos.c57 mpfr_set_str1 (xx, xs); /* should be exact */
H A Dtdiv_ui.c36 mpfr_set_str1 (x, ds);
H A Dtui_div.c35 mpfr_set_str1 (xx, xs);
H A Dtui_sub.c150 mpfr_set_str1 (xx, xs);
H A Dtsub.c243 mpfr_set_str1 (x, "1.229318102e+09");
244 mpfr_set_str1 (y, "2.32221184180698677665e+05");
H A Dtdiv.c159 mpfr_set_str1 (n, Ns);
160 mpfr_set_str1 (d, Ds);
182 mpfr_set_str1 (n, Ns);
183 mpfr_set_str1 (d, Ds);
H A Dtlog.c57 mpfr_set_str1 (ta, as);
H A Dtsin.c57 mpfr_set_str1 (xx, xs); /* should be exact */
H A Dtzeta.c169 mpfr_set_str1 (x, val[i]);
H A Dtexp.c61 mpfr_set_str1 (x, op);
82 mpfr_set_str1(x, Xs);
89 mpfr_set_str1(x, Xs);
H A Dtadd.c80 mpfr_set_str1 (xx, xs);
81 mpfr_set_str1 (yy, ys);
H A Dtgmpop.c101 mpfr_set_str1 (x, "0.5");
111 mpfr_set_str1 (x, "0.5");

Completed in 205 milliseconds

12