Searched defs:NumericValue (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeTestCaseResult.hpp160 class NumericValue class in namespace:xe::ri
172 NumericValue (void) : m_type(TYPE_EMPTY) {} function in class:xe::ri::NumericValue
173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; } function in class:xe::ri::NumericValue
174 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; } function in class:xe::ri::NumericValue
189 std::ostream& operator<< (std::ostream& str, const NumericValue& value);
238 NumericValue value;
481 NumericValue value;

Completed in 873 milliseconds