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