Searched refs:CONV (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java152 public static final int CONV = 29; field in class:RegOps
342 case CONV: return "conv";
H A DRops.java530 new Rop(RegOps.CONV, Type.INT, StdTypeList.LONG, "conv-l2i");
534 new Rop(RegOps.CONV, Type.INT, StdTypeList.FLOAT, "conv-f2i");
538 new Rop(RegOps.CONV, Type.INT, StdTypeList.DOUBLE, "conv-d2i");
542 new Rop(RegOps.CONV, Type.LONG, StdTypeList.INT, "conv-i2l");
546 new Rop(RegOps.CONV, Type.LONG, StdTypeList.FLOAT, "conv-f2l");
550 new Rop(RegOps.CONV, Type.LONG, StdTypeList.DOUBLE, "conv-d2l");
554 new Rop(RegOps.CONV, Type.FLOAT, StdTypeList.INT, "conv-i2f");
558 new Rop(RegOps.CONV, Type.FLOAT, StdTypeList.LONG, "conv-l2f");
562 new Rop(RegOps.CONV, Type.FLOAT, StdTypeList.DOUBLE, "conv-d2f");
566 new Rop(RegOps.CONV, Typ
[all...]
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp43 #define CONV( A, B, C) ( (float)( A + (B<<1) + C ) ) macro
206 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
207 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
211 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] );
217 MemX[0][i] = MemX[1][i] = CONV( imgA[pixNumber - imgStep],
223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
250 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
272 ConvX = CONV( img
[all...]
H A Dcvoptflowlk.cpp54 #define CONV( A, B, C) ((float)( A + (B<<1) + C )) macro
243 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
244 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
248 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] );
254 MemX[0][i] = MemX[1][i] = CONV( imgA[pixNumber - imgStep],
260 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
264 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
306 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
325 ConvX = CONV( img
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1023 #define CONV(X) \ macro
1032 CONV(EQ);
1033 CONV(NE);
1034 CONV(GT);
1035 CONV(GE);
1036 CONV(LT);
1037 CONV(LE);
1042 #undef CONV macro
/external/libmtp/src/
H A Dptp-pack.c1371 #define XX( TYPE, CONV )\
1373 dpd->FORM.Enum.SupportedValue[j].TYPE = CONV(data); \
1374 ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, CONV(data)); \

Completed in 3928 milliseconds