Lines Matching full:number
39 /// \returns A 32-bit integer containing the bit number.
56 /// \returns A 32-bit integer containing the bit number.
107 /// \returns A 32-bit integer containing the bit number.
125 /// \returns A 32-bit integer containing the bit number.
140 /// \returns A 32-bit integer containing the bit number.
156 /// \returns A 32-bit integer containing the bit number.
196 /// Counts the number of bits in the source operand having a value of 1.
205 /// \returns A 32-bit integer containing the number of bits with value 1 in the
214 /// Counts the number of bits in the source operand having a value of 1.
227 /// \returns A 32-bit integer containing the number of bits with value 1 in the
233 /// Counts the number of bits in the source operand having a value of 1.
242 /// \returns A 64-bit integer containing the number of bits with value 1 in the
251 /// Counts the number of bits in the source operand having a value of 1.
264 /// \returns A 64-bit integer containing the number of bits with value 1 in the
541 /// Rotates an 8-bit value to the left by the specified number of bits.
542 /// This operation is undefined if the number of bits exceeds the size of
552 /// The number of bits to rotate the value.
559 /// Rotates an 8-bit value to the right by the specified number of bits.
560 /// This operation is undefined if the number of bits exceeds the size of
570 /// The number of bits to rotate the value.
577 /// Rotates a 16-bit value to the left by the specified number of bits.
578 /// This operation is undefined if the number of bits exceeds the size of
588 /// The number of bits to rotate the value.
596 /// Rotates a 16-bit value to the right by the specified number of bits.
597 /// This operation is undefined if the number of bits exceeds the size of
607 /// The number of bits to rotate the value.
615 /// Rotates a 32-bit value to the left by the specified number of bits.
616 /// This operation is undefined if the number of bits exceeds the size of
626 /// The number of bits to rotate the value.
634 /// Rotates a 32-bit value to the right by the specified number of bits.
635 /// This operation is undefined if the number of bits exceeds the size of
645 /// The number of bits to rotate the value.
654 /// Rotates a 64-bit value to the left by the specified number of bits.
655 /// This operation is undefined if the number of bits exceeds the size of
665 /// The number of bits to rotate the value.
672 /// Rotates a 64-bit value to the right by the specified number of bits.
673 /// This operation is undefined if the number of bits exceeds the size of
683 /// The number of bits to rotate the value.
695 /// Rotates a 64-bit value to the left by the specified number of bits.
696 /// This operation is undefined if the number of bits exceeds the size of
710 /// The number of bits to rotate the value.
715 /// Rotates a 64-bit value to the right by the specified number of bits.
716 /// This operation is undefined if the number of bits exceeds the size of
730 /// The number of bits to rotate the value.
735 /// Rotates a 32-bit value to the left by the specified number of bits.
736 /// This operation is undefined if the number of bits exceeds the size of
750 /// The number of bits to rotate the value.
755 /// Rotates a 32-bit value to the right by the specified number of bits.
756 /// This operation is undefined if the number of bits exceeds the size of
770 /// The number of bits to rotate the value.
776 /// Rotates a 32-bit value to the left by the specified number of bits.
777 /// This operation is undefined if the number of bits exceeds the size of
791 /// The number of bits to rotate the value.
796 /// Rotates a 32-bit value to the right by the specified number of bits.
797 /// This operation is undefined if the number of bits exceeds the size of
811 /// The number of bits to rotate the value.
818 /// Rotates a 16-bit value to the left by the specified number of bits.
819 /// This operation is undefined if the number of bits exceeds the size of
833 /// The number of bits to rotate the value.
838 /// Rotates a 16-bit value to the right by the specified number of bits.
839 /// This operation is undefined if the number of bits exceeds the size of
853 /// The number of bits to rotate the value.