Home
last modified time | relevance | path

Searched refs:dot1 (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerStepInterpolator.java321 final double dot1 = 1.0 / h; in computeInterpolatedStateAndDerivatives() local
332 interpolatedDerivatives[i] = dot1 * p1 + dot2 * p2 + dot3 * p3; in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java363 final double dot1 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
379 interpolatedDerivatives[i] = v[0][i] + dot1 * v[1][i] + dot2 * v[2][i] + in computeInterpolatedStateAndDerivatives()
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp103 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
107 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp105 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
109 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c450 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro
471 } else if (dot1(a)) { in pathcomp()
484 #undef dot1