Home
last modified time | relevance | path

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

/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A Dunit_conv.h127 static inline const double unitRange_to_unitRange_squared(const double x) { return pow(x,2.0); } in unitRange_to_unitRange_squared() function
H A DActionParamMappers.h171 return unitRange_to_otherRange_linear(unitRange_to_unitRange_squared(x),minValue,maxValue); in interpretValue()