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

  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
LineRegionTest.java 41 assertEquals(0d, lr.getMaxVal());
45 assertEquals(1.5d, lr.getMaxVal());
49 assertEquals(20d, lr.getMaxVal());
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
RectRegion.java 103 yLineRegion.getMaxVal().doubleValue() != Double.POSITIVE_INFINITY ? yLineRegion.getMaxVal() : visMaxY,
110 xLineRegion.getMaxVal().doubleValue() != Double.POSITIVE_INFINITY ? xLineRegion.getMaxVal() : visMaxX,
151 return xLineRegion.getMaxVal();
167 return yLineRegion.getMaxVal();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
LineRegion.java 55 return intersects(lineRegion.getMinVal(), lineRegion.getMaxVal());
67 //double l1max = getMaxVal() == null ? Double.POSITIVE_INFINITY : getMaxVal().doubleValue();
91 public Number getMaxVal() {
  /external/opencv3/modules/cudalegacy/include/opencv2/
cudalegacy.hpp 121 virtual double getMaxVal() const = 0;
  /external/opencv3/modules/cudalegacy/src/
gmg.cpp 105 double getMaxVal() const { return maxVal_; }
  /external/opencv3/modules/ts/src/
ts_arrtest.cpp 241 u = getMaxVal(type);
ts_func.cpp 98 double getMaxVal(int depth)
653 borderValue = getMaxVal(src.depth());
    [all...]
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 87 CV_EXPORTS double getMaxVal(int depth);
  /external/opencv3/modules/core/test/
test_arithm.cpp 28 maxval = depth < CV_32S ? cvtest::getMaxVal(depth) : depth == CV_32S ? 1000000 : 1000.;
200 maxval = depth < CV_32S ? cvtest::getMaxVal(depth) : depth == CV_32S ? 1000000 : 1000.;
    [all...]
test_math.cpp 142 double mval = cvtest::getMaxVal(type);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 166 high = cvtest::getMaxVal(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 142 double maxV = getMaxVal(type);
    [all...]

Completed in 981 milliseconds