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) 30 if (a < 0) { 32 a = -a; 32 a = -a; 36 const int exponent = (aWidth - 1) - __builtin_clz(a); 42 result = (rep_t)a << shift ^ implicitBit; 45 result = (rep_t)a >> shift ^ implicitBit; 46 rep_t round = (rep_t)a << (typeWidth - shift);