Searched refs:bitWidthHolding (Results 1 – 1 of 1) sorted by relevance
575 class bitWidthHolding { class578 unsigned int width = (v == 0 ? 0 : bitWidthHolding<(v >> 1)>::width + 1);581 static const int width=bitWidthHolding<255>::width;