Searched defs:DoubleTestCase (Results 1 – 1 of 1) sorted by relevance
1047 struct DoubleTestCase { in testDoubleValue() struct1048 const double inputNum; in testDoubleValue()1049 const double expVal; in testDoubleValue()1091 struct DoubleTestCase { in testLongValue() struct1092 const double inputNum; in testLongValue()1093 const int64_t expVal; in testLongValue()1544 struct DoubleTestCase { in testFixedDecimal() struct1545 double n; in testFixedDecimal()1546 int32_t fractionDigitCount; in testFixedDecimal()1547 int64_t fractionDigits; in testFixedDecimal()