Searched refs:bits (Results 1 – 4 of 4) sorted by relevance
641 long bits = sysconf(_SC_KERNEL_BITS);651 switch (bits)
1276 unsigned int bits = 14 - e; in ecb_binary32_to_binary16() local1277 unsigned int half = (1 << (bits - 1)) - 1; in ecb_binary32_to_binary16()1278 unsigned int even = (m >> bits) & 1; in ecb_binary32_to_binary16()1281 m = (m + half + even) >> bits; in ecb_binary32_to_binary16()
640 Not a backend at all, but a mask to select all backend bits from a3110 // create/start io watcher that sets the relevant bits in fds[n] and increment got_events5335 least 31 bits everywhere, which is enough for hundreds of millions of5341 have at least 51 bits of mantissa (and 9 bits of exponent), which is5521 In libev, events are represented as single bits (such as C<EV_READ> or
9691 # There is notably a 21 bits limit for the UID and the GID. In fact,