Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java203 final double dot2 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
DGraggBulirschStoerStepInterpolator.java322 final double dot2 = theta * (2 - 3 * theta) / h; in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java364 final double dot2 = theta * (2 - 3 * theta); in computeInterpolatedStateAndDerivatives() local
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
/external/swiftshader/src/Shader/
DShaderCore.cpp406 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
806 Float4 dot2 = dx * dx + dy * dy; in dist2() local
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local