Home
last modified time | relevance | path

Searched defs:magnitude (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dquaternion.inl89 T magnitude = sqrt(x.x * x.x + x.y * x.y + x.z * x.z + x.w *x.w); local
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp496 for (const auto& magnitude : correlationVector.magnitude) { in TEST_P() local
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js852 lunr.Vector.prototype.magnitude = function () { method in lunr.Vector