Home
last modified time | relevance | path

Searched refs:sqrt_2 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dbench_full.c118 mpd_t *sqrt_2, *xstep, *ystep; in main() local
137 sqrt_2 = new_mpd(); in main()
143 mpd_set_u32(sqrt_2, 2, &ctx); in main()
144 mpd_sqrt(sqrt_2, sqrt_2, &ctx); in main()
145 mpd_div_u32(xstep, sqrt_2, 40, &ctx); in main()
146 mpd_div_u32(ystep, sqrt_2, 20, &ctx); in main()
149 mpd_copy(y0, sqrt_2, &ctx); in main()
151 mpd_copy(x0, sqrt_2, &ctx); in main()
190 mpd_del(sqrt_2); in main()
[all...]

Completed in 1 milliseconds