Home
last modified time | relevance | path

Searched refs:mpd_add (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dbench_full.c92 mpd_add(y, y, y0, ctx); in color_point()
95 mpd_add(x, x, x0, ctx); in color_point()
99 mpd_add(c, sq_x, sq_y, ctx); in color_point()
155 mpd_add(x0, x0, xstep, &ctx); in main()
Dbench.c79 mpd_add(y, y, y0, ctx); in color_point()
82 mpd_add(x, x, x0, ctx); in color_point()
Dmpsignal.c496 mpd_add(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx) in mpd_add() function
Dmpdecimal.h640 void mpd_add(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx);