Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsImportNamespacedType.ts9 // @filename: mod1.js
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsImportNamespacedType.js6 var dot2 variable
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp694 auto dot2 = byteCode->getFunction("dot2_test"); in DEF_TEST() local
/third_party/skia/tests/
DSkSLInterpreterTest.cpp707 auto dot2 = SkSL::Program_GetFunction(*program, "dot2_test"); in DEF_TEST() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fMultisampleTests.cpp104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fMultisampleTests.cpp106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp457 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp473 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
982 Float4 dot2 = dx * dx + dy * dy; in dist2() local