Lines Matching refs:col
1654 for (uint32 col = 0; col < cols; col++)1656 real64 diff = fabs ((real64)src1 [col] - src2 [col]);1714 for (uint32 col = 0; col < cols; col++)1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColStep]);