@@ -2036,8 +2036,8 @@ base.strided.sapx,"var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0,
2036
2036
base.strided.sapx.ndarray,"var x = new Float32Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.sapx.ndarray( x.length, 5.0, x, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nbase.strided.sapx.ndarray( 3, 5.0, x, 2, 1 )\n"
2037
2037
base.strided.sapxsum,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsum( x.length, 5.0, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nbase.strided.sapxsum( 3, 5.0, x, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nbase.strided.sapxsum( 3, 5.0, x1, 2 )\n"
2038
2038
base.strided.sapxsum.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsum.ndarray( x.length, 5.0, x, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nbase.strided.sapxsum.ndarray( 3, 5.0, x, 2, 1 )\n"
2039
- base.strided.sapxsumkbn,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn( x.length, 5.0, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nvar stride = 2;\ nbase.strided.sapxsumkbn( N , 5.0, x, stride )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nstride = 2;\ nbase.strided.sapxsumkbn( N , 5.0, x1, stride )\n"
2040
- base.strided.sapxsumkbn.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn.ndarray( x.length, 5.0, x, 1, 0 )\nvar x = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\ nbase.strided.sapxsumkbn.ndarray( N , 5.0, x, 2, 1 )\n"
2039
+ base.strided.sapxsumkbn,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn( x.length, 5.0, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nbase.strided.sapxsumkbn( 3 , 5.0, x, 2 )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nbase.strided.sapxsumkbn( 3 , 5.0, x1, 2 )\n"
2040
+ base.strided.sapxsumkbn.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn.ndarray( x.length, 5.0, x, 1, 0 )\nx = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nbase.strided.sapxsumkbn.ndarray( 3 , 5.0, x, 2, 1 )\n"
2041
2041
base.strided.sapxsumkbn2,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn2( x.length, 5.0, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nvar stride = 2;\nbase.strided.sapxsumkbn2( N, 5.0, x, stride )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nstride = 2;\nbase.strided.sapxsumkbn2( N, 5.0, x1, stride )\n"
2042
2042
base.strided.sapxsumkbn2.ndarray,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumkbn2.ndarray( x.length, 5.0, x, 1, 0 )\nvar x = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.sapxsumkbn2.ndarray( N, 5.0, x, 2, 1 )\n"
2043
2043
base.strided.sapxsumors,"var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );\nbase.strided.sapxsumors( x.length, 5.0, x, 1 )\nx = new Float32Array( [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ] );\nvar N = base.floor( x.length / 2 );\nvar stride = 2;\nbase.strided.sapxsumors( N, 5.0, x, stride )\nvar x0 = new Float32Array( [ 1.0, -2.0, 3.0, 2.0, 5.0, -1.0 ] );\nvar x1 = new Float32Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nstride = 2;\nbase.strided.sapxsumors( N, 5.0, x1, stride )\n"
0 commit comments