Searched refs:dTempFp (Results 1 – 1 of 1) sorted by relevance
242 double dTempFp = 0.0; in std_dtoa_decimal() local311 dTempFp = modf( dIntegerPart, &dTempIp ); in std_dtoa_decimal()314 dTempFp = dTempFp + dRoundingConst; in std_dtoa_decimal()317 acIntegerPart[ nI ] = (int)( dTempFp * 10 ) + '0'; in std_dtoa_decimal()