Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:x2L

1173 			int32 x2L = ( *x2pL + ( 1 << 15 ) ) >> 16;
1182 int32 rx1L = x1L > x2L ? x1L : x2L;
1183 int32 rx2L = ( x1L + r1wL ) < ( x2L + r2wL ) ? ( x1L + r1wL ) : ( x2L + r2wL );
1264 int32 x2L = *i2pL - ( y2L * ptrA->currentWidthE );
1266 int32 dxL = rw0L - ( x1L > x2L ? x1L - x2L : x2L - x1L );