HomeSort by relevance Sort by last modified time
    Searched refs:minVal (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 653 long minVal = Long.MIN_VALUE;
656 assertEquals(minVal, res.getLong(28));
672 long minVal = Long.MIN_VALUE;
674 assertEquals(minVal, res.getLong("MinLongVal"));
    [all...]
  /external/opencv/cxcore/src/
_cxipp.h 229 CvSize size, extrtype* minVal, extrtype* maxVal, \
236 CvSize size, extrtype* minVal, extrtype* maxVal, \
    [all...]
cxmathfuncs.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 277 double minVal, maxVal;
296 CV_CALL( cvMinMaxLoc( &mat, &minVal, &maxVal, &minPt, &maxPt ));
370 m.i = CV_TOGGLE_FLT(minv); minVal = m.f;
375 minVal = maxVal = 0;
388 *value_min = (float)minVal;
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 1042 double minVal = 1;
1046 gray3.put((int) minLoc.y, (int) minLoc.x, minVal);
1051 assertEquals(minVal, mmres.minVal);
1071 assertEquals(4.0, res.minVal);
    [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...]
  /external/opencv3/apps/traincascade/
old_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...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 424 float minVal = Float.POSITIVE_INFINITY;
430 if (input[idx] < minVal) {
431 minVal = input[idx];
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
reduce.hpp 440 __host__ void minVal(const SrcPtr& src, ResType* result, const MaskPtr& mask, int rows, int cols, cudaStream_t stream)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 546 int minVal;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 546 int minVal;
    [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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
glsTextureTestUtil.cpp 155 inline float linearInterpolate (float t, float minVal, float maxVal)
157 return minVal + (maxVal - minVal) * t;
    [all...]
  /external/opencv3/modules/java/src/
core.cpp     [all...]
  /external/deqp/modules/gles3/functional/
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...]
  /external/opencv3/modules/ts/src/
ts_func.cpp 108 Mat randomMat(RNG& rng, Size size, int type, double minVal, double maxVal, bool useRoi)
119 rng.fill(m, RNG::UNIFORM, minVal, maxVal);
125 Mat randomMat(RNG& rng, const vector<int>& size, int type, double minVal, double maxVal, bool useRoi)
145 rng.fill(m, RNG::UNIFORM, minVal, maxVal);
975 _Tp maxval = saturate_cast<_Tp>(*_maxval), minval = saturate_cast<_Tp>(*_minval);
983 if( minval > val )
985 minval = val;
1000 if( minval > val && mask[i] )
1002 minval = val;
1014 *_minval = minval;
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/deqp/modules/gles2/functional/
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/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/deqp/framework/common/
tcuTexture.cpp 232 deInt64 minVal = std::numeric_limits<T>::min();
248 intVal = de::max(minVal, de::min(maxVal, intVal));
519 const deInt32 minVal = -(deInt32)(1u << (bits-1));
523 return (deUint32)de::clamp(src, minVal, maxVal) & mask;
    [all...]

Completed in 2398 milliseconds

1 2 34 5