Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 8 of 8) sorted by relevance

/hardware/google/aemu/base/
DStringParse_unittest.cpp26 static const char dot[] = "1.3"; in testScanf() local
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.inl164 GLM_FUNC_QUALIFIER T dot(T x, T y) function
171 GLM_FUNC_QUALIFIER T dot(vecType<T, P> const & x, vecType<T, P> const & y) function
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h312 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
Dastcenc_vecmathlib_sse_4.h1242 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.inl402 GLM_FUNC_QUALIFIER float dot function
Dsimd_vec4.inl608 GLM_FUNC_QUALIFIER float dot function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js872 lunr.Vector.prototype.dot = function (otherVector) { method in lunr.Vector
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp955 TEST(vfloat4, dot) in TEST() argument