Searched refs:prec_width (Results 1 – 1 of 1) sorted by relevance
290 int prec_width = fmt_size; // The digits in mp_print_mp_int() local291 if (prec_width < prec) { in mp_print_mp_int()292 prec_width = prec; in mp_print_mp_int()296 prec_width++; in mp_print_mp_int()298 prec_width += prefix_len; in mp_print_mp_int()300 if (prec_width < width) { in mp_print_mp_int()302 spaces_after = width - prec_width; in mp_print_mp_int()304 spaces_before = width - prec_width; in mp_print_mp_int()
Completed in 3 milliseconds