Lines Matching refs:bit
35 bits are shifted off, they are ``jammed'' into the least significant bit of
36 the result by setting the least significant bit to 1. The value of `count'
60 bits are shifted off, they are ``jammed'' into the least significant bit of
61 the result by setting the least significant bit to 1. The value of `count'
87 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
90 bits shifted off form a second 64-bit result as follows: The _last_ bit
91 shifted off is the most-significant bit of the extra result, and the other
134 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
137 than 128, the result will be 0. The result is broken into two 64-bit pieces
167 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
169 are ``jammed'' into the least significant bit of the result by setting the
170 least significant bit to 1. The value of `count' can be arbitrarily large;
173 nonzero. The result is broken into two 64-bit pieces which are stored at
211 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right
213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
215 off form a third 64-bit result as follows: The _last_ bit shifted off is
216 the most-significant bit of the extra result, and the other 63 bits of the
282 Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the
284 of `count' must be less than 64. The result is broken into two 64-bit
301 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left
304 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
338 Adds the 128-bit value formed by concatenating `a0' and `a1' to the 128-bit
340 any carry out is lost. The result is broken into two 64-bit pieces which
358 Adds the 192-bit value formed by concatenating `a0', `a1', and `a2' to the
359 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
361 64-bit pieces which are stored at the locations pointed to by `z0Ptr',
397 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
398 128-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo
400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and
416 Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
417 from the 192-bit value formed by concatenating `a0', `a1', and `a2'.
419 result is broken into three 64-bit pieces which are stored at the locations
455 Multiplies `a' by `b' to obtain a 128-bit product. The product is broken
456 into two 64-bit pieces which are stored at the locations pointed to by
485 Multiplies the 128-bit value formed by concatenating `a0' and `a1' by `b' to
486 obtain a 192-bit product. The product is broken into three 64-bit pieces
514 Multiplies the 128-bit value formed by concatenating `a0' and `a1' to the
515 128-bit value formed by concatenating `b0' and `b1' to obtain a 256-bit
516 product. The product is broken into four 64-bit pieces which are stored at
552 Returns an approximation to the 64-bit integer quotient obtained by dividing
553 `b' into the 128-bit value formed by concatenating `a0' and `a1'. The
556 If the exact quotient q is larger than 64 bits, the maximum positive 64-bit
594 Returns an approximation to the square root of the 32-bit significand given
595 by `a'. Considered as an integer, `a' must be at least 2^31. If bit 0 of
596 `aExp' (the least significant bit) is 1, the integer returned approximates
597 2^31*sqrt(`a'/2^31), where `a' is considered an integer. If bit 0 of `aExp'
637 Returns the number of leading 0 bits before the most-significant 1 bit
679 Returns the number of leading 0 bits before the most-significant 1 bit
701 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1'
702 is equal to the 128-bit value formed by concatenating `b0' and `b1'.
715 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
716 than or equal to the 128-bit value formed by concatenating `b0' and `b1'.
729 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
730 than the 128-bit value formed by concatenating `b0' and `b1'. Otherwise,
743 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is
744 not equal to the 128-bit value formed by concatenating `b0' and `b1'.