Searched refs:writeDoubleLE (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-buffer-writedouble.js | 11 buffer.writeDoubleLE(2.225073858507201e-308, 8); 18 buffer.writeDoubleLE(1.0000000000000004, 8); 25 buffer.writeDoubleLE(-2, 8); 32 buffer.writeDoubleLE(1.7976931348623157e+308, 8); 39 buffer.writeDoubleLE(0 * -1, 8); 46 buffer.writeDoubleLE(Infinity, 8); 57 buffer.writeDoubleLE(-Infinity, 8); 68 buffer.writeDoubleLE(NaN, 8);
|
| D | test-buffer-arraybuffer.js | 29 buf.writeDoubleLE(3.1415, 8);
|
| D | test-buffer-alloc.js | 842 assert.strictEqual(b.writeDoubleLE(0, 8), 16); 917 () => Buffer.alloc(16).writeDoubleLE(0, 9),
|
| /third_party/node/benchmark/buffers/ |
| D | buffer-read.js | 33 buff.writeDoubleLE(0, 0);
|
| D | buffer-read-with-byteLength.js | 24 buff.writeDoubleLE(0, 0);
|
| /third_party/node/deps/npm/node_modules/smart-buffer/build/ |
| D | smartbuffer.js | 662 writeDoubleLE(value, offset) { method in SmartBuffer 663 return this._writeNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); 674 return this._insertNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset);
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_buffer.js | 348 this.writeDoubleLE = function (...args) { method in mockBuffer.BufferClass
|
| /third_party/node/deps/npm/node_modules/buffer/ |
| D | index.js | 1681 Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { method in Buffer
|
| /third_party/node/lib/internal/ |
| D | buffer.js | 1029 proto.writeDoubleLE = bigEndian ? writeDoubleBackwards : writeDoubleForwards;
|
| /third_party/typescript/src/compiler/ |
| D | sys.ts | 1307 writeDoubleLE(value: number, offset: number): number; method
|
| /third_party/node/doc/api/ |
| D | buffer.md | 4138 ### `buf.writeDoubleLE(value[, offset])` 4163 buf.writeDoubleLE(123.456, 0); 4174 buf.writeDoubleLE(123.456, 0);
|
| /third_party/node/deps/corepack/dist/lib/ |
| D | corepack.cjs | 7374 writeDoubleLE(value, offset) { 7375 return this._writeNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); 7386 return this._insertNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset);
|