OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dMax
(Results
1 - 7
of
7
) 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);
/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/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
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 1501 milliseconds