Home
last modified time | relevance | path

Searched defs:dot4 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c66 dot4(const float *a, const float *b) in dot4() function
Ddraw_pipe_clip.c298 dot4(const float *a, const float *b) in dot4() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmatrix.c162 dot4 (float *v1, float *v2) in dot4() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl619 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp467 Float4 dot4(const Vector4f &v0, const Vector4f &v1) in dot4() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp483 Float4 dot4(const Vector4f &v0, const Vector4f &v1) in dot4() function
1001 Float4 dot4 = dx * dx + dy * dy + dz * dz + dw * dw; in dist4() local