Lines Matching defs:x0
58 color_point(mpd_t *x0, mpd_t *y0, long maxiter, mpd_context_t *ctx)
82 mpd_add(x, x, x0, ctx);
88 mpd_copy(x0, x, ctx);
102 mpd_t *x0, *y0;
116 x0 = new_mpd();
118 mpd_set_string(x0, "0.222", &ctx);
122 mpd_del(x0);
127 color_point(x0, y0, iter, &ctx);
130 mpd_print(x0);
134 mpd_del(x0);