• Home
  • Raw
  • Download

Lines Matching refs:DecimalQuantity

51 void DecimalQuantityTest::assertHealth(const DecimalQuantity &fq) {  in assertHealth()
59 DecimalQuantityTest::assertToStringAndHealth(const DecimalQuantity &fq, const UnicodeString &expect… in assertToStringAndHealth()
66 DecimalQuantity fq; in checkDoubleBehavior()
84 DecimalQuantity fq; in testDecimalQuantityBehaviorStandalone()
113 DecimalQuantity fq; in testSwitchStorage()
144 DecimalQuantity a; in testCopyMove()
146 DecimalQuantity b = a; // copy constructor in testCopyMove()
149 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
167 DecimalQuantity a; in testCopyMove()
169 DecimalQuantity b = a; // copy constructor in testCopyMove()
172 DecimalQuantity c(std::move(a)); // move constructor in testCopyMove()
189 DecimalQuantity fq; in testAppend()
280 assertDoubleEquals(u"NaN check failed", NAN, DecimalQuantity().setToDouble(NAN).toDouble()); in testConvertToAccurateDouble()
282 u"Inf check failed", INFINITY, DecimalQuantity().setToDouble(INFINITY).toDouble()); in testConvertToAccurateDouble()
284 u"-Inf check failed", -INFINITY, DecimalQuantity().setToDouble(-INFINITY).toDouble()); in testConvertToAccurateDouble()
320 DecimalQuantity fq; in testUseApproximateDoubleWhenAble()
352 DecimalQuantity q; in testHardDoubleConversion()
372 DecimalQuantity q; in testToDouble()
381 DecimalQuantity dq; in testMaxDigits()
396 DecimalQuantity copy; in testMaxDigits()
458 DecimalQuantity dq; in testNickelRounding()
466 DecimalQuantity dq; in testNickelRounding()
538 DecimalQuantity dq; in testCompactDecimalSuppressedExponent()
617 DecimalQuantity dqCompactScaled; in testSuppressedExponentUnchangedByInitialScaling()
622 DecimalQuantity dqCompact; in testSuppressedExponentUnchangedByInitialScaling()