Lines Matching refs:ex
1521 void percentify(Int n, Int ex, Int field_width, HChar buf[]) 1525 VG_(sprintf)(buf, "%d.%d%%", n / ex, n % ex);