Lines Matching defs:out
198 const T out = powf(10.f, volume / 10.f);199 VS_LOG("in: %f out: %f", volume, out);200 volume = out;