HomeSort by relevance Sort by last modified time
    Searched refs:fMax (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/icu/icu4c/source/i18n/
significantdigitinterval.h 32 : 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;
smallintformatter.h 32 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { }
35 int32_t getMax() const { return fMax; }
39 int32_t fMax;
precision.h 49 DigitInterval fMax;
87 fMax.equals(rhs.fMax) &&
precision.cpp 35 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();
valueformatter.cpp 79 precision.fMax.getIntDigitCount());
132 fFixedPrecision->fMax.getIntDigitCount());
  /external/skia/src/pathops/
SkIntersections.h 33 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 = 2
    [all...]
SkDLineIntersection.cpp 40 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/
SkIntersections.h 33 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 = 2
    [all...]
SkDLineIntersection.cpp 40 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/
cfwl_scrollbar.h 38 void GetRange(float* fMin, float* fMax) const {
40 ASSERT(fMax);
42 *fMax = m_fRangeMax;
44 void SetRange(float fMin, float fMax) {
46 m_fRangeMax = fMax;
  /external/aac/libAACdec/src/
aac_ram.cpp 176 fMax((INT)(sizeof(FIXP_DBL) * WB_SECTION_SIZE),
rvlc.cpp 689 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);
    [all...]
block.cpp 242 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);
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.h 73 return fMin == that.fMin && fMax == that.fMax;
83 float fMax;
146 void SetScrollRange(float fMin, float fMax, float fClientWidth);
cpwl_scroll_bar.cpp 37 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);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/
PVRScopeComms.h 83 float fMax; ///< Maximum value
  /external/icu/icu4c/source/test/intltest/
numberformat2test.cpp 991 precision.fMax.setIntDigitCount(0);
992 precision.fMax.setFracDigitCount(0);
1026 precision.fMax.setIntDigitCount(1);
    [all...]
  /external/skia/samplecode/
SampleFilterQuality.cpp 92 SkScalar fMax;
100 fMax = max;
107 fMax = 0;
120 if (fValue > fMax) {
121 fValue = fMax;
  /external/skqp/samplecode/
SampleFilterQuality.cpp 92 SkScalar fMax;
100 fMax = max;
107 fMax = 0;
120 if (fValue > fMax) {
121 fValue = fMax;
  /external/aac/libFDK/include/
common_fix.h 307 #define fixMax(a, b) fMax(a, b)
401 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) { return fixmax_D(a, b); }
404 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) { return fixmax_S(a, b); }
407 FDK_INLINE INT fMax(INT a, INT b) { return fixmax_I(a, b); }
410 FDK_INLINE SHORT fMax(SHORT a, SHORT b) { return fixmax_S(a, b); }
415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); }
418 inline UCHAR fMax(UCHAR a, UCHAR b) {
scale.h 196 return fMax((value << scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1);
204 return fMax((value >> scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1);
qmf_pcm.h 163 scale = fMax(scale, -(DFRACT_BITS - 1));
254 scale = fMax(scale, -(DFRACT_BITS - 1));
  /external/aac/libPCMutils/src/
limiter.cpp 244 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/
metadata_main.cpp 311 return ((UCHAR)fMax(0, fMin((-d + (1 << 13)) >> 14, 127)));
    [all...]
  /external/aac/libSBRdec/src/
sbr_dec.cpp 729 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));
    [all...]

Completed in 666 milliseconds

1 2 3 4