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

  /external/parameter-framework/upstream/parameter/
FixedPointParameterType.cpp 155 double dMax = 0;
156 getRange(dMin, dMax);
159 << dMax << "]";
277 void CFixedPointParameterType::getRange(double &dMin, double &dMax) const
279 dMax = ((1U << (_uiIntegral + _uiFractional)) - 1) / double(1U << _uiFractional);
335 double dMax = 0;
336 getRange(dMin, dMax);
338 return (dValue <= dMax) && (dValue >= dMin);
FixedPointParameterType.h 75 void getRange(double &dMin, double &dMax) const;
  /external/skia/src/ports/
SkFontMgr_android_parser.h 131 const T dMax = std::numeric_limits<T>::max() - (nMax * 10);
140 if (n > nMax || (n == nMax && d > dMax)) {
175 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10);
200 if (n > nMax || (n == nMax && d > dMax)) {
  /external/opencv3/samples/gpu/
farneback_optical_flow.cpp 31 float dMax = static_cast<float>(::max(::max(uMin, uMax), ::max(vMin, vMax)));
39 dst.at<uchar>(y,3*x+1) = (uchar)mapVal(-v.at<float>(y,x), -dMax, dMax, 0.f, 255.f);
40 dst.at<uchar>(y,3*x+2) = (uchar)mapVal(u.at<float>(y,x), -dMax, dMax, 0.f, 255.f);
  /external/v8/test/mjsunit/
date.js 49 var dMax = new Date(8.64e15);
50 assertEquals(8.64e15, dMax.getTime());
51 assertEquals(275760, dMax.getFullYear());
52 assertEquals(8, dMax.getMonth());
53 assertEquals(13, dMax.getUTCDate());
  /external/opencv3/modules/features2d/src/
brisk.cpp 60 float dMax=5.85f, float dMin=8.2f, const std::vector<int> indexChange=std::vector<int>());
81 // short pairings with dMax, long pairings with dMin
83 const std::vector<int> &numberList, float dMax=5.85f, float dMin=8.2f,
314 float dMax, float dMin,
317 generateKernel(radiusList, numberList, dMax, dMin, indexChange);
325 float dMax, float dMin,
329 dMax_ = dMax;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 514 double getScore(ULocale dMax, String desiredRaw, String desiredMax,
518 distance = getRawScore(dMax, sMax);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 521 double getScore(ULocale dMax, String desiredRaw, String desiredMax,
525 distance = getRawScore(dMax, sMax);
    [all...]
  /external/opencv3/3rdparty/include/dshow/
control.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 606 DstType dMin, dMax;
607 convertValueRange(getValueAccessValue<SrcType>(src.getMin()), getValueAccessValue<SrcType>(src.getMax()), dMin, dMax);
609 getValueAccessValue<DstType>(dst.getMax()) = dMax;
    [all...]
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 238 @param dMax threshold for the short pairings used for descriptor formation (in pixels for keypoint
244 float dMax=5.85f, float dMin=8.2f, const std::vector<int>& indexChange=std::vector<int>());
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 436 milliseconds