Searched defs:norm (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorEventsChecker.h | 59 float norm = std::sqrt(v.x * v.x + v.y * v.y + v.z * v.z); in checkEvent() local
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | noise.inl | 47 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), … local 369 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), … local 711 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3… local 792 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(p0, p0), dot(p1, p1), dot(p2, p2), dot(p3… local
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_parse.py | 56 def __init__(self, type, norm, pure, size, name=''): argument
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 386 Return<Element> Context::elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) { in elementCreate()
|