Home
last modified time | relevance | path

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

/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dmath_funcs.h82 static inline double db2linear(double p_db) { in db2linear() function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dmath_funcs.h82 static inline double db2linear(double p_db) { in db2linear() function
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h251 …static _ALWAYS_INLINE_ double db2linear(double p_db) { return Math::exp(p_db * 0.11512925464970228… in db2linear() function
252 …static _ALWAYS_INLINE_ float db2linear(float p_db) { return Math::exp(p_db * 0.1151292546497022842… in db2linear() function
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h251 …static _ALWAYS_INLINE_ double db2linear(double p_db) { return Math::exp(p_db * 0.11512925464970228… in db2linear() function
252 …static _ALWAYS_INLINE_ float db2linear(float p_db) { return Math::exp(p_db * 0.1151292546497022842… in db2linear() function