Searched defs:DoubleTestCase (Results 1 – 1 of 1) sorted by relevance
927 struct DoubleTestCase { in testDoubleValue() struct928 const double inputNum; in testDoubleValue()929 const double expVal; in testDoubleValue()971 struct DoubleTestCase { in testLongValue() struct972 const double inputNum; in testLongValue()973 const int64_t expVal; in testLongValue()1424 struct DoubleTestCase { in testFixedDecimal() struct1425 double n; in testFixedDecimal()1426 int32_t fractionDigitCount; in testFixedDecimal()1427 int64_t fractionDigits; in testFixedDecimal()