Home
last modified time | relevance | path

Searched refs:nIntDigs (Results 1 – 1 of 1) sorted by relevance

/external/fastrpc/src/
Dstd_dtoa.c283 int nIntDigs = 0; in std_dtoa_decimal() local
287 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()