Searched refs:fMax (Results 1 - 25 of 83) sorted by relevance

1234

/external/icu/icu4c/source/i18n/
H A Dsignificantdigitinterval.h32 : fMax(INT32_MAX), fMin(0) { }
39 fMax = INT32_MAX;
46 return ((fMax == rhs.fMax) && (fMin == rhs.fMin));
53 fMax = count <= 0 ? INT32_MAX : count;
60 return fMax;
82 return fMin == 0 && fMax == INT32_MAX;
86 int32_t fMax; member in class:SignificantDigitInterval
H A Dsmallintformatter.h32 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { }
35 int32_t getMax() const { return fMax; }
39 int32_t fMax; member in class:IntDigitCountRange
H A Dprecision.h49 DigitInterval fMax; member in class:FixedPrecision
87 fMax.equals(rhs.fMax) &&
H A Dprecision.cpp35 int32_t leastSigAllowed = fMax.getLeastSignificantInclusive();
67 int32_t leastSig = fMax.getLeastSignificantInclusive();
81 if (fMax.getIntDigitCount() < interval.getIntDigitCount()) {
94 interval.shrinkToFitWithin(fMax);
106 interval.shrinkToFitWithin(fMax);
126 interval.shrinkToFitWithin(fMax);
311 if (fFailIfOverMax && upperExponent > fMax.getIntDigitCount()) {
385 int32_t maxIntDigitCount = fMantissa.fMax.getIntDigitCount();
H A Dvalueformatter.cpp79 precision.fMax.getIntDigitCount());
132 fFixedPrecision->fMax.getIntDigitCount());
/external/skia/src/pathops/
H A DSkIntersections.h33 fMax = 0; // require that the caller set the max
61 fMax = 2;
69 fMax = 2;
78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection
86 fMax = 3;
93 fMax = 3;
102 fMax = 3;
136 fMax = 2;
143 fMax = 2;
151 fMax
317 unsigned char fMax; member in class:SkIntersections
[all...]
H A DSkDLineIntersection.cpp40 fMax = 2;
81 fMax = 3; // note that we clean up so that there is no more than two in the end
202 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
278 fMax = 3; // cleanup parallel lines will bring this back line
/external/skqp/src/pathops/
H A DSkIntersections.h33 fMax = 0; // require that the caller set the max
61 fMax = 2;
69 fMax = 2;
78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection
86 fMax = 3;
93 fMax = 3;
102 fMax = 3;
136 fMax = 2;
143 fMax = 2;
151 fMax
317 unsigned char fMax; member in class:SkIntersections
[all...]
H A DSkDLineIntersection.cpp40 fMax = 2;
81 fMax = 3; // note that we clean up so that there is no more than two in the end
202 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
278 fMax = 3; // cleanup parallel lines will bring this back line
/external/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.h38 void GetRange(float* fMin, float* fMax) const {
40 ASSERT(fMax);
42 *fMax = m_fRangeMax;
44 void SetRange(float fMin, float fMax) { argument
46 m_fRangeMax = fMax;
/external/aac/libAACdec/src/
H A Daac_ram.cpp176 fMax((INT)(sizeof(FIXP_DBL) * WB_SECTION_SIZE),
H A Drvlc.cpp689 pRvlc->conceal_min = fMax(0, bnds - offset);
696 pRvlc->conceal_min = fMax(0, bnds - offset);
706 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
726 pRvlc->conceal_min = fMax(0, bnds - offset);
733 pRvlc->conceal_min = fMax(0, bnds - offset);
743 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
757 pRvlc->conceal_min = fMax(0, bnds - offset);
764 pRvlc->conceal_min = fMax(0, bnds - offset);
774 pRvlc->conceal_min_esc = fMax(0, bnds - offset);
909 pRvlc->conceal_min = fMax(
[all...]
H A Dblock.cpp242 fMax(SpecScale_window, (int)pSfbScale[window * 16 + band]);
268 fMax(SpecScale_window_tns, (int)pSfbScale[window * 16 + band]);
276 fMax(tns_stop, (int)pAacDecoderChannelInfo->pDynData->TnsData
292 SpecScale_window = fMax(SpecScale_window, SpecScale_window_tns);
479 locMax = fMax(fixp_abs(pSpectralCoefficient[i]), locMax);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
H A DPVRScopeComms.h83 float fMax; ///< Maximum value member in struct:SSPSCommsLibraryTypeFloat
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_scroll_bar.cpp37 fMax = 0;
43 fMax = min;
46 fMax = max;
52 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax));
56 return fMax - fMin;
76 if (IsFloatBigger(fScrollPos, ScrollRange.fMax))
77 fScrollPos = ScrollRange.fMax;
102 SetPos(ScrollRange.fMax);
112 SetPos(ScrollRange.fMax);
520 float fMax = local
601 SetScrollRange(float fMin, float fMax, float fClientWidth) argument
[all...]
H A Dcpwl_scroll_bar.h73 return fMin == that.fMin && fMax == that.fMax;
83 float fMax; member in struct:PWL_FLOATRANGE
146 void SetScrollRange(float fMin, float fMax, float fClientWidth);
/external/icu/icu4c/source/test/intltest/
H A Dnumberformat2test.cpp991 precision.fMax.setIntDigitCount(0);
992 precision.fMax.setFracDigitCount(0);
1026 precision.fMax.setIntDigitCount(1);
1083 precision.fMantissa.fMax.setIntDigitCount(4);
1085 precision.fMantissa.fMax.setFracDigitCount(0);
1175 precision.fMax.setIntDigitCount(4);
1186 precision.fMax.setIntDigitCount(5);
1690 precision.fMax.setIntDigitCount(5);
1712 precision.fMax.setIntDigitCount(5);
1816 precision.fMax
[all...]
/external/skia/samplecode/
H A DSampleFilterQuality.cpp92 SkScalar fMax; member in struct:AnimValue
100 fMax = max;
107 fMax = 0;
120 if (fValue > fMax) {
121 fValue = fMax;
/external/skqp/samplecode/
H A DSampleFilterQuality.cpp92 SkScalar fMax; member in struct:AnimValue
100 fMax = max;
107 fMax = 0;
120 if (fValue > fMax) {
121 fValue = fMax;
/external/aac/libFDK/include/
H A Dcommon_fix.h307 #define fixMax(a, b) fMax(a, b)
401 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) { return fixmax_D(a, b); } function
404 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) { return fixmax_S(a, b); } function
407 FDK_INLINE INT fMax(INT a, INT b) { return fixmax_I(a, b); } function
410 FDK_INLINE SHORT fMax(SHORT a, SHORT b) { return fixmax_S(a, b); } function
415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); } function
418 inline UCHAR fMax(UCHAR a, UCHAR b) { function
H A Dscale.h196 return fMax((value << scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1);
204 return fMax((value >> scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1);
H A Dqmf_pcm.h163 scale = fMax(scale, -(DFRACT_BITS - 1));
254 scale = fMax(scale, -(DFRACT_BITS - 1));
/external/aac/libPCMutils/src/
H A Dlimiter.cpp244 tmp1 = fMax(tmp1, tmp2);
250 tmp = fMax(tmp, threshold);
267 max = fMax(max, maxBuf[j]);
300 smoothState0 = fMax(smoothState0, gain); /* avoid overshooting target */
/external/aac/libAACenc/src/
H A Dmetadata_main.cpp311 return ((UCHAR)fMax(0, fMin((-d + (1 << 13)) >> 14, 127)));
1078 fMax(-(31 << 16), pAacMetaData->mpegDrc.drc_TargetRefLevel);
1079 pAacMetaData->etsiAncData.comp_TargetRefLevel = fMax(
1085 fMax(-(23 << 16), pAacMetaData->mpegDrc.drc_TargetRefLevel);
1087 fMax(-(23 << 16), pAacMetaData->etsiAncData.comp_TargetRefLevel);
1096 fMax(pAacMetaData->etsiAncData.comp_TargetRefLevel,
/external/aac/libSBRdec/src/
H A Dsbr_dec.cpp729 fMin(DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorLowBand_ov));
732 DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorLowBand_no_ov));
735 fMin(DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorHighBand));
1088 startSlot = fMax(0, hHeaderData->timeStep * (hPrevFrameData->stopPos -
1090 size = fMax(0, stopBand - startBand);
1439 fMax(new_lsb - old_lsb, 0) * sizeof(FIXP_DBL));
1444 fMax(new_lsb - old_lsb, 0) * sizeof(FIXP_DBL));

Completed in 5010 milliseconds

1234