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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java71 static float[] xp; field in class:TaskStackViewLayoutAlgorithm
283 if (xp != null && px != null) return;
284 xp = new float[PrecisionSteps + 1];
315 xp[0] = 0f;
316 xp[PrecisionSteps] = 1f;
325 xp[pStep] = 0;
330 xp[pStep] = x;
358 xFraction = (xp[pCeilIndex] - xp[pFloorIndex]) * pFraction;
360 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 105 milliseconds