Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dbuffer_decoder.js144 getFloat64(index) { method in BufferDecoder
/external/libchrome/mojo/public/js/lib/
Dbuffer.js103 Buffer.prototype.getFloat64 = function(offset) { method in Buffer
/external/deqp/executor/
DxeTestCaseResult.hpp181 …double getFloat64 (void) const { DE_ASSERT(getType() == NUMVALTYPE_FLOAT64); return m_value.flo… in getFloat64() function in xe::ri::NumericValue