Searched refs:actualFractionDigits (Results 1 – 1 of 1) sorted by relevance
994 int64_t actualFractionDigits = FixedDecimal::getFractionalDigits(tc.n, numFractionDigits); in testFixedDecimal() local995 if (actualFractionDigits != tc.fractionDigits) { in testFixedDecimal()997 … __FILE__, __LINE__, tc.n, numFractionDigits, tc.fractionDigits, actualFractionDigits); in testFixedDecimal()