HomeSort by relevance Sort by last modified time
    Searched defs:getFloat64 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/mojo/public/js/lib/
buffer.js 103 Buffer.prototype.getFloat64 = function(offset) {
104 return this.dataView.getFloat64(offset, kHostIsLittleEndian);
  /external/deqp/executor/
xeTestCaseResult.hpp 179 double getFloat64 (void) const { DE_ASSERT(getType() == TYPE_FLOAT64); return m_value.float64; }

Completed in 426 milliseconds