Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java205 final double dot4 = twoTheta * (1 + theta * (twoTheta - 3)); in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); in computeInterpolatedStateAndDerivatives() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c66 dot4(const float *a, const float *b) in dot4() function
Ddraw_pipe_clip.c343 dot4(const float *a, const float *b) in dot4() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl625 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function
/external/swiftshader/src/Shader/
DShaderCore.cpp416 Float4 dot4(const Vector4f &v0, const Vector4f &v1) in dot4() function
825 Float4 dot4 = dx * dx + dy * dy + dz * dz + dw * dw; in dist4() local