Home
last modified time | relevance | path

Searched refs:CMP_TOLERANCE (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlLed.cpp113 … on = (meta->unit == U_ENUM) ? (abs(value - fKey) <= CMP_TOLERANCE) : (value >= 0.5f); in update_value()
116 on = abs(fValue - fKey) <= CMP_TOLERANCE; in update_value()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/
H A Dunits.h36 #define CMP_TOLERANCE 1e-6 /* Float compare tolerance … macro