Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.h148 static OPUS_INLINE float celt_exp2(float x) in celt_exp2() function
169 #define celt_exp2(x) ((float)exp(0.6931471805599453094*(x))) macro
234 static OPUS_INLINE opus_val32 celt_exp2(opus_val16 x) in celt_exp2() function