Searched refs:hypotf (Results 1 – 3 of 3) sorted by relevance
74 float speed = hypotf(vx, vy) * scale; in move()
131 EXPORT_F32_FN_F32_F32(hypotf) in EXPORT_F32_FN_F32_F32() argument
66 return hypotf(x1 - x2, y1 - y2); in distance()811 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()1009 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()1010 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()2179 float confidence = hypotf(c1, c2); in cookPointerData()2748 float speed = hypotf(vx, vy); in preparePointerGestures()3055 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in preparePointerGestures()