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

/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c488 unsigned int ui_t; local
531 ui_t = 2 - 1; /* NOTE: `t' in description == ui_t + 1
614 mpf_sqrt (rop[ui_t - 1], f_tmp1);
634 while (ui_t + 1 != T) /* S4 loop */
636 ui_t++;
643 mpz_neg (U[ui_t][0], r); /* U: First col in new row. */
644 mpz_set_ui (U[ui_t][ui_t], 1); /* U: Last col in new row. */
646 mpz_set (V[ui_t][ui_
[all...]

Completed in 67 milliseconds