Lines Matching refs:row0
299 worktype *row0, *row1, *row2; \
310 row0 = rows[0]; \
393 dst[x] = (type)_pu_scale_( PU_FILTER( row0[x], row1[x], row2[x] )); \
402 dst[x] = (type)_pu_scale_( PU_RB( row0[x], row1[x] )); \
411 dst[x] = (type)_pu_scale_( PU_LT( row0[x], row1[x] )); \
412 dst1[x] = (type)_pu_scale_( PU_LT_ZI( row0[x], row1[x] )); \
417 dst[x] = (type)_pu_scale_( PU_SINGULAR( row0[x] )); \
418 dst1[x] = (type)_pu_scale_( PU_SINGULAR_ZI( row0[x] )); \