Searched defs:midpoint (Results 1 - 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverUtils.java114 * @param initial initial midpoint of interval being expanded to
152 * @param initial initial midpoint of interval being expanded to
209 * Compute the midpoint of two values.
213 * @return the midpoint.
215 public static double midpoint(double a, double b) { method in class:UnivariateRealSolverUtils
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp81 double midpoint(double *times, double i, int n) { function
95 return midpoint(times,n/4,n);
97 return midpoint(times,n/2,n);
99 return midpoint(times,(n/2)+(n/4),n);
/external/deqp/framework/common/
H A DtcuInterval.hpp135 double midpoint (void) const function in class:tcu::Interval
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp377 // Find the midpoint of the line segment between two points.
378 static CvPoint3D32f midpoint(const CvPoint3D32f &p1, const CvPoint3D32f &p2) function
481 total += midpoint(r1, r2);
/external/freetype/src/cff/
H A Dcf2hints.c637 CF2_Fixed midpoint = cf2_hintmap_map( local
647 firstHintEdge->dsCoord = midpoint - halfWidth;
648 secondHintEdge->dsCoord = midpoint + halfWidth;
1196 /* limit the intersection distance from midpoint of u2 and v1 */
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c637 CF2_Fixed midpoint = cf2_hintmap_map( local
647 firstHintEdge->dsCoord = midpoint - halfWidth;
648 secondHintEdge->dsCoord = midpoint + halfWidth;
1196 /* limit the intersection distance from midpoint of u2 and v1 */
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp969 const float midpoint = (xmin + xmax) / 2.0f; local
972 const float lineAHeight = lineAOffset + lineACoefficient * midpoint;
973 const float lineBHeight = lineBOffset + lineBCoefficient * midpoint;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7023 milliseconds