Searched refs:PrecisionType (Results 1 – 3 of 3) sorted by relevance
128 unsigned int precision, PrecisionType precisionType) { in valueToString()143 (precisionType == PrecisionType::significantDigits) ? "%.*g" : "%.*f", in valueToString()164 if (precisionType == PrecisionType::decimalPlaces) { in valueToString()174 PrecisionType precisionType) { in valueToString()884 PrecisionType precisionType);915 PrecisionType precisionType_;920 bool emitUTF8, unsigned int precision, PrecisionType precisionType) in BuiltStyledStreamWriter()1180 PrecisionType precisionType(significantDigits); in newStreamWriter()1182 precisionType = PrecisionType::significantDigits; in newStreamWriter()1184 precisionType = PrecisionType::decimalPlaces; in newStreamWriter()
351 PrecisionType precisionType = PrecisionType::significantDigits);
128 enum PrecisionType { enum
Completed in 11 milliseconds