Home
last modified time | relevance | path

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

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