Lines Matching refs:hypotf
92 return hypotf(x1 - x2, y1 - y2);
3060 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight);
3263 float rawDiagonal = hypotf(rawWidth, rawHeight);
3264 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight);
4206 float confidence = hypotf(c1, c2);
4767 float speed = hypotf(vx, vy);
5078 dist[id] = hypotf(delta.dx * mPointerXZoomScale,