Home
last modified time | relevance | path

Searched refs:dot4 (Results 1 – 9 of 9) 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
209 interpolatedDerivatives[i] = v1[i] + dot2 * v2[i] + dot3 * v3[i] + dot4 * v4[i]; in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); in computeInterpolatedStateAndDerivatives() local
380 dot3 * v[3][i] + dot4 * v[4][i] + in computeInterpolatedStateAndDerivatives()
/external/llvm/test/CodeGen/AMDGPU/
Ddot4-folding.ll3 ; Exactly one constant vector can be folded into dot4, which means exactly
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_cliptest_tmp.h122 if (dot4(clipvertex, plane[plane_idx]) < 0) in TAG()
Ddraw_pt_post_vs.c64 dot4(const float *a, const float *b) in dot4() function
Ddraw_pipe_clip.c262 dot4(const float *a, const float *b) in dot4() function
289 dp = dot4(vert->clip, plane); in getclipdist()
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl575 return sqrt(dot4(x, x));
583 return fastSqrt(dot4(x, x));
591 return niceSqrt(dot4(x, x));
625 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function
Dsimd_vec4.hpp480 detail::fvec4SIMD dot4(
/external/mesa3d/src/gallium/drivers/radeon/
DR600Instructions.td567 class DOT4_Pat <Instruction dot4> : Pat <
569 (dot4 R600_Reg128:$src0, R600_Reg128:$src1, 0)