HomeSort by relevance Sort by last modified time
    Searched refs:NumericValue (Results 1 - 5 of 5) sorted by null

  /external/deqp/executor/
xeTestCaseResult.cpp 70 std::ostream& operator<< (std::ostream& str, const NumericValue& value)
74 case NumericValue::TYPE_FLOAT64:
77 case NumericValue::TYPE_INT64:
81 DE_ASSERT(value.getType() == NumericValue::TYPE_EMPTY);
xeTestCaseResult.hpp 160 class NumericValue
172 NumericValue (void) : m_type(TYPE_EMPTY) {}
173 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
174 NumericValue (double value) : m_type(TYPE_FLOAT64) { m_value.float64 = value; }
189 std::ostream& operator<< (std::ostream& str, const NumericValue& value);
238 NumericValue value;
481 NumericValue value;
xeTestResultParser.cpp 271 static ri::NumericValue getNumericValue (const std::string& value)
278 return ri::NumericValue(num);
283 return ri::NumericValue(num);
  /external/deqp/executor/tools/
xeExtractValues.cpp 54 typedef xe::ri::NumericValue Value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 130 ULONG NumericValue;

Completed in 141 milliseconds