Searched defs:EC_CLZ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Decintrin.h62 # define EC_CLZ(_x) (-ec_bsr(_x)) macro
66 # define EC_CLZ(_x) (_lnorm(_x)) macro
70 # define EC_CLZ(_x) (__builtin_clz(_x)) macro
73 # define EC_CLZ(_x) (__builtin_clzl(_x)) macro
77 #if defined(EC_CLZ)
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x))
/external/libopus/celt/
H A Decintrin.h62 # define EC_CLZ(_x) (-ec_bsr(_x)) macro
66 # define EC_CLZ(_x) (_lnorm(_x)) macro
70 # define EC_CLZ(_x) (__builtin_clz(_x)) macro
73 # define EC_CLZ(_x) (__builtin_clzl(_x)) macro
77 #if defined(EC_CLZ)
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x))

Completed in 294 milliseconds