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

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dreuse.c150 unsigned long this_in2i = in2i; local
153 if (dsi_funcs[i] == mpf_div_ui && this_in2i == 0)
158 this_in2i %= 0x100000;
160 this_in2i %= 0x1000;
162 (dsi_funcs[i]) (res1, in1, this_in2i);
165 (dsi_funcs[i]) (out1, out1, this_in2i);

Completed in 148 milliseconds