Searched refs:shx (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp185 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);
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java574 public void shear(double shx, double shy) argument
576 graphics.shear(shx, shy);

Completed in 262 milliseconds