reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
22 const int aWidth = sizeof a * CHAR_BIT; 25 if (a == 0) 29 const int exponent = (aWidth - 1) - __builtin_clz(a); 34 result = (rep_t)a << shift ^ implicitBit;