Searched refs:nIntDigs (Results 1 – 1 of 1) sorted by relevance
283 int nIntDigs = 0; in std_dtoa_decimal() local287 nIntDigs = fp_log_10( dIntegerPart ) + 1; in std_dtoa_decimal()292 nIntDigs++; in std_dtoa_decimal()296 if( nIntDigs >= nMaxIntDigs ) in std_dtoa_decimal()306 acIntegerPart[ nIntDigs ] = '\0'; in std_dtoa_decimal()308 for( nI = nIntDigs - 1; nI >= nIntStartPos; nI-- ) in std_dtoa_decimal()