Lines Matching refs:inputValue
33 const double inputValue; member
273 const double inputValue; in testConverter() member
357 testCase.expectedValue, converter.convert(testCase.inputValue), maxDelta); in testConverter()
359 maxDelta = 1e-6 * uprv_fabs(testCase.inputValue); in testConverter()
360 if (testCase.inputValue == 0) { in testConverter()
365 testCase.inputValue, converter.convertInverse(testCase.expectedValue), maxDelta); in testConverter()
381 testCase.expectedValue, converter2.convert(testCase.inputValue), maxDelta); in testConverter()
383 maxDelta = 1e-6 * uprv_fabs(testCase.inputValue); in testConverter()
384 if (testCase.inputValue == 0) { in testConverter()
389 testCase.inputValue, converter2.convertInverse(testCase.expectedValue), maxDelta); in testConverter()
705 double inputValue; in testComplexUnitsConverterSorting() member
747 auto actual = converter.convert(testCase.inputValue, nullptr, status); in testComplexUnitsConverterSorting()