Searched refs:MAX_EXP_DIGITS (Results 1 – 1 of 1) sorted by relevance
53 #define MAX_EXP_DIGITS 5 macro2810 char outbuf_sml[NDEC_SML + MAX_EXP_DIGITS + 10]; in __ldtoa()2862 outbuf = (char *) malloc (ndec + MAX_EXP_DIGITS + 10); in __ldtoa()2945 i = orig_ndigits + MAX_EXP_DIGITS + 4; in __ldtoa()