HomeSort by relevance Sort by last modified time
    Searched refs:getMinVal (Results 1 - 16 of 16) sorted by null

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
LineRegionTest.java 40 assertEquals(0d, lr.getMinVal());
44 assertEquals(-2d, lr.getMinVal());
48 assertEquals(10d, lr.getMinVal());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 102 xLineRegion.getMinVal().doubleValue() != Double.NEGATIVE_INFINITY ? xLineRegion.getMinVal() : visMinX,
111 yLineRegion.getMinVal().doubleValue() != Double.NEGATIVE_INFINITY ? yLineRegion.getMinVal() : visMinY,
143 return xLineRegion.getMinVal();
159 return yLineRegion.getMinVal();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
LineRegion.java 55 return intersects(lineRegion.getMinVal(), lineRegion.getMaxVal());
66 //double l1min = getMinVal() == null ? Double.NEGATIVE_INFINITY : getMinVal().doubleValue();
80 public Number getMinVal() {
  /external/opencv3/modules/cudalegacy/include/opencv2/
cudalegacy.hpp 118 virtual double getMinVal() const = 0;
  /external/opencv3/modules/cudalegacy/src/
gmg.cpp 102 double getMinVal() const { return minVal_; }
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 240 l = getMinVal(type);
ts_func.cpp 88 double getMinVal(int depth)
710 borderValue = getMinVal(src.depth());
786 borderValue = getMinVal(src.depth());
    [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 86 CV_EXPORTS double getMinVal(int depth);
  /external/opencv3/modules/core/test/
test_arithm.cpp 27 minval = depth < CV_32S ? cvtest::getMinVal(depth) : depth == CV_32S ? -1000000 : -1000.;
199 minval = depth < CV_32S ? cvtest::getMinVal(depth) : depth == CV_32S ? -1000000 : -1000.;
    [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 165 low = cvtest::getMinVal(img_type);
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 141 double minV = getMinVal(type);
    [all...]

Completed in 213 milliseconds