Searched defs:todB (Results 1 – 2 of 2) sorted by relevance
44 static inline float todB(const float *x){ in todB() function63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f) macro
42 #define todB(x) ((x)>1e-13?log((x)*(x))*4.34294480f:-30) macro