OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dMin
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/parameter/
FixedPointParameterType.cpp
154
double
dMin
= 0;
156
getRange(
dMin
, dMax);
158
stream << std::fixed << std::setprecision(_uiFractional) << "real range [" <<
dMin
<< ", "
277
void CFixedPointParameterType::getRange(double &
dMin
, double &dMax) const
280
dMin
= -((1U << (_uiIntegral + _uiFractional)) / double(1U << _uiFractional));
334
double
dMin
= 0;
336
getRange(
dMin
, dMax);
338
return (dValue <= dMax) && (dValue >=
dMin
);
FixedPointParameterType.h
75
void getRange(double &
dMin
, double &dMax) const;
/external/v8/test/mjsunit/
date.js
58
var
dMin
= new Date(-8.64e15);
59
assertEquals(-8.64e15,
dMin
.getTime());
60
assertEquals(-271821,
dMin
.getFullYear());
61
assertEquals(3,
dMin
.getMonth());
62
assertEquals(20,
dMin
.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
,
330
dMin_ =
dMin
;
[
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);
608
getValueAccessValue<DstType>(dst.getMin()) =
dMin
;
[
all
...]
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
240
@param
dMin
threshold for the long pairings used for orientation determination (in pixels for
244
float dMax=5.85f, float
dMin
=8.2f, const std::vector<int>& indexChange=std::vector<int>());
[
all
...]
Completed in 707 milliseconds