Home
last modified time | relevance | path

Searched refs:fLow (Results 1 – 25 of 39) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/numeric/
H A Dftools.cxx74 double snapToRange(double v, double fLow, double fHigh) in snapToRange() argument
76 if(fTools::equal(fLow, fHigh)) in snapToRange()
83 if(fLow > fHigh) in snapToRange()
86 std::swap(fLow, fHigh); in snapToRange()
89 if(v < fLow || v > fHigh) in snapToRange()
91 return snapToZeroRange(v - fLow, fHigh - fLow) + fLow; in snapToRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/numeric/
H A Dftools.cxx75 double snapToRange(double v, double fLow, double fHigh) in snapToRange() argument
77 if(fTools::equal(fLow, fHigh)) in snapToRange()
84 if(fLow > fHigh) in snapToRange()
87 std::swap(fLow, fHigh); in snapToRange()
90 if(v < fLow || v > fHigh) in snapToRange()
92 return snapToZeroRange(v - fLow, fHigh - fLow) + fLow; in snapToRange()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/builtin/
H A Dlvmixeqbase.h94 auto fLow = static_cast<CSAMPLE>(dLow - dMid); in processChannel() local
111 if (fLow != 0 || m_oldLow != 0) { in processChannel()
121 if (fLow == m_oldLow && in processChannel()
125 m_pLowBuf, fLow, in processChannel()
132 if ((fLow != 0 && m_oldLow == 0) || in processChannel()
164 &m_pLowBuf[copySamples], m_oldLow, fLow, in processChannel()
169 m_oldLow = fLow; in processChannel()
H A Dbessel8lvmixeqeffect.cpp57 double fLow; in processChannel() local
61 fLow = m_pPotLow->value(); in processChannel()
63 fLow = 0; in processChannel()
78 fLow, fMid, fHigh, in processChannel()
H A Dbessel4lvmixeqeffect.cpp57 double fLow; in processChannel() local
61 fLow = m_pPotLow->value(); in processChannel()
63 fLow = 0; in processChannel()
78 fLow, fMid, fHigh, in processChannel()
H A Dlinkwitzriley8eqeffect.cpp94 float fLow = 0.f, fMid = 0.f, fHigh = 0.f; in processChannel() local
96 fLow = static_cast<float>(m_pPotLow->value()); in processChannel()
137 if (fLow != pState->old_low) { in processChannel()
141 fLow, in processChannel()
148 pState->m_pLowBuf, fLow, in processChannel()
164 pState->old_low = fLow; in processChannel()
H A Dgraphiceqeffect.cpp164 float fLow; in processChannel() local
170 fLow = 1.0; in processChannel()
176 fLow = static_cast<float>(m_pPotLow->value()); in processChannel()
184 if (fLow != pState->m_oldLow) { in processChannel()
187 fLow); in processChannel()
203 if (fLow != 0) { in processChannel()
229 pState->m_oldLow = fLow; in processChannel()
H A Dbiquadfullkilleqeffect.cpp397 double fLow = knobValueToBesselRatio( in processChannel() local
406 fLow, fMid, fHigh, in processChannel()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/3BandEQ/
H A DDistrhoPlugin3BandEQ.cpp125 return fLow; in getParameterValue()
149 fLow = value; in setParameterValue()
150 lowVol = std::exp( (fLow/48.0f) * 48.0f / kAMP_DB); in setParameterValue()
187 fLow = 0.0f; in loadProgram()
H A DDistrhoPlugin3BandEQ.hpp105 float fLow, fMid, fHigh, fMaster, fLowMidFreq, fMidHighFreq; member in DistrhoPlugin3BandEQ
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/3BandSplitter/
H A DDistrhoPlugin3BandSplitter.cpp125 return fLow; in getParameterValue()
149 fLow = value; in setParameterValue()
150 lowVol = std::exp( (fLow/48.0f) * 48.0f / kAMP_DB); in setParameterValue()
187 fLow = 0.0f; in loadProgram()
H A DDistrhoPlugin3BandSplitter.hpp105 float fLow, fMid, fHigh, fMaster, fLowMidFreq, fMidHighFreq; member in DistrhoPlugin3BandSplitter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp18 uint32_t fLow; member
94 uint32_t low = SkBSwap32(curBlock1->fLow); in decompress_etc1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp19 uint32_t fLow; member
95 uint32_t low = SkBSwap32(curBlock1->fLow); in decompress_etc1()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/numeric/
H A Dftools.hxx136 double snapToRange(double v, double fLow, double fHigh);
/dports/comms/wsjtz/wsjtx/widgets/
H A Dwidegraph.h51 void setFST4_FreqRange(int fLow,int fHigh);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/numeric/
H A Dftools.hxx144 double snapToRange(double v, double fLow, double fHigh);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp303 uint64_t fLow; member
310 this->fHigh = reverse64(this->fLow); in reverse()
311 this->fLow = newLow; in reverse()
363 result = (block.fLow >> from) & ((1ULL << nBits) - 1); in read_astc_bits()
373 ((block.fLow >> from) & ((1ULL << nLow) - 1)) | in read_astc_bits()
1912 dst->fBlock.fLow = SkEndian_SwapLE64(qword[0]); in read_astc_block()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMath.h474 static Real RangeRandom (Real fLow, Real fHigh) { in RangeRandom() argument
475 return (fHigh-fLow)*UnitRandom() + fLow; in RangeRandom()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/
H A DIntegratorRep.h351 static Real estimateRootTime(Real tLow, Real fLow, Real tHigh, Real fHigh, in estimateRootTime() argument
355 assert(sign(fLow) != sign(fHigh)); in estimateRootTime()
361 if (fLow==0 || fHigh==0 || h <= minWindow) { in estimateRootTime()
368 const Real x = fHigh/(fHigh-bias*fLow); in estimateRootTime()
/dports/audio/praat/praat-6.2.03/LPC/
H A DLPC_and_Formant.cpp52 const double fLow = margin, fHigh = nyquistFrequency - margin; in Roots_into_Formant_Frame() local
57 if (frequency >= fLow && frequency <= fHigh) { in Roots_into_Formant_Frame()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp20 uint32_t fLow; member
62 block->fLow = 0; in create_etc1_block()
97 block->fLow |= bestPixelIndex << 2*i; in create_etc1_block()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp20 uint32_t fLow; member
62 block->fLow = 0; in create_etc1_block()
97 block->fLow |= bestPixelIndex << 2*i; in create_etc1_block()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp20 uint32_t fLow; member
62 block->fLow = 0; in create_etc1_block()
97 block->fLow |= bestPixelIndex << 2*i; in create_etc1_block()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrDataUtils.cpp20 uint32_t fLow; member
62 block->fLow = 0; in create_etc1_block()
97 block->fLow |= bestPixelIndex << 2*i; in create_etc1_block()

12