Home
last modified time | relevance | path

Searched defs:sc_distort (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_InlineUnaryOp.h157 inline float32 sc_distort(float32 x) { return x / ((float32)1. + std::abs(x)); } in sc_distort() function
367 inline float64 sc_distort(float64 x) { return x / ((float64)1. + std::abs(x)); } in sc_distort() function