HomeSort by relevance Sort by last modified time
    Searched defs:midpoint (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
sieve.cpp 81 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/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 81 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/chromium_org/sync/internal_api/public/base/
ordinal.h 183 // Compute the midpoint ordinal byte string that is between |start|
439 std::string midpoint(max_size, kZeroDigit);
452 // midpoint[0] >= kMaxDigit, which one can show is impossible.
453 CHECK_EQ(AddDigitValue(&midpoint, i, digit_value), 0);
458 return midpoint;
472 std::string midpoint = ComputeMidpoint(start_bytes, end_bytes); local
473 const size_t proper_length = GetProperLength(start_bytes, midpoint);
474 midpoint.resize(proper_length, kZeroDigit);
476 DCHECK_GT(midpoint, start_bytes);
477 DCHECK_LT(midpoint, end_bytes)
    [all...]
unique_position_unittest.cc 265 UniquePosition midpoint = local
268 EXPECT_PRED_FORMAT2(LessThan, predecessor, midpoint);
269 EXPECT_PRED_FORMAT2(LessThan, midpoint, successor);
  /external/deqp/framework/common/
tcuInterval.hpp 135 double midpoint (void) const function in class:tcu::Interval
  /external/opencv/cvaux/src/
cv3dtracker.cpp 377 // 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/chromium_org/third_party/freetype/src/cff/
cf2hints.c 629 CF2_Fixed midpoint = cf2_hintmap_map( local
639 firstHintEdge->dsCoord = midpoint - halfWidth;
640 secondHintEdge->dsCoord = midpoint + halfWidth;
    [all...]
  /external/freetype/src/cff/
cf2hints.c 639 CF2_Fixed midpoint = cf2_hintmap_map( local
649 firstHintEdge->dsCoord = midpoint - halfWidth;
650 secondHintEdge->dsCoord = midpoint + halfWidth;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 988 const float midpoint = (xmin + xmax) / 2.0f; local
991 const float lineAHeight = lineAOffset + lineACoefficient * midpoint;
992 const float lineBHeight = lineBOffset + lineBCoefficient * midpoint;
1022 const int midPoint = (int)samples.size() / 2;
1023 const LineParametersWithConfidence startApproximation = fitLineToSamples(samples, 0, midPoint, &T::SampleType::fitResponseDuration);
1024 const LineParametersWithConfidence endApproximation = fitLineToSamples(samples, midPoint, (int)samples.size(), &T::SampleType::fitResponseDuration);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 1098 int midpoint = numDecisions\/2; local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 516 milliseconds