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

/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c65 int got, got_swapped; local
84 got_swapped = mpf_eq (y, x, data[i].bits);
86 if (got != got_swapped || got != data[i].want)
92 printf ("got_swapped %d\n", got_swapped);

Completed in 196 milliseconds