Searched refs:PrecisionType (Results 1 – 2 of 2) sorted by relevance
226 if (macros.precision.fType == Precision::PrecisionType::RND_FRACTION) { in oldToNew()285 if (precision.fType == Precision::PrecisionType::RND_CURRENCY) { in oldToNew()295 if (rounding_.fType == Precision::PrecisionType::RND_FRACTION) { in oldToNew()298 } else if (rounding_.fType == Precision::PrecisionType::RND_INCREMENT) { in oldToNew()302 } else if (rounding_.fType == Precision::PrecisionType::RND_SIGNIFICANT) { in oldToNew()
712 enum PrecisionType { enum755 Precision(const PrecisionType& type, const PrecisionUnion& union_, in Precision()