Searched refs:nPrecExp (Results 1 – 1 of 1) sorted by relevance
111 long nPrecExp = 1; in GetPrecExp() local115 nPrecExp--; in GetPrecExp()120 nPrecExp++; in GetPrecExp()122 return nPrecExp; in GetPrecExp()3474 long nPrecExp; in ImpGetNumberOutput() local3487 nPrecExp = GetPrecExp( fNumber ); in ImpGetNumberOutput()3489 nPrecExp = 0; in ImpGetNumberOutput()3492 if (rInfo.nCntPost + nPrecExp > 15 && nPrecExp < 15) in ImpGetNumberOutput()3495 rtl_math_StringFormat_F, 15-nPrecExp, '.'); in ImpGetNumberOutput()3496 for (long l = 15-nPrecExp; l < (long) rInfo.nCntPost; l++) in ImpGetNumberOutput()
Completed in 49 milliseconds