HomeSort by relevance Sort by last modified time
    Searched refs:CONV (Results 1 - 14 of 14) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
Rops.java 530 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")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
Rops.java 530 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")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
Rops.java 530 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")
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 43 #define CONV( A, B, C) ( (float)( A + (B<<1) + C ) )
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( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] )
    [all...]
cvoptflowlk.cpp 54 #define CONV( A, B, C) ((float)( A + (B<<1) + C ))
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( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 251 CONV = "CONV"
312 assert self.stage == CONV
414 conv = self._converters.get(opname, None)
415 if conv:
416 self.insts[i] = opname, conv(self, oparg)
417 self.stage = CONV
505 assert self.stage == CONV
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 839 return RegOps.CONV;
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 222 milliseconds