/external/icu/icu4c/source/i18n/ |
D | significantdigitinterval.h | 32 : fMax(INT32_MAX), fMin(0) { } in SignificantDigitInterval() 39 fMax = INT32_MAX; in clear() 46 return ((fMax == rhs.fMax) && (fMin == rhs.fMin)); in equals() 53 fMax = count <= 0 ? INT32_MAX : count; in setMax() 60 return fMax; in getMax() 82 return fMin == 0 && fMax == INT32_MAX; in isNoConstraints() 86 int32_t fMax;
|
D | smallintformatter.h | 32 IntDigitCountRange() : fMin(0), fMax(INT32_MAX) { } in IntDigitCountRange() 35 int32_t getMax() const { return fMax; } in getMax() 39 int32_t fMax; variable
|
D | smallintformatter.cpp | 2585 fMax = max < fMin ? fMin : max; in IntDigitCountRange() 2590 return digitCount < fMin ? fMin : (digitCount < fMax ? digitCount : fMax); in pin()
|
D | precision.cpp | 35 int32_t leastSigAllowed = fMax.getLeastSignificantInclusive(); in isRoundingRequired() 67 int32_t leastSig = fMax.getLeastSignificantInclusive(); in round() 81 if (fMax.getIntDigitCount() < interval.getIntDigitCount()) { in round() 94 interval.shrinkToFitWithin(fMax); in getIntervalForZero() 106 interval.shrinkToFitWithin(fMax); in getInterval() 126 interval.shrinkToFitWithin(fMax); in getInterval() 311 if (fFailIfOverMax && upperExponent > fMax.getIntDigitCount()) { in initVisibleDigits() 385 int32_t maxIntDigitCount = fMantissa.fMax.getIntDigitCount(); in getMultiplier()
|
D | precision.h | 49 DigitInterval fMax; variable 87 fMax.equals(rhs.fMax) && in equals()
|
D | valueformatter.cpp | 79 precision.fMax.getIntDigitCount()); in isNoGrouping() 132 fFixedPrecision->fMax.getIntDigitCount()); in formatInt32()
|
/external/skia/src/pathops/ |
D | SkIntersections.h | 33 fMax = 0; // require that the caller set the max in SkIntersections() 61 fMax = 2; in conicHorizontal() 69 fMax = 2; in conicVertical() 78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in conicLine() 86 fMax = 3; in cubicHorizontal() 93 fMax = 3; in cubicVertical() 102 fMax = 3; in cubicLine() 136 fMax = 2; in lineHorizontal() 143 fMax = 2; in lineVertical() 151 fMax = 2; in lineLine() [all …]
|
D | SkDLineIntersection.cpp | 40 fMax = 2; in intersectRay() 81 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect() 202 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal() 278 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
|
/external/skqp/src/pathops/ |
D | SkIntersections.h | 33 fMax = 0; // require that the caller set the max in SkIntersections() 61 fMax = 2; in conicHorizontal() 69 fMax = 2; in conicVertical() 78 fMax = 3; // 2; permit small coincident segment + non-coincident intersection in conicLine() 86 fMax = 3; in cubicHorizontal() 93 fMax = 3; in cubicVertical() 102 fMax = 3; in cubicLine() 136 fMax = 2; in lineHorizontal() 143 fMax = 2; in lineVertical() 151 fMax = 2; in lineLine() [all …]
|
D | SkDLineIntersection.cpp | 40 fMax = 2; in intersectRay() 81 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect() 202 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal() 278 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 37 fMax = 0; in Default() 43 fMax = min; in Set() 46 fMax = max; in Set() 52 (IsFloatSmaller(x, fMax) || IsFloatEqual(x, fMax)); in In() 56 return fMax - fMin; in GetWidth() 76 if (IsFloatBigger(fScrollPos, ScrollRange.fMax)) in SetScrollRange() 77 fScrollPos = ScrollRange.fMax; in SetScrollRange() 102 SetPos(ScrollRange.fMax); in AddSmall() 112 SetPos(ScrollRange.fMax); in AddBig() 520 float fMax = in SetScrollInfo() local [all …]
|
D | cpwl_scroll_bar.h | 73 return fMin == that.fMin && fMax == that.fMax; 83 float fMax; member 146 void SetScrollRange(float fMin, float fMax, float fClientWidth);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_scrollbar.h | 38 void GetRange(float* fMin, float* fMax) const { in GetRange() argument 40 ASSERT(fMax); in GetRange() 42 *fMax = m_fRangeMax; in GetRange() 44 void SetRange(float fMin, float fMax) { in SetRange() argument 46 m_fRangeMax = fMax; in SetRange()
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 991 precision.fMax.setIntDigitCount(0); in TestDigitFormatter() 992 precision.fMax.setFracDigitCount(0); in TestDigitFormatter() 1026 precision.fMax.setIntDigitCount(1); in TestDigitFormatter() 1083 precision.fMantissa.fMax.setIntDigitCount(4); in TestSciFormatter() 1085 precision.fMantissa.fMax.setFracDigitCount(0); in TestSciFormatter() 1175 precision.fMax.setIntDigitCount(4); in TestValueFormatterIsFastFormattable() 1186 precision.fMax.setIntDigitCount(5); in TestValueFormatterIsFastFormattable() 1690 precision.fMax.setIntDigitCount(5); in TestLargeIntValue() 1712 precision.fMax.setIntDigitCount(5); in TestLargeIntValue() 1816 precision.fMax.setIntDigitCount(2); in TestIntInitVisibleDigits() [all …]
|
/external/aac/libFDK/include/ |
D | 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); } in fMax() function 404 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) { return fixmax_S(a, b); } in fMax() function 407 FDK_INLINE INT fMax(INT a, INT b) { return fixmax_I(a, b); } in fMax() function 410 FDK_INLINE SHORT fMax(SHORT a, SHORT b) { return fixmax_S(a, b); } in fMax() function 415 inline UINT fMax(UINT a, UINT b) { return fixmax_UI(a, b); } in fMax() function 418 inline UCHAR fMax(UCHAR a, UCHAR b) { in fMax() function
|
D | scale.h | 196 return fMax((value << scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1); in scaleValueSaturate() 204 return fMax((value >> scalefactor), (FIXP_DBL)MINVAL_DBL + (FIXP_DBL)1); in scaleValueSaturate()
|
/external/aac/libAACdec/src/ |
D | rvlc.cpp | 692 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 699 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 709 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward() 729 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 736 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 746 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward() 760 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 767 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward() 777 pRvlc->conceal_min_esc = fMax(0, bnds - offset); in rvlcDecodeBackward() 912 pRvlc->conceal_min = fMax( in rvlcFinalErrorDetection() [all …]
|
D | aac_ram.cpp | 176 fMax((INT)(sizeof(FIXP_DBL) * WB_SECTION_SIZE),
|
/external/skia/samplecode/ |
D | SampleFilterQuality.cpp | 92 SkScalar fMax; member 100 fMax = max; in set() 107 fMax = 0; in setMod() 120 if (fValue > fMax) { in fixUp() 121 fValue = fMax; in fixUp()
|
/external/skqp/samplecode/ |
D | SampleFilterQuality.cpp | 92 SkScalar fMax; member 100 fMax = max; in set() 107 fMax = 0; in setMod() 120 if (fValue > fMax) { in fixUp() 121 fValue = fMax; in fixUp()
|
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 244 tmp1 = fMax(tmp1, tmp2); in pcmLimiter_Apply() 250 tmp = fMax(tmp, threshold); in pcmLimiter_Apply() 267 max = fMax(max, maxBuf[j]); in pcmLimiter_Apply() 300 smoothState0 = fMax(smoothState0, gain); /* avoid overshooting target */ in pcmLimiter_Apply()
|
/external/aac/libAACenc/src/ |
D | metadata_main.cpp | 311 return ((UCHAR)fMax(0, fMin((-d + (1 << 13)) >> 14, 127))); in dialnorm2progreflvl() 1078 fMax(-(31 << 16), pAacMetaData->mpegDrc.drc_TargetRefLevel); in LoadSubmittedMetadata() 1079 pAacMetaData->etsiAncData.comp_TargetRefLevel = fMax( in LoadSubmittedMetadata() 1085 fMax(-(23 << 16), pAacMetaData->mpegDrc.drc_TargetRefLevel); in LoadSubmittedMetadata() 1087 fMax(-(23 << 16), pAacMetaData->etsiAncData.comp_TargetRefLevel); in LoadSubmittedMetadata() 1096 fMax(pAacMetaData->etsiAncData.comp_TargetRefLevel, in LoadSubmittedMetadata()
|
D | aacenc.cpp | 176 bitRate = fMax(bitRate, in FDKaacEnc_LimitBitrate() 177 fMax(minBitrate, in FDKaacEnc_LimitBitrate() 489 fMin((256), fMax(0, FDKaacEnc_CalcBitsPerFrame( in FDKaacEnc_Initialize() 556 brPerChannel = fMin(BITRATE_MAX_LD, fMax(BITRATE_MIN_LD, brPerChannel)); in FDKaacEnc_Initialize() 638 fMax((INT)scaleValue(bw_ratio, qbw + 1 - (DFRACT_BITS - 1)), 1); in FDKaacEnc_Initialize()
|
/external/aac/libFDK/src/ |
D | FDK_decorrelate.cpp | 1206 scaleDirectNrg = fMax(fMin(self->scaleDirectNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1208 scaleReverbNrg = fMax(fMin(self->scaleReverbNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1211 fMax(fMin(self->scaleSmoothDirRevNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1345 scaleDirectNrg = fMax(fMin(self->scaleDirectNrg - scale, (DFRACT_BITS - 1)), in DuckerApplyPS() 1348 fMax(fMin(self->scaleSmoothDirRevNrg - scale, (DFRACT_BITS - 1)), in DuckerApplyPS() 1390 qs = fMax(qs, SpatialDecGetQmfBand(pb, self->mapProcBands2HybBands)); in DuckerApplyPS() 1420 qs = fMax(qs, SpatialDecGetQmfBand(pb, self->mapProcBands2HybBands)); in DuckerApplyPS() 1688 start = fMax(stop, startHybBand); in FDKdecorrelateApply()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/ |
D | PVRScopeComms.h | 83 float fMax; ///< Maximum value member
|