o
    
Û¾i˜  ã                   @   sr   d Z dZdededefdd„Zdedefdd	„Zdedefd
d„Zdededefdd„Zdededefdd„ZdS )z Math utility functions for vLLM.göûý_G÷?ÚaÚbÚreturnc                 C   s   | |   S )zCeiling division.© )r   r   r   r   úI/home/ubuntu/.local/lib/python3.10/site-packages/vllm/utils/math_utils.pyÚcdiv
   ó   r   Únc                 C   s   | dk rdS d| d   ¡ > S )zThe next power of 2 (inclusive)é   ©Ú
bit_length©r   r   r   r   Únext_power_of_2   ó   r   c                 C   s   | dkrdS d|   ¡ d > S )z#The previous power of 2 (inclusive)é    r	   r
   r   r   r   r   Úprev_power_of_2   r   r   ÚxÚyc                 C   s   | | d | | S )z(Round up x to the nearest multiple of y.r	   r   ©r   r   r   r   r   Úround_up   s   r   c                 C   s   | | | S )z*Round down x to the nearest multiple of y.r   r   r   r   r   Ú
round_down"   r   r   N)Ú__doc__ÚRCP_LN2Úintr   r   r   r   r   r   r   r   r   Ú<module>   s   