Home
last modified time | relevance | path

Searched refs:hypotf (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/input/
DVelocityControl.cpp74 float speed = hypotf(vx, vy) * scale; in move()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp83 float scaleX = hypotf(skVectors[0].fX, skVectors[0].fY); in getMatrixScale()
84 float scaleY = hypotf(skVectors[1].fX, skVectors[1].fY); in getMatrixScale()
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMath.cpp134 EXPORT_F32_FN_F32_F32(hypotf) in EXPORT_F32_FN_F32_F32() argument
/frameworks/native/services/inputflinger/
DInputReader.cpp107 return hypotf(x1 - x2, y1 - y2); in distance()
3415 float diagonalSize = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
3621 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()
3622 float displayDiagonal = hypotf(mSurfaceWidth, mSurfaceHeight); in configureSurface()
4801 float confidence = hypotf(c1, c2); in cookPointerData()
5373 float speed = hypotf(vx, vy); in preparePointerGestures()
5690 dist[id] = hypotf(delta.dx * mPointerXZoomScale, in preparePointerGestures()