Searched refs:rightshift (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvsnakes.cpp302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE ); local
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
313 for( m = 0; m < WTILE_SIZE + rightshift; m++ )
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1452 unsigned shift, bool rightshift) {
1457 Ops[j] = EmitNeonShiftVector(Ops[j], ai->getType(), rightshift);
1450 EmitNeonCall(Function *F, SmallVectorImpl<Value*> &Ops, const char *name, unsigned shift, bool rightshift) argument
H A DCodeGenFunction.h2287 unsigned shift = 0, bool rightshift = false);

Completed in 80 milliseconds