HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_set_ui (Results 1 - 25 of 257) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/lgpl3/mpfr/dist/src/
set_ui.c 0 /* mpfr_set_ui -- set a MPFR number from a machine unsigned integer
25 #undef mpfr_set_ui macro
27 mpfr_set_ui (mpfr_ptr x, unsigned long i, mpfr_rnd_t rnd_mode) function
set_zero.c 28 mpfr_set_ui (x, 0, MPFR_RNDN);
sech.c 32 #define ACTION_INF(y) return mpfr_set_ui (y, 0, MPFR_RNDN)
33 #define ACTION_ZERO(y,x) return mpfr_set_ui (y, 1, rnd_mode)
ui_pow_ui.c 46 return mpfr_set_ui (x, k, rnd); /* k^1 = k */
48 return mpfr_set_ui (x, 1, rnd); /* k^0 = 1 for any k */
53 return mpfr_set_ui (x, 1, rnd); /* 1^n = 1 for any n > 0 */
55 return mpfr_set_ui (x, 0, rnd); /* 0^n = 0 for any n > 0 */
71 inex_res = mpfr_set_ui (res, k, MPFR_RNDU);
100 inexact = mpfr_set_ui (kf, k, MPFR_RNDN);
sec.c 27 #define ACTION_ZERO(y,x) return mpfr_set_ui (y, 1, rnd_mode)
  /src/external/lgpl3/mpfr/dist/tests/
talloc.c 56 mpfr_set_ui (x, 1, MPFR_RNDN);
57 mpfr_set_ui (y, 2, MPFR_RNDN);
tdim.c 45 mpfr_set_ui (y, 0, MPFR_RNDN);
55 mpfr_set_ui (y, 0, MPFR_RNDN);
65 mpfr_set_ui (y, 0, MPFR_RNDN);
84 mpfr_set_ui (x, 2, MPFR_RNDN);
85 mpfr_set_ui (y, 1, MPFR_RNDN);
94 mpfr_set_ui (x, 1, MPFR_RNDN);
95 mpfr_set_ui (y, 2, MPFR_RNDN);
tminmax.c 53 mpfr_set_ui (y, 0, MPFR_RNDN);
79 mpfr_set_ui (x, 0, MPFR_RNDN);
80 mpfr_set_ui (y, 0, MPFR_RNDN); MPFR_SET_NEG(y);
94 mpfr_set_ui (x, 0, MPFR_RNDN); MPFR_SET_NEG(x);
95 mpfr_set_ui (y, 0, MPFR_RNDN);
126 mpfr_set_ui (y, 12, MPFR_RNDN);
141 mpfr_set_ui (x, 17, MPFR_RNDN);
142 mpfr_set_ui (y, 42, MPFR_RNDN);
tmin_prec.c 49 mpfr_set_ui (x, 0, MPFR_RNDN);
55 mpfr_set_ui (x, 1, MPFR_RNDN);
59 mpfr_set_ui (x, 17, MPFR_RNDN);
63 mpfr_set_ui (x, 42, MPFR_RNDN);
tswap.c 34 mpfr_set_ui (u, 16777215, MPFR_RNDN); /* 2^24 - 1 */
tremquo.c 88 mpfr_set_ui (y, 1, MPFR_RNDN);
94 mpfr_set_ui (x, 1, MPFR_RNDN);
102 mpfr_set_ui (y, 1, MPFR_RNDN);
109 mpfr_set_ui (y, 0, MPFR_RNDN);
122 mpfr_set_ui (x, 0, MPFR_RNDN);
131 mpfr_set_ui (x, 0, MPFR_RNDN);
141 mpfr_set_ui (x, 17, MPFR_RNDN);
150 mpfr_set_ui (x, 17, MPFR_RNDN);
151 mpfr_set_ui (y, 0, MPFR_RNDN);
157 mpfr_set_ui (x, 0, MPFR_RNDN)
    [all...]
tprec_round.c 47 mpfr_set_ui (x, 0, MPFR_RNDN);
51 mpfr_set_ui (x, 0, MPFR_RNDN);
65 mpfr_set_ui (x, 1, MPFR_RNDN);
71 mpfr_set_ui (x, 5, MPFR_RNDN);
83 mpfr_set_ui (x, 5, MPFR_RNDN); /* exact */
107 mpfr_set_ui (x, 5, MPFR_RNDN); /* exact */
teq.c 102 mpfr_set_ui (y, 0, MPFR_RNDN);
118 mpfr_set_ui (y, 0, MPFR_RNDN);
121 mpfr_set_ui (x, 1, MPFR_RNDN);
122 mpfr_set_ui (y, 0, MPFR_RNDN);
126 mpfr_set_ui (x, 0, MPFR_RNDN);
127 mpfr_set_ui (y, 0, MPFR_RNDN);
136 mpfr_set_ui (x, 1, MPFR_RNDN);
142 mpfr_set_ui (x, 1, MPFR_RNDN);
143 mpfr_set_ui (y, 1, MPFR_RNDN);
165 mpfr_set_ui (x, 1, MPFR_RNDN)
    [all...]
td_div.c 66 mpfr_set_ui (x, 0, MPFR_RNDN);
75 mpfr_set_ui (x, 0, MPFR_RNDN);
84 mpfr_set_ui (x, 0, MPFR_RNDN);
94 mpfr_set_ui (x, 0, MPFR_RNDN);
104 mpfr_set_ui (x, 0, MPFR_RNDN);
113 mpfr_set_ui (x, 0, MPFR_RNDN);
122 mpfr_set_ui (x, 0, MPFR_RNDN);
132 mpfr_set_ui (x, 0, MPFR_RNDN);
tjn.c 83 mpfr_set_ui (x, 0, MPFR_RNDN); /* +0 */
93 mpfr_set_ui (x, 0, MPFR_RNDN);
107 mpfr_set_ui (x, 1, MPFR_RNDN);
129 mpfr_set_ui (x, 1, MPFR_RNDN);
140 mpfr_set_ui (x, 1, MPFR_RNDN);
151 mpfr_set_ui (x, 1, MPFR_RNDN);
162 mpfr_set_ui (x, 1, MPFR_RNDN);
195 mpfr_set_ui (x, 17, MPFR_RNDN);
206 mpfr_set_ui (x, 17, MPFR_RNDN);
217 mpfr_set_ui (x, 17, MPFR_RNDN)
    [all...]
trndna.c 88 mpfr_set_ui (x, 2, MPFR_RNDN);
102 mpfr_set_ui (x, 37, MPFR_RNDN);
116 mpfr_set_ui (x, 91, MPFR_RNDN);
129 mpfr_set_ui (x, 131, MPFR_RNDN);
tcmp_d.c 57 mpfr_set_ui (x, 0, MPFR_RNDZ);
66 mpfr_set_ui (x, 0, MPFR_RNDN);
76 mpfr_set_ui (x, 1, MPFR_RNDN);
ty0.c 53 mpfr_set_ui (x, 0, MPFR_RNDN); /* +0 */
57 mpfr_set_ui (x, 0, MPFR_RNDN);
65 mpfr_set_ui (x, 1, MPFR_RNDN);
ty1.c 53 mpfr_set_ui (x, 0, MPFR_RNDN); /* +0 */
57 mpfr_set_ui (x, 0, MPFR_RNDN);
65 mpfr_set_ui (x, 1, MPFR_RNDN);
tcmp_ui.c 100 mpfr_set_ui (x, 17, MPFR_RNDN);
146 mpfr_set_ui (x, 0, MPFR_RNDN);
191 mpfr_set_ui (x[0], 0, MPFR_RNDN);
231 mpfr_set_ui (x, 3, MPFR_RNDZ);
247 mpfr_set_ui (x, 0, MPFR_RNDZ);
254 mpfr_set_ui (x, 1, MPFR_RNDZ);
278 mpfr_set_ui (x, 1, MPFR_RNDN);
313 mpfr_set_ui (x, 0, MPFR_RNDZ);
319 mpfr_set_ui (x, 1, MPFR_RNDZ);
321 mpfr_set_ui (x, 0, MPFR_RNDZ)
    [all...]
  /src/external/lgpl3/mpc/dist/tests/
treimref.c 33 mpfr_set_ui (mpc_realref (z), 18, MPFR_RNDN);
36 fprintf (stderr, "Error in mpfr_set_ui/mpc_realref\n");
39 mpfr_set_ui (mpc_imagref (z), 43, MPFR_RNDN);
42 fprintf (stderr, "Error in mpfr_set_ui/mpc_imagref\n");
  /src/external/lgpl3/mpc/dist/src/
fr_div.c 32 mpfr_set_ui (mpc_imagref (bc), 0, MPFR_RNDN);
pow_fr.c 32 mpfr_set_ui (mpc_imagref(yy), 0, MPFR_RNDN);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trigd_fe.inc 42 mpfr_set_ui (x, 3, GFC_RND_MODE); \
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trigd_fe.inc 42 mpfr_set_ui (x, 3, GFC_RND_MODE); \

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011