Home
last modified time | relevance | path

Searched refs:mpd_mul (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dbench.c77 mpd_mul(y, x, y, ctx); in color_point()
78 mpd_mul(y, y, two, ctx); in color_point()
84 mpd_mul(sq_x, x, x, ctx); in color_point()
85 mpd_mul(sq_y, y, y, ctx); in color_point()
Dbench_full.c90 mpd_mul(y, x, y, ctx); in color_point()
91 mpd_mul(y, y, two, ctx); in color_point()
97 mpd_mul(sq_x, x, x, ctx); in color_point()
98 mpd_mul(sq_y, y, y, ctx); in color_point()
Dmpsignal.c765 mpd_mul(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx) in mpd_mul() function
Dmpdecimal.h666 void mpd_mul(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx);
/third_party/python/Modules/_decimal/libmpdec/examples/
Dmultiply.c60 mpd_mul(result, a, b, &ctx); in main()