Searched refs:tx (Results 1 – 1 of 1) sorted by relevance
65 mp1 tx; in print_mpn_fp() local67 memcpy (tx, x, sizeof (mp1)); in print_mpn_fp()75 tx[SZ - 1] = 0; in print_mpn_fp()76 mpn_mul_1 (tx, tx, SZ, base); in print_mpn_fp()77 assert (tx[SZ - 1] < base); in print_mpn_fp()78 fputc (hexdig[tx[SZ - 1]], stdout); in print_mpn_fp()
Completed in 4 milliseconds