Searched refs:mpd_set_u32 (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | bench_full.c | 73 mpd_set_u32(x, 0, ctx); in color_point() 74 mpd_set_u32(y, 0, ctx); in color_point() 78 mpd_set_u32(sq_x, 0, ctx); in color_point() 79 mpd_set_u32(sq_y, 0, ctx); in color_point() 83 mpd_set_u32(two, 2, ctx); in color_point() 84 mpd_set_u32(four, 4, ctx); in color_point() 87 mpd_set_u32(c, 0, ctx); in color_point() 143 mpd_set_u32(sqrt_2, 2, &ctx); in main()
|
D | bench.c | 65 mpd_set_u32(x, 0, ctx); in color_point() 66 mpd_set_u32(y, 0, ctx); in color_point() 70 mpd_set_u32(sq_x, 0, ctx); in color_point() 71 mpd_set_u32(sq_y, 0, ctx); in color_point() 74 mpd_set_u32(two, 2, ctx); in color_point()
|
D | mpsignal.c | 225 mpd_set_u32(mpd_t *result, uint32_t a, mpd_context_t *ctx) in mpd_set_u32() function
|
D | mpdecimal.h | 606 void mpd_set_u32(mpd_t *result, uint32_t a, mpd_context_t *ctx);
|