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

/freebsd-12-stable/usr.bin/seq/
H A Dseq.c461 int precision, width1, width2, places; local
477 width1 = sprintf(buf, "%g", first);
481 width1 -= (places + strlen(decimal_point));
493 MAX(width1, width2) + (int) strlen(decimal_point) +
496 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
/freebsd-12-stable/contrib/gcc/
H A Drtlanal.c3649 int width1 = floor_log2 (nz1) + 1;
3662 result_width = MAX (width0, width1) + 1;
3669 result_width = width0 + width1;
3673 if (width1 == 0)
3679 if (width1 == 0)
3684 if (width1 == 0)
3687 result_width = MIN (width0, width1);
3691 if (width1 == 0)
3693 result_width = MIN (width0, width1);
3624 int width1 = floor_log2 (nz1) + 1; local

Completed in 305 milliseconds