/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 | 42 fMax = 2; in intersectRay() 83 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect() 206 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal() 284 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
|
/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 | 42 fMax = 2; in intersectRay() 83 fMax = 3; // note that we clean up so that there is no more than two in the end in intersect() 206 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most in horizontal() 284 fMax = 3; // cleanup parallel lines will bring this back line in vertical()
|
/external/skia/modules/particles/src/ |
D | SkCurve.cpp | 50 result += (eval_segment(fMax, x, fType) - result) * t; in eval() 71 v->visit("A1", fMax[0]); in visitFields() 73 v->visit("B1", fMax[1]); in visitFields() 74 v->visit("C1", fMax[2]); in visitFields() 77 v->visit("D1", fMax[3]); in visitFields() 127 result = result + (eval_segment(fMax, x, fType) - result) * t; in eval() 144 v->visit("A1", fMax[0]); in visitFields() 146 v->visit("B1", fMax[1]); in visitFields() 147 v->visit("C1", fMax[2]); in visitFields() 150 v->visit("D1", fMax[3]); in visitFields()
|
/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/skia/modules/particles/include/ |
D | SkCurve.h | 63 SkScalar fMax[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; member 96 fMax[i] = { 1.0f, 1.0f, 1.0f, 1.0f }; in SkColorCurveSegment() 110 SkColor4f fMax[4]; member
|
/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 | 91 SkScalar fMax; member 99 fMax = max; in set() 106 fMax = 0; in setMod() 119 if (fValue > fMax) { in fixUp() 120 fValue = fMax; in fixUp()
|
/external/skqp/samplecode/ |
D | SampleFilterQuality.cpp | 91 SkScalar fMax; member 99 fMax = max; in set() 106 fMax = 0; in setMod() 119 if (fValue > fMax) { in fixUp() 120 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 | 1208 scaleDirectNrg = fMax(fMin(self->scaleDirectNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1210 scaleReverbNrg = fMax(fMin(self->scaleReverbNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1213 fMax(fMin(self->scaleSmoothDirRevNrg - scale, (DFRACT_BITS - 1)), in DuckerApply() 1347 scaleDirectNrg = fMax(fMin(self->scaleDirectNrg - scale, (DFRACT_BITS - 1)), in DuckerApplyPS() 1350 fMax(fMin(self->scaleSmoothDirRevNrg - scale, (DFRACT_BITS - 1)), in DuckerApplyPS() 1392 qs = fMax(qs, SpatialDecGetQmfBand(pb, self->mapProcBands2HybBands)); in DuckerApplyPS() 1422 qs = fMax(qs, SpatialDecGetQmfBand(pb, self->mapProcBands2HybBands)); in DuckerApplyPS() 1690 start = fMax(stop, startHybBand); in FDKdecorrelateApply()
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 87 fMax = fDivisions + 1; in restart() 102 return fCurrent > fMax; in done() 123 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
|
/external/skqp/src/utils/ |
D | SkPatchUtils.cpp | 87 fMax = fDivisions + 1; in restart() 102 return fCurrent > fMax; in done() 123 int fMax, fCurrent, fDivisions; member in FwDCubicEvaluator
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/ |
D | PVRScopeComms.h | 83 float fMax; ///< Maximum value member
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 213 accu1 = fMax(accu1, (FIXP_DBL)len1); in spectralChange() 214 accu2 = fMax(accu2, (FIXP_DBL)len2); in spectralChange() 274 fNormz((FIXP_DBL)fMax( in addLowbandEnergies() 278 fNormz((FIXP_DBL)fMax( in addLowbandEnergies() 1053 int scale = fMax(delta_energy_scale[timeSlot], max_delta_energy_scale); in FDKsbrEnc_fastTransientDetect()
|
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 729 fMin(DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorLowBand_ov)); in sbr_dec() 732 DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorLowBand_no_ov)); in sbr_dec() 735 fMin(DFRACT_BITS - 1, fMax(-(DFRACT_BITS - 1), scaleFactorHighBand)); in sbr_dec() 1088 startSlot = fMax(0, hHeaderData->timeStep * (hPrevFrameData->stopPos - in resetSbrDec() 1090 size = fMax(0, stopBand - startBand); in resetSbrDec() 1439 fMax(new_lsb - old_lsb, 0) * sizeof(FIXP_DBL)); in resetSbrDec() 1444 fMax(new_lsb - old_lsb, 0) * sizeof(FIXP_DBL)); in resetSbrDec()
|