Lines Matching refs:uInt8Float32Array
41 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;
934 this[offset++] = uInt8Float32Array[0];
935 this[offset++] = uInt8Float32Array[1];
936 this[offset++] = uInt8Float32Array[2];
937 this[offset++] = uInt8Float32Array[3];
946 this[offset++] = uInt8Float32Array[3];
947 this[offset++] = uInt8Float32Array[2];
948 this[offset++] = uInt8Float32Array[1];
949 this[offset++] = uInt8Float32Array[0];