Searched refs:dot4 (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince54StepInterpolator.java | 205 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()
|
D | DormandPrince853StepInterpolator.java | 366 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/ |
D | dot4-folding.ll | 3 ; Exactly one constant vector can be folded into dot4, which means exactly
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_cliptest_tmp.h | 122 if (dot4(clipvertex, plane[plane_idx]) < 0) in TAG()
|
D | draw_pt_post_vs.c | 64 dot4(const float *a, const float *b) in dot4() function
|
D | draw_pipe_clip.c | 262 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/ |
D | simd_vec4.inl | 575 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
|
D | simd_vec4.hpp | 480 detail::fvec4SIMD dot4(
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 567 class DOT4_Pat <Instruction dot4> : Pat < 569 (dot4 R600_Reg128:$src0, R600_Reg128:$src1, 0)
|