Searched defs:log2x (Results 1 – 7 of 7) sorted by relevance
22 const uint32_t log2x = math_clz_nonzero_u32(x) ^ 31; local
25 const uint32_t log2x = math_clz_nonzero_u32(x) ^ 31; in xnn_u32_log32() local
29 static uint32_t Log2FractionPart(const uint32_t x, const uint32_t log2x) { in Log2FractionPart()
102 const uint32_t log2x = math_clz_nonzero_u32(scaled) ^ 31; // log2 of scaled in Test() local