Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dbuffer_decoder.js144 getFloat64(index) { method in BufferDecoder
146 return this.dataView_.getFloat64(index, true);
Dreader.js170 return bufferDecoder.getFloat64(start);
Dbuffer_decoder_test.js174 const result = bufferDecoder.getFloat64(0);
Dwriter_test.js277 expect(float64.getFloat64(1, true)).toBeNaN();
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.cpp76 return str << std::setprecision(std::numeric_limits<double>::digits10 + 2) << value.getFloat64(); in operator <<()
DxeTestCaseResult.hpp180 …double getFloat64 (void) const { DE_ASSERT(getType() == NUMVALTYPE_FLOAT64); return m_value.flo… in getFloat64() function in xe::ri::NumericValue
/third_party/node/test/parallel/
Dtest-buffer-arraybuffer.js33 assert.strictEqual(dv.getFloat64(8, true), 3.1415);
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini272 LIT_MAGIC_STRING_GET_FLOAT_64_UL = "getFloat64"
/third_party/node/typings/
Dprimordials.d.ts187 export const DataViewPrototypeGetFloat64: UncurryThis<typeof DataView.prototype.getFloat64>
/third_party/node/deps/v8/src/builtins/
Ddata-view.tq30 return 'DataView.prototype.getFloat64';
/third_party/typescript/lib/
Dlib.es5.d.ts1727 getFloat64(byteOffset: number, littleEndian?: boolean): number; method
/third_party/typescript/src/lib/
Des5.d.ts1707 getFloat64(byteOffset: number, littleEndian?: boolean): number; method
/third_party/typescript/tests/lib/
Dlib.d.ts1277 getFloat64(byteOffset: number, littleEndian?: boolean): number; method