HomeSort by relevance Sort by last modified time
    Searched defs:celt_sqrt (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
mathops.c 118 opus_val32 celt_sqrt(opus_val32 x) function
mathops.h 84 #define celt_sqrt(x) ((float)sqrt(x)) macro
85 #define celt_rsqrt(x) (1.f/celt_sqrt(x))
164 opus_val32 celt_sqrt(opus_val32 x);

Completed in 66 milliseconds