Searched defs:nPrecision (Results 1 – 3 of 3) sorted by relevance
131 double fp_round( double dNumber, int nPrecision ) in fp_round()233 int std_dtoa_decimal( double dNumber, int nPrecision, in std_dtoa_decimal()374 int std_dtoa_hex( double dNumber, int nPrecision, char cFormat, in std_dtoa_hex()
68 int32 nPrecision; // number following '.' (-1 if not given) member198 int32 nPrecision = 0; in ConvertFloat() local
101 uint32_t nPrecision = static_cast<uint32_t>(iPrecision); in GuessSizeForVSWPrintf() local