Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:vL

196 		uint32 vL = ~dataPtrL[ 0 ];
208 /* compare with threshold and store results in vL */
209 vL |= ( ( s1L + s2L + dataPtrL[ 3 ] ) & 0x88888888 ) >> 3;
221 /* compare with threshold and store results in vL */
222 vL |= ( ( s1L + s2L + dataPtrL[ 6 ] ) & 0x88888888 ) >> 2;
234 /* compare with threshold and store results in vL */
235 vL |= ( ( s1L + s2L + dataPtrL[ 9 ] ) & 0x88888888 ) >> 1;
247 /* compare with threshold and store results in vL */
248 vL |= ( ( s1L + s2L + dataPtrL[ 12 ] ) & 0x88888888 );
250 vL = ~vL;
253 bs1L += vL & 0x55555555;
254 bs2L += ( vL >> 1 ) & 0x55555555;