Home
last modified time | relevance | path

Searched refs:kLog10Ofe (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/ns/
Dfast_math.cc67 constexpr float kLog10Ofe = 0.4342944819f; in ExpApproximation() local
68 return PowApproximation(10.f, x * kLog10Ofe); in ExpApproximation()