Searched defs:midpoint (Results 1 - 20 of 20) 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.cpp85 double midpoint(double *times, double i, int n) { function
99 return midpoint(times,n/4,n);
101 return midpoint(times,n/2,n);
103 return midpoint(times,(n/2)+(n/4),n);
/external/ImageMagick/coders/
H A Dtga.c677 const Quantum *p,const QuantumAny range,const double midpoint)
699 ((double) GetPixelAlpha(image,p) > midpoint)) ? 0x80 : 0) |
729 midpoint = QuantumRange/2.0;
895 ClampToQuantum(image->colormap[i].alpha) > midpoint)) ? 0x80 : 0) |
971 channels),range,midpoint);
980 WriteTGAPixel(image,tga_info.image_type,p,range,midpoint);
990 WriteTGAPixel(image,tga_info.image_type,p,range,midpoint);
670 WriteTGAPixel(Image *image,TGAImageType image_type, const Quantum *p,const QuantumAny range,const double midpoint) argument
723 midpoint = QuantumRange/2.0; local
/external/deqp/framework/common/
H A DtcuInterval.hpp138 double midpoint (void) const function in class:tcu::Interval
/external/ImageMagick/MagickCore/
H A Dcomposite.c548 midpoint,
1209 midpoint=((MagickRealType) QuantumRange+1.0)/2;
2079 offset=(ssize_t) (GetPixelIntensity(source_image,p)-midpoint);
2087 luma+=(0.01*percent_luma*offset)/midpoint;
546 midpoint, local
H A Dquantize.c769 midpoint,
801 midpoint.red=(double) QuantumRange/2.0;
802 midpoint.green=(double) QuantumRange/2.0;
803 midpoint.blue=(double) QuantumRange/2.0;
804 midpoint.alpha=(double) QuantumRange/2.0;
843 mid=midpoint;
950 mid=midpoint;
762 midpoint, local
H A Denhance.c3693 % o midpoint: midpoint of the function as a color value 0 to QuantumRange.
3784 const MagickBooleanType sharpen,const double contrast,const double midpoint,
3789 ScaledSigmoidal(contrast,QuantumScale*midpoint,QuantumScale*(x))) )
3791 InverseScaledSigmoidal(contrast,QuantumScale*midpoint,QuantumScale*(x))) )
3763 SigmoidalContrastImage(Image *image, const MagickBooleanType sharpen,const double contrast,const double midpoint, ExceptionInfo *exception) argument
/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.c638 CF2_Fixed midpoint = cf2_hintmap_map( local
648 firstHintEdge->dsCoord = midpoint - halfWidth;
649 secondHintEdge->dsCoord = midpoint + halfWidth;
1197 /* 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/ImageMagick/Magick++/lib/Magick++/
H A DSTL.h1732 const double midpoint = QuantumRange / 2.0 );
1739 double midpoint; member in class:Magick::sigmoidalContrastImage
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4398 const double contrast,const double midpoint)
4403 midpoint,exceptionInfo); local
4397 sigmoidalContrast(const bool sharpen_, const double contrast,const double midpoint) argument
/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 ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1169 milliseconds