Searched refs:mpd_mul (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | bench.c | 77 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()
|
D | bench_full.c | 90 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()
|
D | mpsignal.c | 765 mpd_mul(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx) in mpd_mul() function
|
D | mpdecimal.h | 666 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/ |
D | multiply.c | 60 mpd_mul(result, a, b, &ctx); in main()
|