HomeSort by relevance Sort by last modified time
    Searched full:maxval (Results 276 - 298 of 298) sorted by null

<<1112

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 571 NonLoc maxVal = svalBuilder.makeIntVal(maxValInt);
575 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
580 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/opencv3/modules/highgui/src/
window_QT.cpp 660 CV_IMPL void cvSetTrackbarMax(const char* name_bar, const char* window_name, int maxval)
662 if (maxval >= 0)
667 t->slider->setMaximum(maxval);
    [all...]
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 116 double maxVal; //!< Maximum value of the statmodel parameter. Default value is 0.
122 \f[\texttt{minVal} * \texttt{logStep} ^n < \texttt{maxVal}\f]
654 = 0`, `gammaGrid.minVal`, `gamma_grid.maxVal` as arbitrary numbers. In this case, the value
    [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/imgproc/include/opencv2/
imgproc.hpp 309 THRESH_BINARY = 0, //!< \f[\texttt{dst} (x,y) = \fork{\texttt{maxval}}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{0}{otherwise}\f]
310 THRESH_BINARY_INV = 1, //!< \f[\texttt{dst} (x,y) = \fork{0}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\texttt{maxval}}{otherwise}\f]
    [all...]
  /external/libxml2/
xmlregexp.c 4211 int maxval; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 86 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed)
102 color[i] = rnd.getFloat(minVal[i], maxVal[i]);
    [all...]
  /external/opencv3/modules/java/src/
imgproc.cpp     [all...]
  /external/ImageMagick/coders/
pnm.c 373 if (LocaleCompare(keyword,"maxval") == 0)
    [all...]
png.c 10173 maxval; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 98 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
102 res[ndx] = rnd.getFloat(minVal[ndx], maxVal[ndx]);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libGL.so 
libGL.so.1 
libosmesa.so 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1778 milliseconds

<<1112