Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityControl.cpp74 float speed = hypotf(vx, vy) * scale; in move()
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMath.cpp131 EXPORT_F32_FN_F32_F32(hypotf) in EXPORT_F32_FN_F32_F32() argument
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp61 return hypotf(x1 - x2, y1 - y2); in distance()
798 float diagonalSize = hypotf(mRawSurfaceWidth, mRawSurfaceHeight); in configureSurface()
996 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()
997 float displayDiagonal = hypotf(mRawSurfaceWidth, mRawSurfaceHeight); in configureSurface()
2148 float confidence = hypotf(c1, c2); in cookPointerData()
2707 float speed = hypotf(vx, vy); in preparePointerGestures()
3014 dist[id] = hypotf(delta.dx * mPointerXZoomScale, delta.dy * mPointerYZoomScale); in preparePointerGestures()