Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DSC_InlineUnaryOp.h67 inline float32 sc_log2(float32 x) { return std::log2(x); } in sc_log2() function
278 inline float64 sc_log2(float64 x) { return std::log2(std::abs(x)); } in sc_log2() function