Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.c119 opus_val32 celt_sqrt(opus_val32 x) in celt_sqrt() function
Dmathops.h116 #define celt_sqrt(x) ((float)sqrt(x)) macro