Home
last modified time | relevance | path

Searched refs:setFloat64 (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/public/js/
Dbuffer.js149 Buffer.prototype.setFloat64 = function(offset, value) { method in Buffer
150 this.dataView.setFloat64(offset, value, kHostIsLittleEndian);
Dvalidation_unittests.js63 expectedData.setFloat64(4, -10.03);
Dcodec.js286 this.buffer.setFloat64(this.next, val);
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js194 this.buffer.setFloat64(this.index, n);