Searched defs:clz128 (Results 1 – 2 of 2) sorted by relevance
91 #define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 + clz64(n_lo) : clz64_nz(n_hi)) macro