Home
last modified time | relevance | path

Searched refs:getFloat64 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/executor/
DxeTestCaseResult.cpp75 return str << std::setprecision(std::numeric_limits<double>::digits10 + 2) << value.getFloat64(); in operator <<()
DxeTestCaseResult.hpp179 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; } in getFloat64() function in xe::ri::NumericValue
/external/v8/test/mjsunit/harmony/
Ddataview-accessors.js440 assertThrows(function() { a.getFloat64(); }, TypeError);