Lines Matching defs:clz
5343 uint32_t clz = wuffs_base__count_leading_zeroes_u64(man);
5344 exp = 1062 - clz; // 1062 = 1008 + 64 - 10.
5345 man = 0x3FF & (man << (clz - 53));
14080 uint32_t clz = wuffs_base__count_leading_zeroes_u64(man);
14081 man <<= clz;
14085 // converting from power-of-10 to power-of-2, and adjusting by clz.
14098 ((uint64_t)(((217706 * exp10) >> 16) + 1087)) - ((uint64_t)clz);