Lines Matching defs:bit
166 char bit = *s;
167 if (bit == '0' || bit == '1') {
174 value = (value << 1) | (bit - '0');
191 value_nv += (NV)(bit - '0');
194 if (bit == '_' && len && allow_underscores && (bit = s[1])
195 && (bit == '0' || bit == '1'))
511 (0 if unrecognised), otherwise it is a bit-ORed combination of
727 I32 bit;
750 * disable *all* floating point interrupts, a little bit too large
775 for (bit = 1; exponent; bit <<= 1) {
776 if (exponent & bit) {
777 exponent ^= bit;
837 * For example a 32-bit mantissa with an exponent of 4 would have