Lines Matching full:significant
77 /// result. The 32 least-significant bits are returned in lsb.
78 /// The 32 most-significant bits are returned in msb.
92 /// result. The 32 least-significant bits are returned in lsb.
93 /// The 32 most-significant bits are returned in msb.
107 /// returning them in the least significant bits of the result.
108 /// For unsigned data types, the most significant bits of the
110 /// most significant bits will be set to the value of bit offset + base - 1.
127 /// Returns the insertion the bits least-significant bits of insert into base.
170 /// Returns the bit number of the least significant bit set to
183 /// Returns the bit number of the most significant bit in the binary representation of value.
184 /// For positive integers, the result will be the bit number of the most significant bit set to 1.
185 /// For negative integers, the result will be the bit number of the most significant