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