HomeSort by relevance Sort by last modified time
    Searched refs:maxVal (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 275 double minVal, maxVal;
307 CV_CALL(cvMinMaxLoc (&data_comp, &minVal, &maxVal, &minLoc, &maxLoc));
309 CV_CALL(cvRandArr (&rng, &centers_comp, CV_RAND_UNI, cvScalarAll(minVal), cvScalarAll(maxVal)));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 547 int maxVal;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 547 int maxVal;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 78 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))
82 res[ndx] = rnd.getFloat(minVal[ndx], maxVal[ndx]);
    [all...]
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/deqp/framework/opengl/
gluTextureTestUtil.cpp 148 inline float linearInterpolate (float t, float minVal, float maxVal)
150 return minVal + (maxVal - minVal) * t;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 575 NonLoc maxVal = svalBuilder.makeIntVal(maxValInt);
579 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
584 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, left,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 236 int maxVal = (1<<stencilBits)-1;
242 values[numValues-ndx-1] = maxVal-ndx;
    [all...]
es2fTextureSpecificationTests.cpp 78 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))
82 res[ndx] = rnd.getFloat(minVal[ndx], maxVal[ndx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 236 int maxVal = (1<<stencilBits)-1;
242 values[numValues-ndx-1] = maxVal-ndx;
    [all...]
es3fFboColorbufferTests.cpp 59 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))
63 res[ndx] = rnd.getFloat(minVal[ndx], maxVal[ndx]);
    [all...]
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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java     [all...]
  /external/skia/src/pathops/
SkPathOpsTSect.h 638 double maxVal = SkTMax(maxPart, SkTMax(fabs(dx), fabs(dy)));
640 if (precisely_zero_when_compared_to(test, maxVal)) {
643 if (approximately_zero_when_compared_to(test, maxVal)) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 167 static void fillWithRandomColorTiles (const PixelBufferAccess& dst, const Vec4& minVal, const Vec4& maxVal, deUint32 seed)
183 color[i] = rnd.getFloat(minVal[i], maxVal[i]);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp 484 deInt64 maxVal = std::numeric_limits<T>::max();
499 intVal = de::max(minVal, de::min(maxVal, intVal));
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 1781 milliseconds

1 2 3 45 6