Searched refs:MIN (Results 1 – 2 of 2) sorted by relevance
/stdio-common/ |
A D | printf_fphex.c | 85 #ifndef MIN 86 # define MIN(a,b) ((a)<(b)?(a):(b)) macro 464 PRINT (numstr, wnumstr, MIN (numend - numstr, precision)); in __printf_fphex()
|
A D | printf_fp.c | 800 if (cnt_l < MIN (4, p.exponent)) in __printf_fp_l() 803 BITS_PER_MP_LIMB - MIN (4, p.exponent)); in __printf_fp_l() 808 (void) __mpn_rshift (p.frac, p.tmp, p.tmpsize, MIN (4, p.exponent)); in __printf_fp_l()
|
Completed in 5 milliseconds