Lines Matching full:significant
396 * Combines 32b inputs most significant set bits into the least
397 * significant bits to construct a value with the same MSBs as x
418 * Combines 64b inputs most significant set bits into the least
419 * significant bits to construct a value with the same MSBs as x
554 * Searches the input parameter for the least significant set bit
556 * If a least significant 1 bit is found, its bit index is returned.
562 * least significant set bit in the input parameter.
571 * Searches the input parameter for the least significant set bit
579 * If ``v`` was not 0, this value will contain position of least significant
616 * Return the last (most-significant) bit set.
618 * @note The last (most significant) bit is at position 32.
624 * The last (most-significant) bit set, or 0 if the input is 0.
633 * Searches the input parameter for the least significant set bit
635 * If a least significant 1 bit is found, its bit index is returned.
641 * least significant set bit in the input parameter.
650 * Searches the input parameter for the least significant set bit
658 * If ``v`` was not 0, this value will contain position of least significant
674 * Return the last (most-significant) bit set.
676 * @note The last (most significant) bit is at position 64.
683 * The last (most-significant) bit set, or 0 if the input is 0.