Home | History | Annotate | Download | only in input

Lines Matching full:hypotf

89     return hypotf(x1 - x2, y1 - y2);
2731 float diagonalSize = hypotf(width, height);
2934 float rawDiagonal = hypotf(rawWidth, rawHeight);
2935 float displayDiagonal = hypotf(mAssociatedDisplayWidth,
3830 float confidence = hypotf(c1, c2);
4341 float speed = hypotf(vx, vy);
4648 dist[id] = hypotf(delta.dx * mPointerXZoomScale,