Home
last modified time | relevance | path

Searched defs:dot2 (Results 1 – 6 of 6) 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/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