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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java70 static float[] xp; field in class:TaskStackViewLayoutAlgorithm
276 if (xp != null && px != null) return;
277 xp = new float[PrecisionSteps + 1];
308 xp[0] = 0f;
309 xp[PrecisionSteps] = 1f;
318 xp[pStep] = 0;
323 xp[pStep] = x;
351 xFraction = (xp[pCeilIndex] - xp[pFloorIndex]) * pFraction;
353 float x = xp[pFloorInde
[all...]
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp237 GLfixed* xp = m; local
242 *xp++ = isZerof(f) ? 0 : gglFloatToFixed(f);

Completed in 239 milliseconds