Searched refs:EC_CLZ (Results 1 – 2 of 2) sorted by relevance
62 # define EC_CLZ(_x) (-ec_bsr(_x)) macro66 # define EC_CLZ(_x) (_lnorm(_x)) macro70 # define EC_CLZ(_x) (__builtin_clz(_x)) macro73 # define EC_CLZ(_x) (__builtin_clzl(_x)) macro77 #if defined(EC_CLZ)82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x))
35 #if !defined(EC_CLZ)