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

  /external/opencv/cxcore/src/
cxmathfuncs.cpp 185 int ex, shx; local
191 shx = ex % 3;
192 shx -= shx >= 0 ? 3 : 0;
193 ex = (ex - shx) / 3; /* exponent of cube root */
194 v.i = (ix & ((1<<23)-1)) | ((shx + 127)<<23);
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 574 public void shear(double shx, double shy)
576 graphics.shear(shx, shy);

Completed in 50 milliseconds