Home
last modified time | relevance | path

Searched refs:thrshld (Results 1 – 7 of 7) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/src/
H A Dfroidure-pin-base.cpp51 FroidurePinBase::concurrency_threshold(size_t thrshld) noexcept { in concurrency_threshold() argument
52 _settings._concurrency_threshold = thrshld; in concurrency_threshold()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dvideo.hpp144 double thrshld, bool detect, double lRate) : operation(op), in BackgroundSubtractorParams()
146 threshold(thrshld), in BackgroundSubtractorParams()
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dfroidure-pin-base.cpp296 FroidurePinBase::concurrency_threshold(size_t thrshld) noexcept { in concurrency_threshold() argument
297 _settings._concurrency_threshold = thrshld; in concurrency_threshold()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dfroidure-pin-base.hpp210 FroidurePinBase& concurrency_threshold(size_t thrshld) noexcept;
/dports/math/libsemigroups/libsemigroups-1.3.7/include/libsemigroups/
H A Dfroidure-pin-base.hpp202 FroidurePinBase& concurrency_threshold(size_t thrshld) noexcept;
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp2072 float thrshld{1.0f}; in UpdateDeviceParams() local
2077 thrshld = 127.0f / 128.0f; in UpdateDeviceParams()
2081 thrshld = 32767.0f / 32768.0f; in UpdateDeviceParams()
2089 thrshld -= 1.0f / device->DitherDepth; in UpdateDeviceParams()
2091 const float thrshld_dB{std::log10(thrshld) * 20.0f}; in UpdateDeviceParams()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dsample-editor.c3178 sample_editor_trim(gboolean trbeg, gboolean trend, gfloat thrshld) argument
3212 ground = rint((gfloat)maxamp * pow(10.0, thrshld / 20));