Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:vL

195 		uint32 vL;
207 /* compare with threshold and store results in vL */
208 vL = ( ( s1L + s2L + dataPtrL[ 2 ] ) & 0x88888888 ) >> 3;
220 /* compare with threshold and store results in vL */
221 vL |= ( ( s1L + s2L + dataPtrL[ 5 ] ) & 0x88888888 ) >> 2;
233 /* compare with threshold and store results in vL */
234 vL |= ( ( s1L + s2L + dataPtrL[ 8 ] ) & 0x88888888 ) >> 1;
246 /* compare with threshold and store results in vL */
247 vL |= ( ( s1L + s2L + dataPtrL[ 11 ] ) & 0x88888888 );
250 vL = ~vL;
254 vmL = vL & dataPtrL[ 12 ];
256 vmL = vL & dataPtrL[ 13 ];
258 vmL = vL & dataPtrL[ 14 ];
260 vmL = vL & dataPtrL[ 15 ];