Home | History | Annotate | Download | only in complex

Lines Matching defs:B_is_usable

136 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, long double *B, long double *sqrt_A2my2, long double *new_y)
165 *B_is_usable = 0;
172 *B_is_usable = 1;
175 *B_is_usable = 0;
195 int B_is_usable;
228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
229 if (B_is_usable)
248 int B_is_usable;
284 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x);
285 if (B_is_usable) {