Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dbuffer.js41 const uInt8Float32Array = new Uint8Array(float32Array.buffer); constant
49 const bigEndian = uInt8Float32Array[3] === 0;
519 uInt8Float32Array[3] = first;
520 uInt8Float32Array[2] = this[++offset];
521 uInt8Float32Array[1] = this[++offset];
522 uInt8Float32Array[0] = last;
533 uInt8Float32Array[0] = first;
534 uInt8Float32Array[1] = this[++offset];
535 uInt8Float32Array[2] = this[++offset];
536 uInt8Float32Array[3] = last;
[all …]