Lines Matching defs:check_one

37 check_one (const char *name, mpz_srcptr x, double y, int cmp, int cmpabs)
110 check_one ("check_data", x, data[i].y, data[i].cmp, data[i].cmpabs);
140 check_one ("check_onebits", x, y, 0, 0);
141 check_one ("check_onebits", x, -y, 1, 0);
143 check_one ("check_onebits", x, y, -1, 0);
144 check_one ("check_onebits", x, -y, 0, 0);
176 check_one ("check_low_z_one", x, y, 0, 0);
177 check_one ("check_low_z_one", x, -y, 1, 0);
179 check_one ("check_low_z_one", x, y, -1, 0);
180 check_one ("check_low_z_one", x, -y, 0, 0);
185 check_one ("check_low_z_one", x, y, -1, -1);
186 check_one ("check_low_z_one", x, -y, 1, -1);
188 check_one ("check_low_z_one", x, y, -1, -1);
189 check_one ("check_low_z_one", x, -y, 1, -1);
194 check_one ("check_low_z_one", x, y, 1, 1);
195 check_one ("check_low_z_one", x, -y, 1, 1);
197 check_one ("check_low_z_one", x, y, -1, 1);
198 check_one ("check_low_z_one", x, -y, -1, 1);
227 check_one ("check_one_2exp", x, y, -1, -1);
228 check_one ("check_one_2exp", x, -y, 1, -1);
231 check_one ("check_one_2exp", x, y, -1, -1);
232 check_one ("check_one_2exp", x, -y, 1, -1);
250 check_one ("check_infinity", x, y, -1, -1);
251 check_one ("check_infinity", x, -y, 1, -1);
255 check_one ("check_infinity", x, y, -1, -1);
256 check_one ("check_infinity", x, -y, 1, -1);
260 check_one ("check_infinity", x, y, -1, -1);
261 check_one ("check_infinity", x, -y, 1, -1);
266 check_one ("check_infinity", x, y, -1, -1);
267 check_one ("check_infinity", x, -y, 1, -1);
271 check_one ("check_infinity", x, y, -1, -1);
272 check_one ("check_infinity", x, -y, 1, -1);