Home | History | Annotate | Download | only in tests

Lines Matching refs:MPFR_RNDZ

94   d = mpfr_get_decimal64 (x, MPFR_RNDZ);
95 mpfr_set_ui (x, 1, MPFR_RNDZ);
96 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
100 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
101 mpfr_set_ui (x, 1, MPFR_RNDZ);
102 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
107 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
108 mpfr_set_ui (x, 1, MPFR_RNDZ);
109 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
114 mpfr_set_ui (x, 0, MPFR_RNDZ);
115 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
116 mpfr_set_ui (x, 1, MPFR_RNDZ);
117 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
121 mpfr_set_ui (x, 0, MPFR_RNDZ);
122 mpfr_neg (x, x, MPFR_RNDZ);
123 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
124 mpfr_set_ui (x, 1, MPFR_RNDZ);
125 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
129 mpfr_set_ui (x, 1, MPFR_RNDZ);
130 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
131 mpfr_set_ui (x, 0, MPFR_RNDZ);
132 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
136 mpfr_set_si (x, -1, MPFR_RNDZ);
137 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
138 mpfr_set_ui (x, 0, MPFR_RNDZ);
139 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
143 mpfr_set_ui (x, 2, MPFR_RNDZ);
144 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
145 mpfr_set_ui (x, 0, MPFR_RNDZ);
146 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
150 mpfr_set_ui (x, 99, MPFR_RNDZ);
151 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
152 mpfr_set_ui (x, 0, MPFR_RNDZ);
153 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
157 mpfr_set_str (x, "9999999999999999", 10, MPFR_RNDZ);
158 mpfr_set (y, x, MPFR_RNDZ);
159 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
160 mpfr_set_ui (x, 0, MPFR_RNDZ);
161 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
167 mpfr_set (y, x, MPFR_RNDZ);
168 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
169 mpfr_set_ui (x, 0, MPFR_RNDZ);
176 mpfr_set (y, x, MPFR_RNDZ);
177 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
178 mpfr_set_ui (x, 0, MPFR_RNDZ);
186 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
202 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
209 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
228 mpfr_set_ui (x, 0, MPFR_RNDZ);
235 mpfr_set_str (x, "9.999999999999999E384", 10, MPFR_RNDZ);
236 mpfr_set (y, x, MPFR_RNDZ);
240 mpfr_set_ui (x, 0, MPFR_RNDZ);
241 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
253 mpfr_set_str (x, "-9.999999999999999E384", 10, MPFR_RNDZ);
254 mpfr_set (y, x, MPFR_RNDZ);
258 mpfr_set_ui (x, 0, MPFR_RNDZ);
259 mpfr_set_decimal64 (x, d, MPFR_RNDZ);
275 mpfr_set_str (x, "9.999999999999999E384", 10, MPFR_RNDZ);
276 d = mpfr_get_decimal64 (x, MPFR_RNDZ);
413 mpfr_set_str (x, "1E-398", 10, MPFR_RNDZ);