Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dbuffer.js46 const uInt8Float64Array = new Uint8Array(float64Array.buffer); constant
550 uInt8Float64Array[7] = first;
551 uInt8Float64Array[6] = this[++offset];
552 uInt8Float64Array[5] = this[++offset];
553 uInt8Float64Array[4] = this[++offset];
554 uInt8Float64Array[3] = this[++offset];
555 uInt8Float64Array[2] = this[++offset];
556 uInt8Float64Array[1] = this[++offset];
557 uInt8Float64Array[0] = last;
568 uInt8Float64Array[0] = first;
[all …]