You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
569
584
<spanclass="cstat-no" title="statement not covered" > sh = x.shape;</span>
570
585
<spanclass="cstat-no" title="statement not covered" > sx = x.strides;</span>
571
-
<spanclass="cstat-no" title="statement not covered" > if ( x.order === 'row-major' ) {</span>
586
+
<spanclass="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
572
587
<spanclass="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
573
588
<spanclass="cstat-no" title="statement not covered" > S0 = sh[ 9 ];</span>
574
589
<spanclass="cstat-no" title="statement not covered" > S1 = sh[ 8 ];</span>
<spanclass="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
587
602
<spanclass="cstat-no" title="statement not covered" > sh = x.shape;</span>
588
603
<spanclass="cstat-no" title="statement not covered" > sx = x.strides;</span>
589
-
<spanclass="cstat-no" title="statement not covered" > if ( x.order === 'row-major' ) {</span>
604
+
<spanclass="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
590
605
<spanclass="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
591
606
<spanclass="cstat-no" title="statement not covered" > S0 = sh[ 9 ];</span>
592
607
<spanclass="cstat-no" title="statement not covered" > S1 = sh[ 8 ];</span>
<spanclass="cstat-no" title="statement not covered" > // Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...</span>
569
584
<spanclass="cstat-no" title="statement not covered" > sh = x.shape;</span>
570
585
<spanclass="cstat-no" title="statement not covered" > sx = x.strides;</span>
571
-
<spanclass="cstat-no" title="statement not covered" > if ( x.order === 'row-major' ) {</span>
586
+
<spanclass="cstat-no" title="statement not covered" > if ( isRowMajor( x.order ) ) {</span>
572
587
<spanclass="cstat-no" title="statement not covered" > // For row-major ndarrays, the last dimensions have the fastest changing indices...</span>
573
588
<spanclass="cstat-no" title="statement not covered" > S0 = sh[ 9 ];</span>
574
589
<spanclass="cstat-no" title="statement not covered" > S1 = sh[ 8 ];</span>
0 commit comments