| /plugin/abc2/abc-libraries/abc2svg/ |
| D | temper-1.js | 5 …on(of,cmd,param){if(cmd=="temperament"){var i,tb,tb40=new Float32Array(40),ls=new Float32Array(par…
|
| D | MIDI-1.js | 27 b=new Float32Array(40)
|
| D | abc2svg-1.js | 1881 if(!p_st.top){p_st.top=new Float32Array(YSTEP) 1882 p_st.bot=new Float32Array(YSTEP)} 2088 …or){out_XYAB('<path class="bW" d="MX Yv-F"/>\n',x,bot,h)}else{sb.push(new Float32Array([x,bot,h]))} 2093 thb.push(new Float32Array([x+1.5,bot,h])) 2750 …:16},fullsvg:'',gchordfont:{name:"sans-serif",size:12},gracespace:new Float32Array([4,8,11]),grace… 3369 var gene,staff_tb,nstaff,tsnext,realwidth,insert_meter,spf_last,space_tb=new Float32Array([8.4,11.2… 3370 var dx_tb=new Float32Array([10,10,11,13,15]) 3371 var hw_tb=new Float32Array([4.7,5,6,7.2,7.5]) 3372 var w_note=new Float32Array([3.5,3.7,5,6,7]) 5799 cfmt.temper=new Float32Array([11.62,12.55,2.37,2.37,3.49,0,2.37,2.37,3.49,4.41,5.53,0,3.49,4.41,5.5… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aac.js | 120 const CCE_SCALE = new Float32Array([ 176 var gain_i = this.gain[i] = new Float32Array(120); 534 output = new Float32Array(frameLength * channels), 558 data[i] = new Float32Array(len); 815 this.rev[i] = new Float32Array(2); 818 this.a = new Float32Array(2); 819 this.b = new Float32Array(2); 820 this.c = new Float32Array(2); 821 this.d = new Float32Array(2); 822 this.e1 = new Float32Array(2); [all …]
|
| D | mp3.js | 54 output = new Float32Array(len * channels), 4522 const LINEAR_TABLE = new Float32Array([ 7317 exports.SF_TABLE = new Float32Array([ 7504 exports.ROOT_TABLE = new Float32Array([ 7514 exports.CS = new Float32Array([ 7521 exports.CA = new Float32Array([ 7542 exports.WINDOW_L = new Float32Array([ 7571 exports.WINDOW_S = new Float32Array([ 7587 exports.IS_TABLE = new Float32Array([ 7605 new Float32Array([ [all …]
|
| D | aurora.js | 131 buf = new Float32Array(length); 198 buf = new Float32Array(buffer.length); 851 float32 = new Float32Array(buf); 1503 output = new Float32Array(samples); 2943 buffer = new Float32Array(available); 3199 this.outputBuffer = new Float32Array(this.outputBufferSize); 3200 this.lastOutput = new Float32Array(this.channels); 3260 data = new Float32Array(this.bufferSize);
|
| D | ogg.js | 2 …6=new Uint16Array(buffer);HEAPU32=new Uint32Array(buffer);HEAPF32=new Float32Array(buffer);HEAPF64… 4 …16Array(buffer);var f=new global.Uint32Array(buffer);var g=new global.Float32Array(buffer);var h=n… 15 …ay,"Uint16Array":Uint16Array,"Uint32Array":Uint32Array,"Float32Array":Float32Array,"Float64Array":… property
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/typed/ |
| D | float32-array.js | 2 module.exports = require('../../modules/_core').Float32Array;
|
| /plugin/asciidocjs/node_modules/core-js/fn/typed/ |
| D | float32-array.js | 2 module.exports = require('../../modules/_core').Float32Array;
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.typed.float32-array.js | 2 return function Float32Array(data, byteOffset, length) { class
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.typed.float32-array.js | 2 return function Float32Array(data, byteOffset, length) { class
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | index.js | 82 '%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
| D | jquery.transform2d.js | 283 , prev = supportFloat32Array ? new Float32Array(6) : [] 284 , curr = supportFloat32Array ? new Float32Array(6) : [] 285 , rslt = supportFloat32Array ? new Float32Array(6) : [1,0,0,1,0,0]
|
| /plugin/codemirror/dist/modes/ |
| D | webidl.min.js.map | 1 …rray\", \"Uint16Array\", \"Uint32Array\", \"Uint8ClampedArray\",\n \"Float32Array\", \"Float64Arr…
|
| /plugin/asciidocjs/node_modules/kind-of/ |
| D | README.md | 133 kindOf(new Float32Array());
|
| /plugin/processing/ |
| D | script.js | 1379 var boxVerts = new Float32Array([ 1390 var boxOutlineVerts = new Float32Array([ 1398 var boxNorms = new Float32Array([ 1407 var rectVerts = new Float32Array([0,0,0, 0,1,0, 1,1,0, 1,0,0]); 1409 var rectNorms = new Float32Array([0,0,-1, 0,0,-1, 0,0,-1, 0,0,-1]); 6425 …curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array([0, 0, 0]), curContext.STATIC_DRAW… 6429 …curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array([1,1,0,-1,1,0,-1,-1,0,1,-1,0]), cu… 6433 …curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array([0,0,1,0,1,1,0,1]), curContext.STA… 6953 …curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array(sphereVerts), curContext.STATIC_DR… 7534 … curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array(vArray), curContext.STREAM_DRAW); [all …]
|
| /plugin/stlviewer/stlviewer/ |
| D | three.min.js | 2 …Float32Array(t),e,n)}function on(t,e,n){Je.call(this,new Float64Array(t),e,n)}Object.definePropert… property
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 24643 var coefficients = new Float32Array(width * height); 25310 var rowBuffer = new Float32Array(width + 2 * bufferPadding); 25331 colBuffers.push(new Float32Array(height + 2 * bufferPadding)); 27606 _this.tmpBuf = new Float32Array(base.numComps); 27629 var scaled = new Float32Array(numComps); 27630 var tinted = new Float32Array(baseNumComps); 28008 …var BRADFORD_SCALE_MATRIX = new Float32Array([0.8951, 0.2664, -0.1614, -0.7502, 1.7135, 0.0367, 0.… 28009 …var BRADFORD_SCALE_INVERSE_MATRIX = new Float32Array([0.9869929, -0.1470543, 0.1599627, 0.4323053,… 28010 …var SRGB_D65_XYZ_TO_RGB_MATRIX = new Float32Array([3.2404542, -1.5371385, -0.4985314, -0.9692660, … 28011 var FLAT_WHITEPOINT_MATRIX = new Float32Array([1, 1, 1]); [all …]
|
| D | pdf.worker.js.map | 1 …Float32Array(width * height);\n\n for (var j = 0, jj = resolution.subbands.length; j < jj; j+…
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …Float32Array(70),g[e]=new Float32Array(70),r.key.v=e,A(r.key)}}function M(e,t){var n=e.notes[t],r=…
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | README.md | 1156 Float32Array, 1218 new Float32Array(new Set([1, 2, 3, 2, 1])); // => [1, 2, 3] 1342 Float32Array,
|
| D | CHANGELOG.md | 275 …pedArray`, `Int16Array`, `Uint16Array`, `Int32Array`, `Uint32Array`, `Float32Array` and `Float64Ar…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …Float32Array(0),idToIndex:this.idToIndex,sizemin:.5,sizemax:12,color:[0,0,0,1],areaRatio:1,borderC…
|
| /plugin/ol3/ |
| D | script.js | 8 …Float32Array;case 34963:return Uint32Array;default:return Float32Array}}var Qc=function(){function…
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …Float32Array|DataView} ArrayLike\n */\n\n/**\n * Data that can be used with a DataTile.\n * @typed…
|