Lowering Listing
================

This lists all lowering definition registered to the CPU target.
Each subsection corresponds to a Python function that is supported by numba
nopython mode. These functions have one or more lower implementation with
different signatures. The compiler chooses the most specific implementation
from all overloads.

``'!='``
--------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_ne`` `numba/targets/tupleobj.py lines 65-68 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L65-L68>`_                              
      `(Complex, Complex)`                               ``complex_ne_impl`` `numba/targets/numbers.py lines 1114-1123 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1114-L1123>`_                        
        `(Const, Const)`                                    ``const_eq_impl`` `numba/targets/numbers.py lines 524-531 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L524-L531>`_                           
   `(EnumMember, EnumMember)`                                   ``enum_ne`` `numba/targets/enumimpl.py lines 32-38 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/enumimpl.py#L32-L38>`_                               
        `(Float, Float)`                                     ``real_ne_impl`` `numba/targets/numbers.py lines 835-837 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L835-L837>`_                           
      `(Integer, Integer)`                                   ``int_ne_impl`` `numba/targets/numbers.py lines 356-358 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L356-L358>`_                            
         `(List, List)`                                        ``list_ne`` `numba/targets/listobj.py lines 777-783 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L777-L783>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`          ``_create_timedelta_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 268-285 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L268-L285>`_       
          `(Set, Set)`                                         ``set_ne`` `numba/targets/setobj.py lines 1381-1386 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1381-L1386>`_                             
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_ne_impl`` `numba/targets/numbers.py lines 356-358 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L356-L358>`_                            
================================  ==================================================================================================================================================================================================================================

``'%'``
-------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(Float, Float)`                                ``real_mod_impl`` `numba/targets/numbers.py lines 760-776 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L760-L776>`_                           
  `(Integer, Integer)`                               ``int_rem_impl`` `numba/targets/numbers.py lines 189-193 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L189-L193>`_                           
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'%='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'&'``
-------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Boolean, Boolean)`                               ``int_and_impl`` `numba/targets/numbers.py lines 396-402 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L396-L402>`_                           
  `(Integer, Integer)`                               ``int_and_impl`` `numba/targets/numbers.py lines 396-402 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L396-L402>`_                           
      `(Set, Set)`                                ``set_intersection`` `numba/targets/setobj.py lines 1302-1315 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1302-L1315>`_                        
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'&='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
    `(Set, Set)`                                 ``set_inplace`` `numba/targets/setobj.py lines 1283-1287 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1283-L1287>`_                           
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'*'``
-------

============================  ==================================================================================================================================================================================================================================
         Signature                                                                                                                        Definition                                                                                                            
============================  ==================================================================================================================================================================================================================================
      `(Array, Array)`          ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
       `(Array, any)`           ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(Complex, Complex)`                             ``complex_mul_impl`` `numba/targets/numbers.py lines 1028-1048 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1028-L1048>`_                       
      `(Float, Float)`                                  ``real_mul_impl`` `numba/targets/numbers.py lines 592-594 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L592-L594>`_                           
   `(Float, NPTimedelta)`                        ``number_times_timedelta`` `numba/targets/npdatetime.py lines 212-218 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L212-L218>`_                   
    `(Integer, Integer)`                                   ``int_mul_impl`` `numba/targets/numbers.py lines 54-60 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L54-L60>`_                             
  `(Integer, NPTimedelta)`                       ``number_times_timedelta`` `numba/targets/npdatetime.py lines 212-218 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L212-L218>`_                   
     `(List, Integer)`                                     ``list_mul`` `numba/targets/listobj.py lines 702-720 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L702-L720>`_                             
   `(NPTimedelta, Float)`                        ``timedelta_times_number`` `numba/targets/npdatetime.py lines 204-210 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L204-L210>`_                   
  `(NPTimedelta, Integer)`                       ``timedelta_times_number`` `numba/targets/npdatetime.py lines 204-210 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L204-L210>`_                   
       `(any, Array)`           ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
============================  ==================================================================================================================================================================================================================================

``'**'``
--------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Complex, Complex)`                            ``complex_power_impl`` `numba/targets/numbers.py lines 953-994 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L953-L994>`_                        
    `(Float, Const)`                              ``static_power_impl`` `numba/targets/numbers.py lines 248-308 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L248-L308>`_                         
    `(Float, Float)`                               ``real_power_impl`` `numba/targets/numbers.py lines 798-807 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L798-L807>`_                          
    `(Float, int16)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
    `(Float, int32)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
    `(Float, int64)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
    `(Float, int8)`                                 ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
   `(Float, uint16)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
   `(Float, uint32)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
   `(Float, uint64)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
    `(Float, uint8)`                                ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
   `(Integer, Const)`                             ``static_power_impl`` `numba/targets/numbers.py lines 248-308 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L248-L308>`_                         
  `(Integer, Integer)`                              ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_                          
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'**='``
---------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'*='``
--------

=====================  ===================================================================================================================================================================================================================================
      Signature                                                                                                                    Definition                                                                                                             
=====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`        ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
  `(List, Integer)`                             ``list_mul_inplace`` `numba/targets/listobj.py lines 722-739 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L722-L739>`_                          
   `(any, Array)`        ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
=====================  ===================================================================================================================================================================================================================================

``'+'``
-------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
           `(Array)`                                     ``array_positive_impl`` `numba/targets/npyimpl.py lines 515-527 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L515-L527>`_                        
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                   ``tuple_add`` `numba/targets/tupleobj.py lines 22-27 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L22-L27>`_                              
          `(Complex)`                                 ``complex_positive_impl`` `numba/targets/numbers.py lines 1097-1099 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1097-L1099>`_                     
      `(Complex, Complex)`                                ``complex_add_impl`` `numba/targets/numbers.py lines 996-1009 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L996-L1009>`_                        
           `(Float)`                                      ``real_positive_impl`` `numba/targets/numbers.py lines 853-857 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L853-L857>`_                        
        `(Float, Float)`                                    ``real_add_impl`` `numba/targets/numbers.py lines 582-584 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L582-L584>`_                           
          `(Integer)`                                     ``int_positive_impl`` `numba/targets/numbers.py lines 432-436 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L432-L436>`_                         
      `(Integer, Integer)`                                     ``int_add_impl`` `numba/targets/numbers.py lines 36-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L36-L42>`_                             
         `(List, List)`                                        ``list_add`` `numba/targets/listobj.py lines 672-692 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L672-L692>`_                             
  `(NPDatetime, NPTimedelta)`                       ``datetime_plus_timedelta`` `numba/targets/npdatetime.py lines 476-484 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L476-L484>`_                   
        `(NPTimedelta)`                                ``timedelta_pos_impl`` `numba/targets/npdatetime.py lines 119-122 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L119-L122>`_                     
  `(NPTimedelta, NPDatetime)`                       ``timedelta_plus_datetime`` `numba/targets/npdatetime.py lines 486-494 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L486-L494>`_                   
  `(NPTimedelta, NPTimedelta)`                         ``timedelta_add_impl`` `numba/targets/npdatetime.py lines 162-172 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L162-L172>`_                     
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
            `(bool)`                                   ``bool_unary_positive_impl`` `numba/targets/numbers.py lines 498-502 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L498-L502>`_                     
================================  ==================================================================================================================================================================================================================================

``'+='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(List, List)`                              ``list_add_inplace`` `numba/targets/listobj.py lines 694-699 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L694-L699>`_                          
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'-'``
-------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
           `(Array)`                 ``register_unary_operator_kernel.<locals>.lower_unary_operator`` `numba/targets/npyimpl.py lines 472-474 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L472-L474>`_   
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
          `(Complex)`                                  ``complex_negate_impl`` `numba/targets/numbers.py lines 1085-1094 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1085-L1094>`_                      
      `(Complex, Complex)`                               ``complex_sub_impl`` `numba/targets/numbers.py lines 1012-1025 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1012-L1025>`_                       
           `(Float)`                                       ``real_negate_impl`` `numba/targets/numbers.py lines 847-850 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L847-L850>`_                         
        `(Float, Float)`                                    ``real_sub_impl`` `numba/targets/numbers.py lines 587-589 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L587-L589>`_                           
          `(Integer)`                                      ``int_negate_impl`` `numba/targets/numbers.py lines 423-429 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L423-L429>`_                          
      `(Integer, Integer)`                                     ``int_sub_impl`` `numba/targets/numbers.py lines 45-51 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L45-L51>`_                             
   `(NPDatetime, NPDatetime)`                       ``datetime_minus_datetime`` `numba/targets/npdatetime.py lines 510-524 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L510-L524>`_                   
  `(NPDatetime, NPTimedelta)`                       ``datetime_minus_timedelta`` `numba/targets/npdatetime.py lines 498-506 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L498-L506>`_                  
        `(NPTimedelta)`                                ``timedelta_neg_impl`` `numba/targets/npdatetime.py lines 124-127 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L124-L127>`_                     
  `(NPTimedelta, NPTimedelta)`                         ``timedelta_sub_impl`` `numba/targets/npdatetime.py lines 174-184 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L174-L184>`_                     
          `(Set, Set)`                                     ``set_difference`` `numba/targets/setobj.py lines 1292-1300 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1292-L1300>`_                         
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
            `(bool)`                                       ``bool_negate_impl`` `numba/targets/numbers.py lines 490-495 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L490-L495>`_                         
================================  ==================================================================================================================================================================================================================================

``'-='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
    `(Set, Set)`                                 ``set_inplace`` `numba/targets/setobj.py lines 1283-1287 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1283-L1287>`_                           
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'/'``
-------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
      `(Complex, Complex)`                               ``complex_div_impl`` `numba/targets/numbers.py lines 1053-1082 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1053-L1082>`_                       
        `(Float, Float)`                                    ``real_div_impl`` `numba/targets/numbers.py lines 597-601 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L597-L601>`_                           
      `(Integer, Integer)`                                 ``int_truediv_impl`` `numba/targets/numbers.py lines 177-186 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L177-L186>`_                         
     `(NPTimedelta, Float)`                          ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
    `(NPTimedelta, Integer)`                         ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
  `(NPTimedelta, NPTimedelta)`                      ``timedelta_over_timedelta`` `numba/targets/npdatetime.py lines 247-262 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L247-L262>`_                  
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
================================  ==================================================================================================================================================================================================================================

``'//'``
--------

============================  ==================================================================================================================================================================================================================================
         Signature                                                                                                                        Definition                                                                                                            
============================  ==================================================================================================================================================================================================================================
      `(Array, Array)`          ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
       `(Array, any)`           ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
      `(Float, Float)`                                ``real_floordiv_impl`` `numba/targets/numbers.py lines 779-795 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L779-L795>`_                        
    `(Integer, Integer)`                              ``int_floordiv_impl`` `numba/targets/numbers.py lines 169-174 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L169-L174>`_                         
   `(NPTimedelta, Float)`                        ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
  `(NPTimedelta, Integer)`                       ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
       `(any, Array)`           ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
============================  ==================================================================================================================================================================================================================================

``'//='``
---------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'/='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'/?'``
--------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
      `(Complex, Complex)`                               ``complex_div_impl`` `numba/targets/numbers.py lines 1053-1082 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1053-L1082>`_                       
        `(Float, Float)`                                    ``real_div_impl`` `numba/targets/numbers.py lines 597-601 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L597-L601>`_                           
      `(Integer, Integer)`                                ``int_floordiv_impl`` `numba/targets/numbers.py lines 169-174 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L169-L174>`_                         
     `(NPTimedelta, Float)`                          ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
    `(NPTimedelta, Integer)`                         ``timedelta_over_number`` `numba/targets/npdatetime.py lines 220-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L220-L245>`_                    
  `(NPTimedelta, NPTimedelta)`                      ``timedelta_over_timedelta`` `numba/targets/npdatetime.py lines 247-262 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L247-L262>`_                  
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
================================  ==================================================================================================================================================================================================================================

``'<'``
-------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_lt`` `numba/targets/tupleobj.py lines 70-73 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L70-L73>`_                              
        `(Float, Float)`                                     ``real_lt_impl`` `numba/targets/numbers.py lines 810-812 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L810-L812>`_                           
         `(List, List)`                                        ``list_lt`` `numba/targets/listobj.py lines 800-813 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L800-L813>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`           ``_create_timedelta_ordering_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 291-305 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L291-L305>`_        
          `(Set, Set)`                                         ``set_lt`` `numba/targets/setobj.py lines 1388-1393 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1388-L1393>`_                             
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_ult_impl`` `numba/targets/numbers.py lines 331-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L331-L333>`_                           
        `(int16, int16)`                                     ``int_slt_impl`` `numba/targets/numbers.py lines 311-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L311-L313>`_                           
        `(int32, int32)`                                     ``int_slt_impl`` `numba/targets/numbers.py lines 311-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L311-L313>`_                           
        `(int64, int64)`                                     ``int_slt_impl`` `numba/targets/numbers.py lines 311-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L311-L313>`_                           
         `(int8, int8)`                                      ``int_slt_impl`` `numba/targets/numbers.py lines 311-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L311-L313>`_                           
       `(uint16, uint16)`                                    ``int_ult_impl`` `numba/targets/numbers.py lines 331-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L331-L333>`_                           
       `(uint32, uint32)`                                    ``int_ult_impl`` `numba/targets/numbers.py lines 331-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L331-L333>`_                           
       `(uint64, uint64)`                                    ``int_ult_impl`` `numba/targets/numbers.py lines 331-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L331-L333>`_                           
        `(uint8, uint8)`                                     ``int_ult_impl`` `numba/targets/numbers.py lines 331-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L331-L333>`_                           
================================  ==================================================================================================================================================================================================================================

``'<<'``
--------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Integer, Integer)`                               ``int_shl_impl`` `numba/targets/numbers.py lines 375-381 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L375-L381>`_                           
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'<<='``
---------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'<='``
--------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_le`` `numba/targets/tupleobj.py lines 75-78 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L75-L78>`_                              
        `(Float, Float)`                                     ``real_le_impl`` `numba/targets/numbers.py lines 815-817 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L815-L817>`_                           
         `(List, List)`                                        ``list_le`` `numba/targets/listobj.py lines 785-798 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L785-L798>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`           ``_create_timedelta_ordering_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 291-305 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L291-L305>`_        
          `(Set, Set)`                                      ``set_issubset`` `numba/targets/setobj.py lines 1358-1364 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1358-L1364>`_                          
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_ule_impl`` `numba/targets/numbers.py lines 336-338 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L336-L338>`_                           
        `(int16, int16)`                                     ``int_sle_impl`` `numba/targets/numbers.py lines 316-318 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L316-L318>`_                           
        `(int32, int32)`                                     ``int_sle_impl`` `numba/targets/numbers.py lines 316-318 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L316-L318>`_                           
        `(int64, int64)`                                     ``int_sle_impl`` `numba/targets/numbers.py lines 316-318 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L316-L318>`_                           
         `(int8, int8)`                                      ``int_sle_impl`` `numba/targets/numbers.py lines 316-318 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L316-L318>`_                           
       `(uint16, uint16)`                                    ``int_ule_impl`` `numba/targets/numbers.py lines 336-338 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L336-L338>`_                           
       `(uint32, uint32)`                                    ``int_ule_impl`` `numba/targets/numbers.py lines 336-338 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L336-L338>`_                           
       `(uint64, uint64)`                                    ``int_ule_impl`` `numba/targets/numbers.py lines 336-338 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L336-L338>`_                           
        `(uint8, uint8)`                                     ``int_ule_impl`` `numba/targets/numbers.py lines 336-338 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L336-L338>`_                           
================================  ==================================================================================================================================================================================================================================

``'=='``
--------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_eq`` `numba/targets/tupleobj.py lines 50-63 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L50-L63>`_                              
      `(Complex, Complex)`                               ``complex_eq_impl`` `numba/targets/numbers.py lines 1102-1111 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1102-L1111>`_                        
        `(Const, Const)`                                    ``const_eq_impl`` `numba/targets/numbers.py lines 515-522 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L515-L522>`_                           
   `(EnumMember, EnumMember)`                                   ``enum_eq`` `numba/targets/enumimpl.py lines 11-17 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/enumimpl.py#L11-L17>`_                               
        `(Float, Float)`                                     ``real_eq_impl`` `numba/targets/numbers.py lines 830-832 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L830-L832>`_                           
      `(Integer, Integer)`                                   ``int_eq_impl`` `numba/targets/numbers.py lines 351-353 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L351-L353>`_                            
         `(List, List)`                                        ``list_eq`` `numba/targets/listobj.py lines 753-775 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L753-L775>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`          ``_create_timedelta_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 268-285 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L268-L285>`_       
          `(Set, Set)`                                     ``set_isdisjoint`` `numba/targets/setobj.py lines 1374-1379 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1374-L1379>`_                         
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_eq_impl`` `numba/targets/numbers.py lines 351-353 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L351-L353>`_                            
================================  ==================================================================================================================================================================================================================================

``'>'``
-------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_gt`` `numba/targets/tupleobj.py lines 80-83 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L80-L83>`_                              
        `(Float, Float)`                                     ``real_gt_impl`` `numba/targets/numbers.py lines 820-822 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L820-L822>`_                           
         `(List, List)`                                        ``list_gt`` `numba/targets/listobj.py lines 823-829 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L823-L829>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`           ``_create_timedelta_ordering_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 291-305 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L291-L305>`_        
          `(Set, Set)`                                         ``set_gt`` `numba/targets/setobj.py lines 1395-1400 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1395-L1400>`_                             
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_ugt_impl`` `numba/targets/numbers.py lines 341-343 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L341-L343>`_                           
        `(int16, int16)`                                     ``int_sgt_impl`` `numba/targets/numbers.py lines 321-323 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L321-L323>`_                           
        `(int32, int32)`                                     ``int_sgt_impl`` `numba/targets/numbers.py lines 321-323 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L321-L323>`_                           
        `(int64, int64)`                                     ``int_sgt_impl`` `numba/targets/numbers.py lines 321-323 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L321-L323>`_                           
         `(int8, int8)`                                      ``int_sgt_impl`` `numba/targets/numbers.py lines 321-323 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L321-L323>`_                           
       `(uint16, uint16)`                                    ``int_ugt_impl`` `numba/targets/numbers.py lines 341-343 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L341-L343>`_                           
       `(uint32, uint32)`                                    ``int_ugt_impl`` `numba/targets/numbers.py lines 341-343 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L341-L343>`_                           
       `(uint64, uint64)`                                    ``int_ugt_impl`` `numba/targets/numbers.py lines 341-343 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L341-L343>`_                           
        `(uint8, uint8)`                                     ``int_ugt_impl`` `numba/targets/numbers.py lines 341-343 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L341-L343>`_                           
================================  ==================================================================================================================================================================================================================================

``'>='``
--------

================================  ==================================================================================================================================================================================================================================
           Signature                                                                                                                          Definition                                                                                                            
================================  ==================================================================================================================================================================================================================================
        `(Array, Array)`            ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(Array, any)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
    `(BaseTuple, BaseTuple)`                                    ``tuple_ge`` `numba/targets/tupleobj.py lines 85-88 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L85-L88>`_                              
        `(Float, Float)`                                     ``real_ge_impl`` `numba/targets/numbers.py lines 825-827 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L825-L827>`_                           
         `(List, List)`                                        ``list_ge`` `numba/targets/listobj.py lines 815-821 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L815-L821>`_                              
   `(NPDatetime, NPDatetime)`            ``_create_datetime_comparison_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 529-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L529-L547>`_       
  `(NPTimedelta, NPTimedelta)`           ``_create_timedelta_ordering_impl.<locals>.impl`` `numba/targets/npdatetime.py lines 291-305 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L291-L305>`_        
          `(Set, Set)`                                     ``set_issuperset`` `numba/targets/setobj.py lines 1366-1372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1366-L1372>`_                         
         `(any, Array)`             ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
         `(bool, bool)`                                      ``int_uge_impl`` `numba/targets/numbers.py lines 346-348 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L346-L348>`_                           
        `(int16, int16)`                                     ``int_sge_impl`` `numba/targets/numbers.py lines 326-328 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L326-L328>`_                           
        `(int32, int32)`                                     ``int_sge_impl`` `numba/targets/numbers.py lines 326-328 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L326-L328>`_                           
        `(int64, int64)`                                     ``int_sge_impl`` `numba/targets/numbers.py lines 326-328 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L326-L328>`_                           
         `(int8, int8)`                                      ``int_sge_impl`` `numba/targets/numbers.py lines 326-328 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L326-L328>`_                           
       `(uint16, uint16)`                                    ``int_uge_impl`` `numba/targets/numbers.py lines 346-348 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L346-L348>`_                           
       `(uint32, uint32)`                                    ``int_uge_impl`` `numba/targets/numbers.py lines 346-348 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L346-L348>`_                           
       `(uint64, uint64)`                                    ``int_uge_impl`` `numba/targets/numbers.py lines 346-348 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L346-L348>`_                           
        `(uint8, uint8)`                                     ``int_uge_impl`` `numba/targets/numbers.py lines 346-348 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L346-L348>`_                           
================================  ==================================================================================================================================================================================================================================

``'>>'``
--------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Integer, Integer)`                               ``int_shr_impl`` `numba/targets/numbers.py lines 384-393 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L384-L393>`_                           
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'>>='``
---------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'@'``
-------

====================  =======================================================================================================================================================================
     Signature                                                                                      Definition                                                                               
====================  =======================================================================================================================================================================
  `(Array, Array)`      ``dot_2`` `numba/targets/linalg.py lines 520-540 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/linalg.py#L520-L540>`_  
====================  =======================================================================================================================================================================

``'^'``
-------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Boolean, Boolean)`                               ``int_xor_impl`` `numba/targets/numbers.py lines 414-420 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L414-L420>`_                           
  `(Integer, Integer)`                               ``int_xor_impl`` `numba/targets/numbers.py lines 414-420 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L414-L420>`_                           
      `(Set, Set)`                            ``set_symmetric_difference`` `numba/targets/setobj.py lines 1317-1331 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1317-L1331>`_                    
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'^='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
    `(Set, Set)`                                 ``set_inplace`` `numba/targets/setobj.py lines 1283-1287 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1283-L1287>`_                           
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'__array__'``
---------------

======================  ====================================================================================================================================================================================
      Signature                                                                                              Definition                                                                                     
======================  ====================================================================================================================================================================================
  `(SmartArrayType)`      ``array_as_array`` `numba/targets/smartarray.py lines 20-24 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/smartarray.py#L20-L24>`_  
======================  ====================================================================================================================================================================================

``'__array_wrap__'``
--------------------

=============================  ======================================================================================================================================================================================
          Signature                                                                                                  Definition                                                                                      
=============================  ======================================================================================================================================================================================
  `(SmartArrayType, Array)`      ``array_wrap_array`` `numba/targets/smartarray.py lines 26-30 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/smartarray.py#L26-L30>`_  
=============================  ======================================================================================================================================================================================

``'array.argmax'``
------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_argmax`` `numba/targets/arraymath.py lines 471-488 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L471-L488>`_  
=============  ====================================================================================================================================================================================

``'array.argmin'``
------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_argmin`` `numba/targets/arraymath.py lines 420-468 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L420-L468>`_  
=============  ====================================================================================================================================================================================

``'array.argsort'``
-------------------

====================  =======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                       
====================  =======================================================================================================================================================================================
  `(Array, Const)`      ``array_argsort`` `numba/targets/arrayobj.py lines 4650-4664 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4650-L4664>`_  
====================  =======================================================================================================================================================================================

``'array.astype'``
------------------

========================  ======================================================================================================================================================================================
       Signature                                                                                                Definition                                                                                      
========================  ======================================================================================================================================================================================
  `(Array, DTypeSpec)`      ``array_astype`` `numba/targets/arrayobj.py lines 3781-3808 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3781-L3808>`_  
========================  ======================================================================================================================================================================================

``'array.copy'``
----------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_copy`` `numba/targets/arrayobj.py lines 3703-3705 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3703-L3705>`_  
=============  ====================================================================================================================================================================================

``'array.cumprod'``
-------------------

=============  =====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                      
=============  =====================================================================================================================================================================================
  `(Array)`      ``array_cumprod`` `numba/targets/arraymath.py lines 297-316 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L297-L316>`_  
=============  =====================================================================================================================================================================================

``'array.cumsum'``
------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_cumsum`` `numba/targets/arraymath.py lines 273-293 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L273-L293>`_  
=============  ====================================================================================================================================================================================

``'array.flatten'``
-------------------

=============  =======================================================================================================================================================================================
  Signature                                                                                          Definition                                                                                       
=============  =======================================================================================================================================================================================
  `(Array)`      ``array_flatten`` `numba/targets/arrayobj.py lines 1691-1699 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1691-L1699>`_  
=============  =======================================================================================================================================================================================

``'array.item'``
----------------

=============  ================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                   
=============  ================================================================================================================================================================================
  `(Array)`      ``array_item`` `numba/targets/arrayobj.py lines 497-509 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L497-L509>`_  
=============  ================================================================================================================================================================================

``'array.itemset'``
-------------------

==================  ===================================================================================================================================================================================
    Signature                                                                                           Definition                                                                                     
==================  ===================================================================================================================================================================================
  `(Array, any)`      ``array_itemset`` `numba/targets/arrayobj.py lines 512-526 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L512-L526>`_  
==================  ===================================================================================================================================================================================

``'array.max'``
---------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_max`` `numba/targets/arraymath.py lines 402-417 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L402-L417>`_  
=============  =================================================================================================================================================================================

``'array.mean'``
----------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(Array)`      ``array_mean`` `numba/targets/arraymath.py lines 318-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L318-L333>`_  
=============  ==================================================================================================================================================================================

``'array.min'``
---------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_min`` `numba/targets/arraymath.py lines 362-399 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L362-L399>`_  
=============  =================================================================================================================================================================================

``'array.nonzero'``
-------------------

=============  =========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                        
=============  =========================================================================================================================================================================================
  `(Array)`      ``array_nonzero`` `numba/targets/arraymath.py lines 1352-1409 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1352-L1409>`_  
=============  =========================================================================================================================================================================================

``'array.prod'``
----------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(Array)`      ``array_prod`` `numba/targets/arraymath.py lines 259-271 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L259-L271>`_  
=============  ==================================================================================================================================================================================

``'array.ravel'``
-----------------

=============  =====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                      
=============  =====================================================================================================================================================================================
  `(Array)`      ``array_ravel`` `numba/targets/arrayobj.py lines 1660-1680 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1660-L1680>`_  
=============  =====================================================================================================================================================================================

``'array.reshape'``
-------------------

========================  ==============================================================================================================================================================================================
       Signature                                                                                                    Definition                                                                                          
========================  ==============================================================================================================================================================================================
    `(Array, *any)`         ``array_reshape_vararg`` `numba/targets/arrayobj.py lines 1647-1650 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1647-L1650>`_  
  `(Array, BaseTuple)`         ``array_reshape`` `numba/targets/arrayobj.py lines 1582-1644 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1582-L1644>`_      
========================  ==============================================================================================================================================================================================

``'array.sort'``
----------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_sort`` `numba/targets/arrayobj.py lines 4628-4638 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4628-L4638>`_  
=============  ====================================================================================================================================================================================

``'array.std'``
---------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_std`` `numba/targets/arraymath.py lines 353-359 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L353-L359>`_  
=============  =================================================================================================================================================================================

``'array.sum'``
---------------

====================  ======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                      
====================  ======================================================================================================================================================================================
     `(Array)`            ``array_sum`` `numba/targets/arraymath.py lines 154-167 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L154-L167>`_     
  `(Array, Const)`      ``array_sum_axis`` `numba/targets/arraymath.py lines 169-257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L169-L257>`_  
  `(Array, int64)`      ``array_sum_axis`` `numba/targets/arraymath.py lines 169-257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L169-L257>`_  
====================  ======================================================================================================================================================================================

``'array.take'``
----------------

========================  ======================================================================================================================================================================================
       Signature                                                                                                Definition                                                                                      
========================  ======================================================================================================================================================================================
    `(Array, Array)`        ``numpy_take_2`` `numba/targets/arrayobj.py lines 3529-3552 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3529-L3552>`_  
  `(Array, BaseTuple)`      ``numpy_take_3`` `numba/targets/arrayobj.py lines 3554-3574 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3554-L3574>`_  
   `(Array, Integer)`       ``numpy_take_1`` `numba/targets/arrayobj.py lines 3517-3527 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3517-L3527>`_  
    `(Array, List)`         ``numpy_take_3`` `numba/targets/arrayobj.py lines 3554-3574 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3554-L3574>`_  
========================  ======================================================================================================================================================================================

``'array.transpose'``
---------------------

========================  ================================================================================================================================================================================================
       Signature                                                                                                     Definition                                                                                           
========================  ================================================================================================================================================================================================
       `(Array)`               ``array_transpose`` `numba/targets/arrayobj.py lines 1404-1406 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1404-L1406>`_      
    `(Array, *any)`         ``array_transpose_vararg`` `numba/targets/arrayobj.py lines 1478-1481 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1478-L1481>`_  
  `(Array, BaseTuple)`      ``array_transpose_tuple`` `numba/targets/arrayobj.py lines 1423-1475 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1423-L1475>`_   
========================  ================================================================================================================================================================================================

``'array.var'``
---------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_var`` `numba/targets/arraymath.py lines 335-350 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L335-L350>`_  
=============  =================================================================================================================================================================================

``'array.view'``
----------------

========================  ====================================================================================================================================================================================
       Signature                                                                                               Definition                                                                                     
========================  ====================================================================================================================================================================================
  `(Array, DTypeSpec)`      ``array_view`` `numba/targets/arrayobj.py lines 1838-1863 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1838-L1863>`_  
========================  ====================================================================================================================================================================================

``'complex.conjugate'``
-----------------------

===============  ==========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                        
===============  ==========================================================================================================================================================================================
  `(Complex)`      ``complex_conjugate_impl`` `numba/targets/numbers.py lines 929-935 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L929-L935>`_  
   `(Float)`        ``real_conjugate_impl`` `numba/targets/numbers.py lines 944-945 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L944-L945>`_    
  `(Integer)`       ``real_conjugate_impl`` `numba/targets/numbers.py lines 944-945 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L944-L945>`_    
===============  ==========================================================================================================================================================================================

``'delitem'``
-------------

=======================  ======================================================================================================================================================================================
       Signature                                                                                               Definition                                                                                      
=======================  ======================================================================================================================================================================================
   `(List, Integer)`       ``delitem_list_index`` `numba/targets/listobj.py lines 610-616 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L610-L616>`_  
  `(List, SliceType)`         ``delitem_list`` `numba/targets/listobj.py lines 619-649 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L619-L649>`_     
=======================  ======================================================================================================================================================================================

``'ffi.from_buffer'``
---------------------

==============  =============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                  
==============  =============================================================================================================================================================================
  `(Buffer)`      ``from_buffer`` `numba/targets/cffiimpl.py lines 13-23 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cffiimpl.py#L13-L23>`_  
==============  =============================================================================================================================================================================

``'getitem'``
-------------

==============================  ================================================================================================================================================================================================
          Signature                                                                                                        Definition                                                                                           
==============================  ================================================================================================================================================================================================
      `(Buffer, Array)`            ``fancy_getitem_array`` `numba/targets/arrayobj.py lines 1030-1047 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1030-L1047>`_    
    `(Buffer, BaseTuple)`            ``getitem_array_tuple`` `numba/targets/arrayobj.py lines 421-443 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L421-L443>`_      
     `(Buffer, Integer)`             ``getitem_arraynd_intp`` `numba/targets/arrayobj.py lines 404-418 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L404-L418>`_     
    `(Buffer, SliceType)`            ``getitem_arraynd_intp`` `numba/targets/arrayobj.py lines 404-418 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L404-L418>`_     
    `(CPointer, Integer)`                ``getitem_cpointer`` `numba/targets/builtins.py lines 83-88 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L83-L88>`_         
      `(List, Integer)`                   ``getitem_list`` `numba/targets/listobj.py lines 503-512 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L503-L512>`_          
     `(List, SliceType)`                 ``getslice_list`` `numba/targets/listobj.py lines 526-547 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L526-L547>`_          
   `(NamedUniTuple, int64)`            ``getitem_unituple`` `numba/targets/tupleobj.py lines 195-241 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L195-L241>`_       
  `(NumpyFlatType, Integer)`      ``iternext_numpy_getitem`` `numba/targets/arrayobj.py lines 2985-2998 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L2985-L2998>`_  
     `(UniTuple, int64)`               ``getitem_unituple`` `numba/targets/tupleobj.py lines 195-241 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L195-L241>`_       
==============================  ================================================================================================================================================================================================

``'getiter'``
-------------

==========================  ===============================================================================================================================================================================================================
        Signature                                                                                                             Definition                                                                                                   
==========================  ===============================================================================================================================================================================================================
        `(Buffer)`                          ``getiter_array`` `numba/targets/arrayobj.py lines 246-267 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L246-L267>`_                
     `(IteratorType)`                      ``iterator_getiter`` `numba/targets/iterators.py lines 12-15 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/iterators.py#L12-L15>`_                
         `(List)`                            ``getiter_list`` `numba/targets/listobj.py lines 483-486 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L483-L486>`_                  
    `(NamedUniTuple)`                     ``getiter_unituple`` `numba/targets/tupleobj.py lines 149-165 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L149-L165>`_               
         `(Set)`                             ``getiter_set`` `numba/targets/setobj.py lines 1159-1162 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1159-L1162>`_                 
       `(UniTuple)`                       ``getiter_unituple`` `numba/targets/tupleobj.py lines 149-165 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L149-L165>`_               
  `(range_state_int32)`       ``make_range_impl.<locals>.getiter_range32_impl`` `numba/targets/rangeobj.py lines 88-96 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L88-L96>`_  
  `(range_state_int64)`       ``make_range_impl.<locals>.getiter_range32_impl`` `numba/targets/rangeobj.py lines 88-96 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L88-L96>`_  
  `(range_state_uint64)`      ``make_range_impl.<locals>.getiter_range32_impl`` `numba/targets/rangeobj.py lines 88-96 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L88-L96>`_  
==========================  ===============================================================================================================================================================================================================

``'in'``
--------

=====================  ============================================================================================================================================================================
      Signature                                                                                         Definition                                                                                 
=====================  ============================================================================================================================================================================
  `(any, Sequence)`       ``in_seq`` `numba/targets/listobj.py lines 654-662 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L654-L662>`_   
    `(any, Set)`         ``in_set`` `numba/targets/setobj.py lines 1154-1157 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1154-L1157>`_  
=====================  ============================================================================================================================================================================

``'is not'``
------------

================  ================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                   
================  ================================================================================================================================================================================
  `(any, any)`      ``generic_is_not`` `numba/targets/builtins.py lines 19-25 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L19-L25>`_  
================  ================================================================================================================================================================================

``'is'``
--------

==============================  =======================================================================================================================================================================================
          Signature                                                                                                   Definition                                                                                       
==============================  =======================================================================================================================================================================================
       `(Array, Array)`             ``array_is`` `numba/targets/arrayobj.py lines 2290-2301 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L2290-L2301>`_     
  `(EnumMember, EnumMember)`             ``enum_is`` `numba/targets/enumimpl.py lines 20-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/enumimpl.py#L20-L29>`_         
        `(List, List)`                  ``list_is`` `numba/targets/listobj.py lines 745-751 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L745-L751>`_        
      `(Optional, none)`            ``optional_is_none`` `numba/targets/optional.py lines 17-34 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/optional.py#L17-L34>`_     
         `(Set, Set)`                  ``set_is`` `numba/targets/setobj.py lines 1402-1408 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1402-L1408>`_        
         `(any, any)`                  ``generic_is`` `numba/targets/builtins.py lines 28-50 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L28-L50>`_        
      `(none, Optional)`            ``optional_is_none`` `numba/targets/optional.py lines 17-34 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/optional.py#L17-L34>`_     
        `(none, none)`            ``always_return_true_impl`` `numba/targets/optional.py lines 9-10 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/optional.py#L9-L10>`_  
==============================  =======================================================================================================================================================================================

``'iternext'``
--------------

============================  ====================================================================================================================================================================================================
         Signature                                                                                                         Definition                                                                                             
============================  ====================================================================================================================================================================================================
     `(ArrayIterator)`          ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
     `(EnumerateType)`          ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
       `(Generator)`            ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
        `(ListIter)`            ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
     `(NumpyFlatType)`          ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
  `(NumpyNdEnumerateType)`      ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
    `(NumpyNdIndexType)`        ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
    `(NumpyNdIterType)`         ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
        `(SetIter)`             ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
      `(UniTupleIter)`          ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
        `(ZipType)`             ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
    `(range_iter_int32)`        ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
    `(range_iter_int64)`        ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
   `(range_iter_uint64)`        ``iternext_impl.<locals>.wrapper`` `numba/targets/imputils.py lines 307-313 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/imputils.py#L307-L313>`_  
============================  ====================================================================================================================================================================================================

``'list.append'``
-----------------

=================  ===============================================================================================================================================================================
    Signature                                                                                        Definition                                                                                   
=================  ===============================================================================================================================================================================
  `(List, any)`      ``list_append`` `numba/targets/listobj.py lines 834-844 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L834-L844>`_  
=================  ===============================================================================================================================================================================

``'list.clear'``
----------------

=============  ==============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                  
=============  ==============================================================================================================================================================================
  `(List)`       ``list_clear`` `numba/targets/listobj.py lines 846-851 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L846-L851>`_  
=============  ==============================================================================================================================================================================

``'list.copy'``
---------------

=============  =============================================================================================================================================================================
  Signature                                                                                     Definition                                                                                  
=============  =============================================================================================================================================================================
  `(List)`       ``list_copy`` `numba/targets/listobj.py lines 853-858 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L853-L858>`_  
=============  =============================================================================================================================================================================

``'list.count'``
----------------

=================  ==============================================================================================================================================================================
    Signature                                                                                        Definition                                                                                  
=================  ==============================================================================================================================================================================
  `(List, any)`      ``list_count`` `numba/targets/listobj.py lines 860-870 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L860-L870>`_  
=================  ==============================================================================================================================================================================

``'list.extend'``
-----------------

==========================  ===============================================================================================================================================================================
        Signature                                                                                             Definition                                                                                   
==========================  ===============================================================================================================================================================================
  `(List, IterableType)`      ``list_extend`` `numba/targets/listobj.py lines 889-902 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L889-L902>`_  
==========================  ===============================================================================================================================================================================

``'list.index'``
----------------

===================================  ==============================================================================================================================================================================
             Signature                                                                                                 Definition                                                                                  
===================================  ==============================================================================================================================================================================
           `(List, any)`               ``list_index`` `numba/targets/listobj.py lines 904-914 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L904-L914>`_  
      `(List, any, Integer)`           ``list_index`` `numba/targets/listobj.py lines 916-932 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L916-L932>`_  
  `(List, any, Integer, Integer)`      ``list_index`` `numba/targets/listobj.py lines 934-954 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L934-L954>`_  
===================================  ==============================================================================================================================================================================

``'list.insert'``
-----------------

==========================  ===============================================================================================================================================================================
        Signature                                                                                             Definition                                                                                   
==========================  ===============================================================================================================================================================================
  `(List, Integer, any)`      ``list_insert`` `numba/targets/listobj.py lines 956-971 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L956-L971>`_  
==========================  ===============================================================================================================================================================================

``'list.pop'``
--------------

=====================  ==============================================================================================================================================================================
      Signature                                                                                          Definition                                                                                  
=====================  ==============================================================================================================================================================================
      `(List)`            ``list_pop`` `numba/targets/listobj.py lines 973-985 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L973-L985>`_   
  `(List, Integer)`      ``list_pop`` `numba/targets/listobj.py lines 987-1003 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L987-L1003>`_  
=====================  ==============================================================================================================================================================================

``'list.remove'``
-----------------

=================  ===================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                     
=================  ===================================================================================================================================================================================
  `(List, any)`      ``list_remove`` `numba/targets/listobj.py lines 1005-1016 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1005-L1016>`_  
=================  ===================================================================================================================================================================================

``'list.reverse'``
------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(List)`       ``list_reverse`` `numba/targets/listobj.py lines 1018-1026 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1018-L1026>`_  
=============  ====================================================================================================================================================================================

``'list.sort'``
---------------

=====================  =================================================================================================================================================================================
      Signature                                                                                           Definition                                                                                    
=====================  =================================================================================================================================================================================
      `(List)`           ``list_sort`` `numba/targets/listobj.py lines 1052-1067 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1052-L1067>`_  
  `(List, Boolean)`      ``list_sort`` `numba/targets/listobj.py lines 1052-1067 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1052-L1067>`_  
=====================  =================================================================================================================================================================================

``'not in'``
------------

================  ============================================================================================================================================================================
   Signature                                                                                       Definition                                                                                 
================  ============================================================================================================================================================================
  `(any, any)`      ``not_in`` `numba/targets/builtins.py lines 305-311 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L305-L311>`_  
================  ============================================================================================================================================================================

``'not'``
---------

===============  =======================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                       
===============  =======================================================================================================================================================================================
  `(Complex)`      ``number_not_impl`` `numba/targets/numbers.py lines 1168-1173 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1168-L1173>`_  
   `(Float)`       ``number_not_impl`` `numba/targets/numbers.py lines 1168-1173 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1168-L1173>`_  
  `(Integer)`      ``number_not_impl`` `numba/targets/numbers.py lines 1168-1173 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1168-L1173>`_  
   `(bool)`        ``number_not_impl`` `numba/targets/numbers.py lines 1168-1173 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1168-L1173>`_  
===============  =======================================================================================================================================================================================

``'np.random.beta'``
--------------------

=====================  ==========================================================================================================================================================================================
      Signature                                                                                                Definition                                                                                        
=====================  ==========================================================================================================================================================================================
  `(Float, Float)`       ``betavariate_impl`` `numba/targets/randomimpl.py lines 587-592 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L587-L592>`_  
  `(any, any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
=====================  ==========================================================================================================================================================================================

``'np.random.binomial'``
------------------------

======================  ========================================================================================================================================================================================
      Signature                                                                                                Definition                                                                                       
======================  ========================================================================================================================================================================================
  `(Integer, Float)`      ``binomial_impl`` `numba/targets/randomimpl.py lines 800-856 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L800-L856>`_   
  `(any, any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
======================  ========================================================================================================================================================================================

``'np.random.chisquare'``
-------------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`        ``chisquare_impl`` `numba/targets/randomimpl.py lines 859-866 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L859-L866>`_  
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'np.random.exponential'``
---------------------------

================  ==========================================================================================================================================================================================
   Signature                                                                                              Definition                                                                                        
================  ==========================================================================================================================================================================================
      `()`          ``exponential_impl`` `numba/targets/randomimpl.py lines 643-654 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L643-L654>`_  
   `(Float)`        ``exponential_impl`` `numba/targets/randomimpl.py lines 631-641 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L631-L641>`_  
  `(any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
================  ==========================================================================================================================================================================================

``'np.random.f'``
-----------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
  `(Float, Float)`           ``f_impl`` `numba/targets/randomimpl.py lines 869-877 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L869-L877>`_      
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.gamma'``
---------------------

=====================  ===========================================================================================================================================================================================
      Signature                                                                                                Definition                                                                                         
=====================  ===========================================================================================================================================================================================
      `(Float)`          ``gammavariate_impl`` `numba/targets/randomimpl.py lines 503-509 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L503-L509>`_  
  `(Float, Float)`       ``gammavariate_impl`` `numba/targets/randomimpl.py lines 503-509 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L503-L509>`_  
  `(any, any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_    
=====================  ===========================================================================================================================================================================================

``'np.random.geometric'``
-------------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`        ``geometric_impl`` `numba/targets/randomimpl.py lines 880-903 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L880-L903>`_  
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'np.random.gumbel'``
----------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
  `(Float, Float)`        ``gumbel_impl`` `numba/targets/randomimpl.py lines 906-916 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L906-L916>`_    
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.hypergeometric'``
------------------------------

=================================  =============================================================================================================================================================================================
            Signature                                                                                                       Definition                                                                                          
=================================  =============================================================================================================================================================================================
  `(Integer, Integer, Integer)`      ``hypergeometric_impl`` `numba/targets/randomimpl.py lines 919-942 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L919-L942>`_  
     `(any, any, any, any)`            ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_     
=================================  =============================================================================================================================================================================================

``'np.random.laplace'``
-----------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
        `()`              ``laplace_impl`` `numba/targets/randomimpl.py lines 945-961 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L945-L961>`_   
      `(Float)`           ``laplace_impl`` `numba/targets/randomimpl.py lines 945-961 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L945-L961>`_   
  `(Float, Float)`        ``laplace_impl`` `numba/targets/randomimpl.py lines 945-961 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L945-L961>`_   
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.logistic'``
------------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
        `()`             ``logistic_impl`` `numba/targets/randomimpl.py lines 964-977 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L964-L977>`_   
      `(Float)`          ``logistic_impl`` `numba/targets/randomimpl.py lines 964-977 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L964-L977>`_   
  `(Float, Float)`       ``logistic_impl`` `numba/targets/randomimpl.py lines 964-977 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L964-L977>`_   
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.lognormal'``
-------------------------

=====================  ===========================================================================================================================================================================================
      Signature                                                                                                Definition                                                                                         
=====================  ===========================================================================================================================================================================================
        `()`             ``np_lognormal_impl`` `numba/targets/randomimpl.py lines 656-663 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L656-L663>`_  
      `(Float)`          ``np_lognormal_impl`` `numba/targets/randomimpl.py lines 656-663 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L656-L663>`_  
  `(Float, Float)`       ``np_lognormal_impl`` `numba/targets/randomimpl.py lines 656-663 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L656-L663>`_  
  `(any, any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_    
=====================  ===========================================================================================================================================================================================

``'np.random.logseries'``
-------------------------

================  ==========================================================================================================================================================================================
   Signature                                                                                              Definition                                                                                        
================  ==========================================================================================================================================================================================
   `(Float)`        ``logseries_impl`` `numba/targets/randomimpl.py lines 979-1007 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L979-L1007>`_  
  `(any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
================  ==========================================================================================================================================================================================

``'np.random.negative_binomial'``
---------------------------------

=====================  ====================================================================================================================================================================================================
      Signature                                                                                                     Definition                                                                                             
=====================  ====================================================================================================================================================================================================
  `(any, any, any)`            ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_        
  `(int64, Float)`       ``negative_binomial_impl`` `numba/targets/randomimpl.py lines 1010-1024 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1010-L1024>`_  
=====================  ====================================================================================================================================================================================================

``'np.random.normal'``
----------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
        `()`             ``np_gauss_impl`` `numba/targets/randomimpl.py lines 235-242 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L235-L242>`_   
      `(Float)`          ``np_gauss_impl`` `numba/targets/randomimpl.py lines 235-242 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L235-L242>`_   
  `(Float, Float)`       ``np_gauss_impl`` `numba/targets/randomimpl.py lines 235-242 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L235-L242>`_   
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.pareto'``
----------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`         ``pareto_impl`` `numba/targets/randomimpl.py lines 695-705 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L695-L705>`_    
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'np.random.poisson'``
-----------------------

================  ==========================================================================================================================================================================================
   Signature                                                                                              Definition                                                                                        
================  ==========================================================================================================================================================================================
      `()`          ``poisson_impl`` `numba/targets/randomimpl.py lines 1027-1086 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1027-L1086>`_  
   `(Float)`        ``poisson_impl`` `numba/targets/randomimpl.py lines 1027-1086 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1027-L1086>`_  
  `(any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
================  ==========================================================================================================================================================================================

``'np.random.power'``
---------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`        ``power_impl`` `numba/targets/randomimpl.py lines 1089-1099 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1089-L1099>`_  
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'np.random.randint'``
-----------------------

========================  ==========================================================================================================================================================================================
       Signature                                                                                                  Definition                                                                                        
========================  ==========================================================================================================================================================================================
      `(Integer)`            ``randint_impl_2`` `numba/targets/randomimpl.py lines 410-416 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L410-L416>`_   
  `(Integer, Integer)`      ``randrange_impl_2`` `numba/targets/randomimpl.py lines 418-423 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L418-L423>`_  
   `(any, any, any)`         ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
========================  ==========================================================================================================================================================================================

``'np.random.random'``
----------------------

=============  ========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                       
=============  ========================================================================================================================================================================================
    `()`          ``random_impl`` `numba/targets/randomimpl.py lines 221-225 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L221-L225>`_    
   `(any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=============  ========================================================================================================================================================================================

``'np.random.rayleigh'``
------------------------

================  ===========================================================================================================================================================================================
   Signature                                                                                              Definition                                                                                         
================  ===========================================================================================================================================================================================
      `()`          ``rayleigh_impl`` `numba/targets/randomimpl.py lines 1102-1114 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1102-L1114>`_  
   `(Float)`        ``rayleigh_impl`` `numba/targets/randomimpl.py lines 1102-1114 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1102-L1114>`_  
  `(any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_    
================  ===========================================================================================================================================================================================

``'np.random.seed'``
--------------------

==============  ===================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
==============  ===================================================================================================================================================================================
  `(uint32)`      ``seed_impl`` `numba/targets/randomimpl.py lines 202-206 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L202-L206>`_  
==============  ===================================================================================================================================================================================

``'np.random.standard_cauchy'``
-------------------------------

=============  =========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                        
=============  =========================================================================================================================================================================================
    `()`         ``cauchy_impl`` `numba/targets/randomimpl.py lines 1117-1125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1117-L1125>`_  
   `(any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
=============  =========================================================================================================================================================================================

``'np.random.standard_exponential'``
------------------------------------

=============  ==========================================================================================================================================================================================
  Signature                                                                                            Definition                                                                                        
=============  ==========================================================================================================================================================================================
    `()`         ``exponential_impl`` `numba/targets/randomimpl.py lines 643-654 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L643-L654>`_  
   `(any)`        ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_   
=============  ==========================================================================================================================================================================================

``'np.random.standard_gamma'``
------------------------------

================  ===========================================================================================================================================================================================
   Signature                                                                                              Definition                                                                                         
================  ===========================================================================================================================================================================================
   `(Float)`        ``gammavariate_impl`` `numba/targets/randomimpl.py lines 503-509 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L503-L509>`_  
  `(any, any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_    
================  ===========================================================================================================================================================================================

``'np.random.standard_normal'``
-------------------------------

=============  ========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                       
=============  ========================================================================================================================================================================================
    `()`         ``np_gauss_impl`` `numba/targets/randomimpl.py lines 235-242 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L235-L242>`_   
   `(any)`       ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=============  ========================================================================================================================================================================================

``'np.random.standard_t'``
--------------------------

================  =============================================================================================================================================================================================
   Signature                                                                                               Definition                                                                                          
================  =============================================================================================================================================================================================
   `(Float)`        ``standard_t_impl`` `numba/targets/randomimpl.py lines 1128-1138 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1128-L1138>`_  
  `(any, any)`        ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_     
================  =============================================================================================================================================================================================

``'np.random.triangular'``
--------------------------

===========================  ===========================================================================================================================================================================================
         Signature                                                                                                   Definition                                                                                         
===========================  ===========================================================================================================================================================================================
  `(Float, Float, Float)`      ``triangular_impl_3`` `numba/targets/randomimpl.py lines 469-474 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L469-L474>`_  
  `(any, any, any, any)`        ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_    
===========================  ===========================================================================================================================================================================================

``'np.random.uniform'``
-----------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
  `(Float, Float)`        ``uniform_impl`` `numba/targets/randomimpl.py lines 430-433 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L430-L433>`_   
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.vonmises'``
------------------------

=====================  ==============================================================================================================================================================================================
      Signature                                                                                                  Definition                                                                                          
=====================  ==============================================================================================================================================================================================
  `(Float, Float)`       ``vonmisesvariate_impl`` `numba/targets/randomimpl.py lines 742-746 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L742-L746>`_  
  `(any, any, any)`         ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_     
=====================  ==============================================================================================================================================================================================

``'np.random.wald'``
--------------------

=====================  ========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
=====================  ========================================================================================================================================================================================
  `(Float, Float)`       ``wald_impl`` `numba/targets/randomimpl.py lines 1141-1160 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1141-L1160>`_   
  `(any, any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
=====================  ========================================================================================================================================================================================

``'np.random.weibull'``
-----------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`         ``weibull_impl`` `numba/targets/randomimpl.py lines 723-734 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L723-L734>`_   
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'np.random.zipf'``
--------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
   `(Float)`        ``zipf_impl`` `numba/targets/randomimpl.py lines 1163-1182 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1163-L1182>`_   
  `(any, any)`      ``random_arr`` `numba/targets/randomimpl.py lines 1274-1294 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L1274-L1294>`_  
================  ========================================================================================================================================================================================

``'number.item'``
-----------------

===============  ========================================================================================================================================================================================
   Signature                                                                                            Definition                                                                                       
===============  ========================================================================================================================================================================================
  `(Boolean)`      ``number_item_impl`` `numba/targets/numbers.py lines 1156-1162 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1156-L1162>`_  
  `(Number)`       ``number_item_impl`` `numba/targets/numbers.py lines 1156-1162 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1156-L1162>`_  
===============  ========================================================================================================================================================================================

``'print_item'``
----------------

=============  ===================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                     
=============  ===================================================================================================================================================================================
  `(Const)`      ``print_item_impl`` `numba/targets/printimpl.py lines 17-32 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/printimpl.py#L17-L32>`_  
   `(any)`       ``print_item_impl`` `numba/targets/printimpl.py lines 35-63 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/printimpl.py#L35-L63>`_  
=============  ===================================================================================================================================================================================

``'random.betavariate'``
------------------------

====================  ==========================================================================================================================================================================================
     Signature                                                                                                Definition                                                                                        
====================  ==========================================================================================================================================================================================
  `(Float, Float)`      ``betavariate_impl`` `numba/targets/randomimpl.py lines 580-585 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L580-L585>`_  
====================  ==========================================================================================================================================================================================

``'random.expovariate'``
------------------------

=============  ==========================================================================================================================================================================================
  Signature                                                                                            Definition                                                                                        
=============  ==========================================================================================================================================================================================
  `(Float)`      ``expovariate_impl`` `numba/targets/randomimpl.py lines 611-629 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L611-L629>`_  
=============  ==========================================================================================================================================================================================

``'random.gammavariate'``
-------------------------

====================  ===========================================================================================================================================================================================
     Signature                                                                                                Definition                                                                                         
====================  ===========================================================================================================================================================================================
  `(Float, Float)`      ``gammavariate_impl`` `numba/targets/randomimpl.py lines 497-501 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L497-L501>`_  
====================  ===========================================================================================================================================================================================

``'random.gauss'``
------------------

====================  ====================================================================================================================================================================================
     Signature                                                                                             Definition                                                                                     
====================  ====================================================================================================================================================================================
  `(Float, Float)`      ``gauss_impl`` `numba/targets/randomimpl.py lines 228-232 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L228-L232>`_  
====================  ====================================================================================================================================================================================

``'random.getrandbits'``
------------------------

===============  ==========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                        
===============  ==========================================================================================================================================================================================
  `(Integer)`      ``getrandbits_impl`` `numba/targets/randomimpl.py lines 298-308 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L298-L308>`_  
===============  ==========================================================================================================================================================================================

``'random.lognormvariate'``
---------------------------

====================  =============================================================================================================================================================================================
     Signature                                                                                                 Definition                                                                                          
====================  =============================================================================================================================================================================================
  `(Float, Float)`      ``lognormvariate_impl`` `numba/targets/randomimpl.py lines 665-669 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L665-L669>`_  
====================  =============================================================================================================================================================================================

``'random.normalvariate'``
--------------------------

====================  ====================================================================================================================================================================================
     Signature                                                                                             Definition                                                                                     
====================  ====================================================================================================================================================================================
  `(Float, Float)`      ``gauss_impl`` `numba/targets/randomimpl.py lines 228-232 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L228-L232>`_  
====================  ====================================================================================================================================================================================

``'random.paretovariate'``
--------------------------

=============  ============================================================================================================================================================================================
  Signature                                                                                             Definition                                                                                         
=============  ============================================================================================================================================================================================
  `(Float)`      ``paretovariate_impl`` `numba/targets/randomimpl.py lines 681-693 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L681-L693>`_  
=============  ============================================================================================================================================================================================

``'random.randint'``
--------------------

========================  ========================================================================================================================================================================================
       Signature                                                                                                 Definition                                                                                       
========================  ========================================================================================================================================================================================
  `(Integer, Integer)`      ``randint_impl_1`` `numba/targets/randomimpl.py lines 402-408 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L402-L408>`_  
========================  ========================================================================================================================================================================================

``'random.random'``
-------------------

=============  =====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                      
=============  =====================================================================================================================================================================================
    `()`         ``random_impl`` `numba/targets/randomimpl.py lines 215-219 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L215-L219>`_  
=============  =====================================================================================================================================================================================

``'random.randrange'``
----------------------

=================================  ==========================================================================================================================================================================================
            Signature                                                                                                      Definition                                                                                        
=================================  ==========================================================================================================================================================================================
           `(Integer)`               ``randrange_impl_1`` `numba/targets/randomimpl.py lines 380-386 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L380-L386>`_  
      `(Integer, Integer)`           ``randrange_impl_2`` `numba/targets/randomimpl.py lines 388-393 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L388-L393>`_  
  `(Integer, Integer, Integer)`      ``randrange_impl_3`` `numba/targets/randomimpl.py lines 395-400 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L395-L400>`_  
=================================  ==========================================================================================================================================================================================

``'random.seed'``
-----------------

==============  ===================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
==============  ===================================================================================================================================================================================
  `(uint32)`      ``seed_impl`` `numba/targets/randomimpl.py lines 196-200 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L196-L200>`_  
==============  ===================================================================================================================================================================================

``'random.triangular'``
-----------------------

===========================  ===========================================================================================================================================================================================
         Signature                                                                                                   Definition                                                                                         
===========================  ===========================================================================================================================================================================================
     `(Float, Float)`          ``triangular_impl_2`` `numba/targets/randomimpl.py lines 442-460 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L442-L460>`_  
  `(Float, Float, Float)`      ``triangular_impl_3`` `numba/targets/randomimpl.py lines 462-467 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L462-L467>`_  
===========================  ===========================================================================================================================================================================================

``'random.uniform'``
--------------------

====================  ======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                      
====================  ======================================================================================================================================================================================
  `(Float, Float)`      ``uniform_impl`` `numba/targets/randomimpl.py lines 425-428 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L425-L428>`_  
====================  ======================================================================================================================================================================================

``'random.vonmisesvariate'``
----------------------------

====================  ==============================================================================================================================================================================================
     Signature                                                                                                  Definition                                                                                          
====================  ==============================================================================================================================================================================================
  `(Float, Float)`      ``vonmisesvariate_impl`` `numba/targets/randomimpl.py lines 736-740 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L736-L740>`_  
====================  ==============================================================================================================================================================================================

``'random.weibullvariate'``
---------------------------

====================  =============================================================================================================================================================================================
     Signature                                                                                                 Definition                                                                                          
====================  =============================================================================================================================================================================================
  `(Float, Float)`      ``weibullvariate_impl`` `numba/targets/randomimpl.py lines 707-721 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/randomimpl.py#L707-L721>`_  
====================  =============================================================================================================================================================================================

``'set.add'``
-------------

================  =============================================================================================================================================================================
   Signature                                                                                       Definition                                                                                  
================  =============================================================================================================================================================================
  `(Set, any)`      ``set_add`` `numba/targets/setobj.py lines 1176-1182 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1176-L1182>`_  
================  =============================================================================================================================================================================

``'set.clear'``
---------------

=============  ===============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                   
=============  ===============================================================================================================================================================================
   `(Set)`       ``set_clear`` `numba/targets/setobj.py lines 1216-1220 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1216-L1220>`_  
=============  ===============================================================================================================================================================================

``'set.copy'``
--------------

=============  ==============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                  
=============  ==============================================================================================================================================================================
   `(Set)`       ``set_copy`` `numba/targets/setobj.py lines 1222-1226 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1222-L1226>`_  
=============  ==============================================================================================================================================================================

``'set.difference'``
--------------------

================  ====================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                     
================  ====================================================================================================================================================================================
  `(Set, Set)`      ``set_difference`` `numba/targets/setobj.py lines 1292-1300 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1292-L1300>`_  
================  ====================================================================================================================================================================================

``'set.difference_update'``
---------------------------

=========================  ===========================================================================================================================================================================================
        Signature                                                                                                  Definition                                                                                         
=========================  ===========================================================================================================================================================================================
  `(Set, IterableType)`      ``set_difference_update`` `numba/targets/setobj.py lines 1228-1235 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1228-L1235>`_  
=========================  ===========================================================================================================================================================================================

``'set.discard'``
-----------------

================  =================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                    
================  =================================================================================================================================================================================
  `(Set, any)`      ``set_discard`` `numba/targets/setobj.py lines 1184-1190 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1184-L1190>`_  
================  =================================================================================================================================================================================

``'set.intersection'``
----------------------

================  ======================================================================================================================================================================================
   Signature                                                                                            Definition                                                                                      
================  ======================================================================================================================================================================================
  `(Set, Set)`      ``set_intersection`` `numba/targets/setobj.py lines 1302-1315 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1302-L1315>`_  
================  ======================================================================================================================================================================================

``'set.intersection_update'``
-----------------------------

================  =============================================================================================================================================================================================
   Signature                                                                                               Definition                                                                                          
================  =============================================================================================================================================================================================
  `(Set, Set)`      ``set_intersection_update`` `numba/targets/setobj.py lines 1237-1244 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1237-L1244>`_  
================  =============================================================================================================================================================================================

``'set.isdisjoint'``
--------------------

================  ====================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                     
================  ====================================================================================================================================================================================
  `(Set, Set)`      ``set_isdisjoint`` `numba/targets/setobj.py lines 1351-1356 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1351-L1356>`_  
================  ====================================================================================================================================================================================

``'set.issubset'``
------------------

================  ==================================================================================================================================================================================
   Signature                                                                                          Definition                                                                                    
================  ==================================================================================================================================================================================
  `(Set, Set)`      ``set_issubset`` `numba/targets/setobj.py lines 1358-1364 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1358-L1364>`_  
================  ==================================================================================================================================================================================

``'set.issuperset'``
--------------------

================  ====================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                     
================  ====================================================================================================================================================================================
  `(Set, Set)`      ``set_issuperset`` `numba/targets/setobj.py lines 1366-1372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1366-L1372>`_  
================  ====================================================================================================================================================================================

``'set.pop'``
-------------

=============  =============================================================================================================================================================================
  Signature                                                                                     Definition                                                                                  
=============  =============================================================================================================================================================================
   `(Set)`       ``set_pop`` `numba/targets/setobj.py lines 1192-1200 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1192-L1200>`_  
=============  =============================================================================================================================================================================

``'set.remove'``
----------------

================  ================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                   
================  ================================================================================================================================================================================
  `(Set, any)`      ``set_remove`` `numba/targets/setobj.py lines 1202-1211 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1202-L1211>`_  
================  ================================================================================================================================================================================

``'set.symmetric_difference'``
------------------------------

================  ==============================================================================================================================================================================================
   Signature                                                                                                Definition                                                                                          
================  ==============================================================================================================================================================================================
  `(Set, Set)`      ``set_symmetric_difference`` `numba/targets/setobj.py lines 1317-1331 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1317-L1331>`_  
================  ==============================================================================================================================================================================================

``'set.symmetric_difference_update'``
-------------------------------------

================  =====================================================================================================================================================================================================
   Signature                                                                                                   Definition                                                                                              
================  =====================================================================================================================================================================================================
  `(Set, Set)`      ``set_symmetric_difference_update`` `numba/targets/setobj.py lines 1246-1253 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1246-L1253>`_  
================  =====================================================================================================================================================================================================

``'set.union'``
---------------

================  ===============================================================================================================================================================================
   Signature                                                                                        Definition                                                                                   
================  ===============================================================================================================================================================================
  `(Set, Set)`      ``set_union`` `numba/targets/setobj.py lines 1333-1346 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1333-L1346>`_  
================  ===============================================================================================================================================================================

``'set.update'``
----------------

=========================  ================================================================================================================================================================================
        Signature                                                                                             Definition                                                                                   
=========================  ================================================================================================================================================================================
  `(Set, IterableType)`      ``set_update`` `numba/targets/setobj.py lines 1255-1275 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1255-L1275>`_  
=========================  ================================================================================================================================================================================

``'setitem'``
-------------

===================================  ================================================================================================================================================================================================
             Signature                                                                                                          Definition                                                                                           
===================================  ================================================================================================================================================================================================
       `(Buffer, any, any)`                  ``setitem_array`` `numba/targets/arrayobj.py lines 446-483 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L446-L483>`_         
    `(CPointer, Integer, any)`                ``setitem_cpointer`` `numba/targets/builtins.py lines 91-95 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L91-L95>`_         
      `(List, Integer, any)`                   ``setitem_list`` `numba/targets/listobj.py lines 514-523 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L514-L523>`_          
     `(List, SliceType, any)`                  ``setitem_list`` `numba/targets/listobj.py lines 549-606 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L549-L606>`_          
  `(NumpyFlatType, Integer, any)`      ``iternext_numpy_getitem`` `numba/targets/arrayobj.py lines 3001-3015 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3001-L3015>`_  
===================================  ================================================================================================================================================================================================

``'static_getitem'``
--------------------

========================  ==============================================================================================================================================================================================
       Signature                                                                                                    Definition                                                                                          
========================  ==============================================================================================================================================================================================
    `(Array, Const)`        ``array_record_getitem`` `numba/targets/arrayobj.py lines 2176-2182 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L2176-L2182>`_  
  `(BaseTuple, Const)`        ``static_getitem_tuple`` `numba/targets/tupleobj.py lines 244-260 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L244-L260>`_    
  `(EnumClass, Const)`           ``enum_class_getitem`` `numba/targets/enumimpl.py lines 71-79 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/enumimpl.py#L71-L79>`_       
   `(Record, Const)`           ``record_getitem`` `numba/targets/arrayobj.py lines 2245-2251 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L2245-L2251>`_     
========================  ==============================================================================================================================================================================================

``'static_setitem'``
--------------------

==========================  ========================================================================================================================================================================================
        Signature                                                                                                  Definition                                                                                       
==========================  ========================================================================================================================================================================================
  `(Record, Const, any)`      ``record_setitem`` `numba/targets/arrayobj.py lines 2253-2263 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L2253-L2263>`_  
==========================  ========================================================================================================================================================================================

``'|'``
-------

========================  ==================================================================================================================================================================================================================================
       Signature                                                                                                                      Definition                                                                                                            
========================  ==================================================================================================================================================================================================================================
    `(Array, Array)`        ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
     `(Array, any)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
  `(Boolean, Boolean)`                               ``int_or_impl`` `numba/targets/numbers.py lines 405-411 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L405-L411>`_                            
  `(Integer, Integer)`                               ``int_or_impl`` `numba/targets/numbers.py lines 405-411 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L405-L411>`_                            
      `(Set, Set)`                                   ``set_union`` `numba/targets/setobj.py lines 1333-1346 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1333-L1346>`_                            
     `(any, Array)`         ``register_binary_operator_kernel.<locals>.lower_binary_operator`` `numba/targets/npyimpl.py lines 480-482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L480-L482>`_  
========================  ==================================================================================================================================================================================================================================

``'|='``
--------

====================  ===================================================================================================================================================================================================================================
     Signature                                                                                                                    Definition                                                                                                             
====================  ===================================================================================================================================================================================================================================
  `(Array, Array)`      ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
   `(Array, any)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
    `(Set, Set)`                                 ``set_inplace`` `numba/targets/setobj.py lines 1283-1287 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1283-L1287>`_                           
   `(any, Array)`       ``register_binary_operator_kernel.<locals>.lower_inplace_operator`` `numba/targets/npyimpl.py lines 484-491 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L484-L491>`_  
====================  ===================================================================================================================================================================================================================================

``'~'``
-------

===============  ================================================================================================================================================================================================================================
   Signature                                                                                                                Definition                                                                                                           
===============  ================================================================================================================================================================================================================================
   `(Array)`       ``register_unary_operator_kernel.<locals>.lower_unary_operator`` `numba/targets/npyimpl.py lines 472-474 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L472-L474>`_  
  `(Boolean)`                            ``int_invert_impl`` `numba/targets/numbers.py lines 439-445 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L439-L445>`_                         
  `(Integer)`                            ``int_invert_impl`` `numba/targets/numbers.py lines 439-445 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L439-L445>`_                         
===============  ================================================================================================================================================================================================================================

``<ufunc 'absolute'>``
----------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'add'>``
-----------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'arccos'>``
--------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'arccosh'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'arcsin'>``
--------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'arcsinh'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'arctan'>``
--------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'arctan2'>``
---------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'arctanh'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'bitwise_and'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'bitwise_or'>``
------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'bitwise_xor'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'ceil'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'conjugate'>``
-----------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'copysign'>``
----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'cos'>``
-----------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'cosh'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'deg2rad'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'degrees'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'equal'>``
-------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'exp'>``
-----------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'exp2'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'expm1'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'fabs'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'floor'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'floor_divide'>``
--------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'fmax'>``
------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'fmin'>``
------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'fmod'>``
------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'greater'>``
---------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'greater_equal'>``
---------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'hypot'>``
-------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'invert'>``
--------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'isfinite'>``
----------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'isinf'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'isnan'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'ldexp'>``
-------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'left_shift'>``
------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'less'>``
------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'less_equal'>``
------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'log'>``
-----------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'log10'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'log1p'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'log2'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'logaddexp'>``
-----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'logaddexp2'>``
------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'logical_and'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'logical_not'>``
-------------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'logical_or'>``
------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'logical_xor'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'maximum'>``
---------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'minimum'>``
---------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'multiply'>``
----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'negative'>``
----------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'nextafter'>``
-----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'not_equal'>``
-----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'power'>``
-------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'rad2deg'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'radians'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'reciprocal'>``
------------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'remainder'>``
-----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'right_shift'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'rint'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'sign'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'signbit'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'sin'>``
-----------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'sinh'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'spacing'>``
---------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'sqrt'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'square'>``
--------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'subtract'>``
----------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'tan'>``
-----------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'tanh'>``
------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``<ufunc 'true_divide'>``
-------------------------

=======================  =========================================================================================================================================================================================================================================
       Signature                                                                                                                        Definition                                                                                                                
=======================  =========================================================================================================================================================================================================================================
     `(any, any)`          ``register_binary_ufunc_kernel.<locals>.binary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 457-459 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L457-L459>`_  
  `(any, any, Array)`               ``register_binary_ufunc_kernel.<locals>.binary_ufunc`` `numba/targets/npyimpl.py lines 454-455 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L454-L455>`_            
=======================  =========================================================================================================================================================================================================================================

``<ufunc 'trunc'>``
-------------------

==================  =======================================================================================================================================================================================================================================
    Signature                                                                                                                     Definition                                                                                                               
==================  =======================================================================================================================================================================================================================================
     `(any)`          ``register_unary_ufunc_kernel.<locals>.unary_ufunc_no_explicit_output`` `numba/targets/npyimpl.py lines 439-441 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L439-L441>`_  
  `(any, Array)`               ``register_unary_ufunc_kernel.<locals>.unary_ufunc`` `numba/targets/npyimpl.py lines 436-437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npyimpl.py#L436-L437>`_            
==================  =======================================================================================================================================================================================================================================

``_operator.add``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.and_``
------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.contains``
----------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.eq``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.floordiv``
----------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.ge``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.gt``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.iadd``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.iand``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.ifloordiv``
-----------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.ilshift``
---------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.imatmul``
---------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.imod``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.imul``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.invert``
--------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.ior``
-----------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.ipow``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.irshift``
---------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.isub``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.itruediv``
----------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.ixor``
------------------

=============  ==================================================================================================================================================================================================================
  Signature                                                                                                        Definition                                                                                                    
=============  ==================================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_inplace_impl`` `numba/targets/operatorimpl.py lines 34-41 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L34-L41>`_  
=============  ==================================================================================================================================================================================================================

``_operator.le``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.lshift``
--------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.lt``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.matmul``
--------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.mod``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.mul``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.ne``
----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.neg``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.not_``
------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.or_``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.pos``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.pow``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.rshift``
--------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.sub``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.truediv``
---------------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``_operator.xor``
-----------------

=============  ==========================================================================================================================================================================================================
  Signature                                                                                                    Definition                                                                                                
=============  ==========================================================================================================================================================================================================
  `(*any)`       ``map_operator.<locals>.binop_impl`` `numba/targets/operatorimpl.py lines 23-29 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/operatorimpl.py#L23-L29>`_  
=============  ==========================================================================================================================================================================================================

``builtins.abs``
----------------

===================  ============================================================================================================================================================================================
     Signature                                                                                                Definition                                                                                         
===================  ============================================================================================================================================================================================
    `(Complex)`          ``complex_abs_impl`` `numba/targets/numbers.py lines 1126-1134 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1126-L1134>`_    
     `(Float)`              ``real_abs_impl`` `numba/targets/numbers.py lines 840-844 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L840-L844>`_        
  `(NPTimedelta)`      ``timedelta_abs_impl`` `numba/targets/npdatetime.py lines 129-139 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/npdatetime.py#L129-L139>`_  
     `(int16)`               ``int_abs_impl`` `numba/targets/numbers.py lines 361-367 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L361-L367>`_        
     `(int32)`               ``int_abs_impl`` `numba/targets/numbers.py lines 361-367 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L361-L367>`_        
     `(int64)`               ``int_abs_impl`` `numba/targets/numbers.py lines 361-367 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L361-L367>`_        
     `(int8)`                ``int_abs_impl`` `numba/targets/numbers.py lines 361-367 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L361-L367>`_        
    `(uint16)`              ``uint_abs_impl`` `numba/targets/numbers.py lines 370-372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L370-L372>`_        
    `(uint32)`              ``uint_abs_impl`` `numba/targets/numbers.py lines 370-372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L370-L372>`_        
    `(uint64)`              ``uint_abs_impl`` `numba/targets/numbers.py lines 370-372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L370-L372>`_        
     `(uint8)`              ``uint_abs_impl`` `numba/targets/numbers.py lines 370-372 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L370-L372>`_        
===================  ============================================================================================================================================================================================

``builtins.bool``
-----------------

================  =======================================================================================================================================================================================
   Signature                                                                                            Definition                                                                                       
================  =======================================================================================================================================================================================
  `(Complex)`       ``complex_as_bool`` `numba/targets/numbers.py lines 1191-1200 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1191-L1200>`_  
   `(Float)`         ``float_as_bool`` `numba/targets/numbers.py lines 1186-1189 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1186-L1189>`_   
  `(Integer)`         ``int_as_bool`` `numba/targets/numbers.py lines 1181-1184 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1181-L1184>`_    
  `(Sequence)`         ``sequence_bool`` `numba/targets/listobj.py lines 664-669 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L664-L669>`_     
   `(Sized)`           ``sized_bool`` `numba/targets/builtins.py lines 324-330 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L324-L330>`_      
    `(bool)`         ``bool_as_bool`` `numba/targets/numbers.py lines 1176-1179 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1176-L1179>`_    
================  =======================================================================================================================================================================================

``builtins.complex``
--------------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(*any)`       ``complex_impl`` `numba/targets/builtins.py lines 212-237 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L212-L237>`_  
=============  ==================================================================================================================================================================================

``builtins.divmod``
-------------------

========================  ====================================================================================================================================================================================
       Signature                                                                                               Definition                                                                                     
========================  ====================================================================================================================================================================================
    `(Float, Float)`        ``real_divmod_impl`` `numba/targets/numbers.py lines 734-757 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L734-L757>`_  
  `(Integer, Integer)`      ``int_divmod_impl`` `numba/targets/numbers.py lines 160-166 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L160-L166>`_   
========================  ====================================================================================================================================================================================

``builtins.enumerate``
----------------------

=============================  =========================================================================================================================================================================================
          Signature                                                                                                   Definition                                                                                        
=============================  =========================================================================================================================================================================================
      `(IterableType)`           ``make_enumerate_object`` `numba/targets/iterators.py lines 20-44 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/iterators.py#L20-L44>`_  
  `(IterableType, Integer)`      ``make_enumerate_object`` `numba/targets/iterators.py lines 20-44 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/iterators.py#L20-L44>`_  
=============================  =========================================================================================================================================================================================

``builtins.float``
------------------

=============  ==============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                  
=============  ==============================================================================================================================================================================
   `(any)`       ``int_impl`` `numba/targets/builtins.py lines 203-209 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L203-L209>`_  
=============  ==============================================================================================================================================================================

``builtins.hash``
-----------------

=================  ====================================================================================================================================================================================
    Signature                                                                                           Definition                                                                                     
=================  ====================================================================================================================================================================================
  `(BaseTuple)`         ``hash_tuple`` `numba/targets/tupleobj.py lines 90-112 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L90-L112>`_     
   `(Boolean)`         ``hash_int`` `numba/targets/numbers.py lines 1212-1225 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1212-L1225>`_    
   `(Complex)`       ``hash_complex`` `numba/targets/numbers.py lines 1262-1274 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1262-L1274>`_  
    `(Float)`         ``hash_float`` `numba/targets/numbers.py lines 1227-1260 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1227-L1260>`_   
   `(Integer)`         ``hash_int`` `numba/targets/numbers.py lines 1212-1225 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L1212-L1225>`_    
=================  ====================================================================================================================================================================================

``builtins.int``
----------------

=============  ==============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                  
=============  ==============================================================================================================================================================================
   `(any)`       ``int_impl`` `numba/targets/builtins.py lines 203-209 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L203-L209>`_  
=============  ==============================================================================================================================================================================

``builtins.iter``
-----------------

====================  ===============================================================================================================================================================================
     Signature                                                                                          Definition                                                                                   
====================  ===============================================================================================================================================================================
  `(IterableType)`      ``iter_impl`` `numba/targets/builtins.py lines 282-287 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L282-L287>`_  
====================  ===============================================================================================================================================================================

``builtins.len``
----------------

==========================  ====================================================================================================================================================================================================
        Signature                                                                                                        Definition                                                                                             
==========================  ====================================================================================================================================================================================================
        `(Buffer)`                      ``array_len`` `numba/targets/arrayobj.py lines 486-494 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L486-L494>`_             
      `(ConstSized)`                  ``constsized_len`` `numba/targets/builtins.py lines 316-321 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L316-L321>`_          
         `(List)`                         ``list_len`` `numba/targets/listobj.py lines 478-481 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L478-L481>`_              
    `(NumpyFlatType)`           ``iternext_numpy_getitem`` `numba/targets/arrayobj.py lines 3018-3026 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3018-L3026>`_    
         `(Set)`                         ``set_len`` `numba/targets/setobj.py lines 1149-1152 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1149-L1152>`_              
  `(range_state_int32)`       ``make_range_impl.<locals>.range_len`` `numba/targets/rangeobj.py lines 78-86 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L78-L86>`_  
  `(range_state_int64)`       ``make_range_impl.<locals>.range_len`` `numba/targets/rangeobj.py lines 78-86 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L78-L86>`_  
  `(range_state_uint64)`      ``make_range_impl.<locals>.range_len`` `numba/targets/rangeobj.py lines 78-86 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L78-L86>`_  
==========================  ====================================================================================================================================================================================================

``builtins.list``
-----------------

====================  ====================================================================================================================================================================================
     Signature                                                                                             Definition                                                                                     
====================  ====================================================================================================================================================================================
        `()`            ``list_constructor`` `numba/targets/listobj.py lines 468-473 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L468-L473>`_  
  `(IterableType)`      ``list_constructor`` `numba/targets/listobj.py lines 458-466 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L458-L466>`_  
====================  ====================================================================================================================================================================================

``builtins.max``
----------------

=================  ==================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                    
=================  ==================================================================================================================================================================================
    `(*any)`          ``max_vararg`` `numba/targets/builtins.py lines 130-132 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L130-L132>`_   
  `(BaseTuple)`      ``max_iterable`` `numba/targets/builtins.py lines 124-128 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L124-L128>`_  
=================  ==================================================================================================================================================================================

``builtins.min``
----------------

=================  ==================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                    
=================  ==================================================================================================================================================================================
    `(*any)`          ``min_vararg`` `numba/targets/builtins.py lines 140-142 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L140-L142>`_   
  `(BaseTuple)`      ``min_iterable`` `numba/targets/builtins.py lines 134-138 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L134-L138>`_  
=================  ==================================================================================================================================================================================

``builtins.next``
-----------------

====================  ===============================================================================================================================================================================
     Signature                                                                                          Definition                                                                                   
====================  ===============================================================================================================================================================================
  `(IteratorType)`      ``next_impl`` `numba/targets/builtins.py lines 290-300 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L290-L300>`_  
====================  ===============================================================================================================================================================================

``builtins.pow``
----------------

========================  ======================================================================================================================================================================================
       Signature                                                                                                Definition                                                                                      
========================  ======================================================================================================================================================================================
  `(Complex, Complex)`      ``complex_power_impl`` `numba/targets/numbers.py lines 953-994 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L953-L994>`_  
    `(Float, Float)`         ``real_power_impl`` `numba/targets/numbers.py lines 798-807 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L798-L807>`_    
    `(Float, int16)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
    `(Float, int32)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
    `(Float, int64)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
    `(Float, int8)`           ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
   `(Float, uint16)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
   `(Float, uint32)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
   `(Float, uint64)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
    `(Float, uint8)`          ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
  `(Integer, Integer)`        ``int_power_impl`` `numba/targets/numbers.py lines 205-245 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/numbers.py#L205-L245>`_    
========================  ======================================================================================================================================================================================

``builtins.print``
------------------

=============  ======================================================================================================================================================================================
  Signature                                                                                          Definition                                                                                      
=============  ======================================================================================================================================================================================
  `(*any)`       ``print_varargs_impl`` `numba/targets/printimpl.py lines 66-84 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/printimpl.py#L66-L84>`_  
=============  ======================================================================================================================================================================================

``builtins.range``
------------------

==============================  ======================================================================================================================================================================================================
          Signature                                                                                                           Definition                                                                                              
==============================  ======================================================================================================================================================================================================
          `(int32)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int32, int32)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int32, int32, int32)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(int64)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int64, int64)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int64, int64, int64)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(uint64)`              ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
      `(uint64, uint64)`          ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
  `(uint64, uint64, uint64)`      ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
==============================  ======================================================================================================================================================================================================

``builtins.round``
------------------

======================  =======================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                       
======================  =======================================================================================================================================================================================
      `(Float)`           ``round_impl_unary`` `numba/targets/builtins.py lines 152-163 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L152-L163>`_   
  `(Float, Integer)`      ``round_impl_binary`` `numba/targets/builtins.py lines 165-197 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L165-L197>`_  
======================  =======================================================================================================================================================================================

``builtins.set``
----------------

====================  ===========================================================================================================================================================================================
     Signature                                                                                                Definition                                                                                         
====================  ===========================================================================================================================================================================================
        `()`            ``set_empty_constructor`` `numba/targets/setobj.py lines 1124-1128 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1124-L1128>`_  
  `(IterableType)`         ``set_constructor`` `numba/targets/setobj.py lines 1130-1143 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/setobj.py#L1130-L1143>`_     
====================  ===========================================================================================================================================================================================

``builtins.slice``
------------------

=============  ==========================================================================================================================================================================================
  Signature                                                                                            Definition                                                                                        
=============  ==========================================================================================================================================================================================
  `(*any)`       ``slice_constructor_impl`` `numba/targets/slicing.py lines 152-190 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/slicing.py#L152-L190>`_  
=============  ==========================================================================================================================================================================================

``builtins.sorted``
-------------------

=============================  ===================================================================================================================================================================================
          Signature                                                                                                Definition                                                                                     
=============================  ===================================================================================================================================================================================
      `(IterableType)`           ``sorted_impl`` `numba/targets/listobj.py lines 1069-1081 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1069-L1081>`_  
  `(IterableType, Boolean)`      ``sorted_impl`` `numba/targets/listobj.py lines 1069-1081 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/listobj.py#L1069-L1081>`_  
=============================  ===================================================================================================================================================================================

``builtins.tuple``
------------------

=================  =======================================================================================================================================================================================
    Signature                                                                                            Definition                                                                                       
=================  =======================================================================================================================================================================================
      `()`           ``lower_empty_tuple`` `numba/targets/builtins.py lines 332-336 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L332-L336>`_  
  `(BaseTuple)`         ``lower_tuple`` `numba/targets/builtins.py lines 338-341 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L338-L341>`_     
=================  =======================================================================================================================================================================================

``builtins.type``
-----------------

=============  ===============================================================================================================================================================================
  Signature                                                                                      Definition                                                                                   
=============  ===============================================================================================================================================================================
   `(any)`       ``type_impl`` `numba/targets/builtins.py lines 274-279 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L274-L279>`_  
=============  ===============================================================================================================================================================================

``builtins.zip``
----------------

=============  ===================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                     
=============  ===================================================================================================================================================================================
  `(*any)`       ``make_zip_object`` `numba/targets/iterators.py lines 71-83 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/iterators.py#L71-L83>`_  
=============  ===================================================================================================================================================================================

``cmath.acos``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``acos_impl`` `numba/targets/cmathimpl.py lines 370-394 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L370-L394>`_  
===============  =================================================================================================================================================================================

``cmath.acosh``
---------------

===============  ==================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                    
===============  ==================================================================================================================================================================================
  `(Complex)`      ``acosh_impl`` `numba/targets/cmathimpl.py lines 396-420 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L396-L420>`_  
===============  ==================================================================================================================================================================================

``cmath.asin``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``asin_impl`` `numba/targets/cmathimpl.py lines 446-454 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L446-L454>`_  
===============  =================================================================================================================================================================================

``cmath.asinh``
---------------

===============  ==================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                    
===============  ==================================================================================================================================================================================
  `(Complex)`      ``asinh_impl`` `numba/targets/cmathimpl.py lines 422-444 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L422-L444>`_  
===============  ==================================================================================================================================================================================

``cmath.atan``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``atan_impl`` `numba/targets/cmathimpl.py lines 456-468 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L456-L468>`_  
===============  =================================================================================================================================================================================

``cmath.atanh``
---------------

===============  ==================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                    
===============  ==================================================================================================================================================================================
  `(Complex)`      ``atanh_impl`` `numba/targets/cmathimpl.py lines 470-522 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L470-L522>`_  
===============  ==================================================================================================================================================================================

``cmath.cos``
-------------

===============  ================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                   
===============  ================================================================================================================================================================================
  `(Complex)`      ``cos_impl`` `numba/targets/cmathimpl.py lines 258-265 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L258-L265>`_  
===============  ================================================================================================================================================================================

``cmath.cosh``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``cosh_impl`` `numba/targets/cmathimpl.py lines 267-293 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L267-L293>`_  
===============  =================================================================================================================================================================================

``cmath.exp``
-------------

===============  ==============================================================================================================================================================================================================
   Signature                                                                                                       Definition                                                                                                  
===============  ==============================================================================================================================================================================================================
  `(Complex)`      ``intrinsic_complex_unary.<locals>.wrapper`` `numba/targets/cmathimpl.py lines 96-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L96-L110>`_  
===============  ==============================================================================================================================================================================================================

``cmath.isfinite``
------------------

===============  =======================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                       
===============  =======================================================================================================================================================================================
  `(Complex)`      ``isfinite_float_impl`` `numba/targets/cmathimpl.py lines 52-58 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L52-L58>`_  
===============  =======================================================================================================================================================================================

``cmath.isinf``
---------------

===============  ====================================================================================================================================================================================
   Signature                                                                                          Definition                                                                                     
===============  ====================================================================================================================================================================================
  `(Complex)`      ``isinf_float_impl`` `numba/targets/cmathimpl.py lines 42-48 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L42-L48>`_  
===============  ====================================================================================================================================================================================

``cmath.isnan``
---------------

===============  ====================================================================================================================================================================================
   Signature                                                                                          Definition                                                                                     
===============  ====================================================================================================================================================================================
  `(Complex)`      ``isnan_float_impl`` `numba/targets/cmathimpl.py lines 34-40 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L34-L40>`_  
===============  ====================================================================================================================================================================================

``cmath.log``
-------------

========================  ==============================================================================================================================================================================================================
       Signature                                                                                                            Definition                                                                                                  
========================  ==============================================================================================================================================================================================================
      `(Complex)`           ``intrinsic_complex_unary.<locals>.wrapper`` `numba/targets/cmathimpl.py lines 96-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L96-L110>`_  
  `(Complex, Complex)`                  ``log_base_impl`` `numba/targets/cmathimpl.py lines 167-176 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L167-L176>`_               
========================  ==============================================================================================================================================================================================================

``cmath.log10``
---------------

===============  ==================================================================================================================================================================================
   Signature                                                                                         Definition                                                                                    
===============  ==================================================================================================================================================================================
  `(Complex)`      ``log10_impl`` `numba/targets/cmathimpl.py lines 179-191 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L179-L191>`_  
===============  ==================================================================================================================================================================================

``cmath.phase``
---------------

===============  ==============================================================================================================================================================================================================
   Signature                                                                                                       Definition                                                                                                  
===============  ==============================================================================================================================================================================================================
  `(Complex)`      ``intrinsic_complex_unary.<locals>.wrapper`` `numba/targets/cmathimpl.py lines 96-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L96-L110>`_  
===============  ==============================================================================================================================================================================================================

``cmath.polar``
---------------

===============  ==============================================================================================================================================================================================================
   Signature                                                                                                       Definition                                                                                                  
===============  ==============================================================================================================================================================================================================
  `(Complex)`      ``intrinsic_complex_unary.<locals>.wrapper`` `numba/targets/cmathimpl.py lines 96-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L96-L110>`_  
===============  ==============================================================================================================================================================================================================

``cmath.rect``
--------------

====================  =============================================================================================================================================================================
     Signature                                                                                         Definition                                                                                  
====================  =============================================================================================================================================================================
  `(Float, Float)`      ``rect_impl`` `numba/targets/cmathimpl.py lines 61-93 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L61-L93>`_  
====================  =============================================================================================================================================================================

``cmath.sin``
-------------

===============  ================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                   
===============  ================================================================================================================================================================================
  `(Complex)`      ``sin_impl`` `numba/targets/cmathimpl.py lines 296-304 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L296-L304>`_  
===============  ================================================================================================================================================================================

``cmath.sinh``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``sinh_impl`` `numba/targets/cmathimpl.py lines 306-329 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L306-L329>`_  
===============  =================================================================================================================================================================================

``cmath.sqrt``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``sqrt_impl`` `numba/targets/cmathimpl.py lines 207-255 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L207-L255>`_  
===============  =================================================================================================================================================================================

``cmath.tan``
-------------

===============  ================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                   
===============  ================================================================================================================================================================================
  `(Complex)`      ``tan_impl`` `numba/targets/cmathimpl.py lines 332-340 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L332-L340>`_  
===============  ================================================================================================================================================================================

``cmath.tanh``
--------------

===============  =================================================================================================================================================================================
   Signature                                                                                        Definition                                                                                    
===============  =================================================================================================================================================================================
  `(Complex)`      ``tanh_impl`` `numba/targets/cmathimpl.py lines 342-367 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/cmathimpl.py#L342-L367>`_  
===============  =================================================================================================================================================================================

``math.acos``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.acosh``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.asin``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.asinh``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.atan``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.atan2``
--------------

======================  ======================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                      
======================  ======================================================================================================================================================================================
   `(Float, Float)`       ``atan2_float_impl`` `numba/targets/mathimpl.py lines 308-322 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L308-L322>`_  
   `(int64, int64)`        ``atan2_s64_impl`` `numba/targets/mathimpl.py lines 292-298 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L292-L298>`_   
  `(uint64, uint64)`       ``atan2_u64_impl`` `numba/targets/mathimpl.py lines 300-306 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L300-L306>`_   
======================  ======================================================================================================================================================================================

``math.atanh``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.ceil``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.copysign``
-----------------

====================  =========================================================================================================================================================================================
     Signature                                                                                               Definition                                                                                        
====================  =========================================================================================================================================================================================
  `(Float, Float)`      ``copysign_float_impl`` `numba/targets/mathimpl.py lines 245-252 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L245-L252>`_  
====================  =========================================================================================================================================================================================

``math.cos``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.cosh``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.degrees``
----------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`                       ``degrees_float_impl`` `numba/targets/mathimpl.py lines 390-395 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L390-L395>`_                  
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.erf``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.erfc``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.exp``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.expm1``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.fabs``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.floor``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.frexp``
--------------

=============  ================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                   
=============  ================================================================================================================================================================================
  `(Float)`      ``frexp_impl`` `numba/targets/mathimpl.py lines 258-272 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L258-L272>`_  
=============  ================================================================================================================================================================================

``math.gamma``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.hypot``
--------------

======================  ======================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                      
======================  ======================================================================================================================================================================================
   `(Float, Float)`       ``hypot_float_impl`` `numba/targets/mathimpl.py lines 348-374 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L348-L374>`_  
   `(int64, int64)`        ``hypot_s64_impl`` `numba/targets/mathimpl.py lines 328-335 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L328-L335>`_   
  `(uint64, uint64)`       ``hypot_u64_impl`` `numba/targets/mathimpl.py lines 338-345 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L338-L345>`_   
======================  ======================================================================================================================================================================================

``math.isfinite``
-----------------

===============  =========================================================================================================================================================================================
   Signature                                                                                            Definition                                                                                        
===============  =========================================================================================================================================================================================
   `(Float)`       ``isfinite_float_impl`` `numba/targets/mathimpl.py lines 233-237 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L233-L237>`_  
  `(Integer)`       ``isfinite_int_impl`` `numba/targets/mathimpl.py lines 239-242 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L239-L242>`_   
===============  =========================================================================================================================================================================================

``math.isinf``
--------------

===============  ======================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                      
===============  ======================================================================================================================================================================================
   `(Float)`       ``isinf_float_impl`` `numba/targets/mathimpl.py lines 220-224 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L220-L224>`_  
  `(Integer)`       ``isinf_int_impl`` `numba/targets/mathimpl.py lines 226-229 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L226-L229>`_   
===============  ======================================================================================================================================================================================

``math.isnan``
--------------

===============  ======================================================================================================================================================================================
   Signature                                                                                           Definition                                                                                      
===============  ======================================================================================================================================================================================
   `(Float)`       ``isnan_float_impl`` `numba/targets/mathimpl.py lines 208-212 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L208-L212>`_  
  `(Integer)`       ``isnan_int_impl`` `numba/targets/mathimpl.py lines 214-217 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L214-L217>`_   
===============  ======================================================================================================================================================================================

``math.ldexp``
--------------

====================  ================================================================================================================================================================================
     Signature                                                                                           Definition                                                                                   
====================  ================================================================================================================================================================================
  `(Float, int32)`      ``ldexp_impl`` `numba/targets/mathimpl.py lines 275-286 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L275-L286>`_  
====================  ================================================================================================================================================================================

``math.lgamma``
---------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.log``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.log10``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.log1p``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.log2``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.pow``
------------

======================  ==============================================================================================================================================================================
      Signature                                                                                           Definition                                                                                  
======================  ==============================================================================================================================================================================
   `(Float, Float)`       ``pow_impl`` `numba/targets/mathimpl.py lines 401-405 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L401-L405>`_  
  `(Float, Integer)`      ``pow_impl`` `numba/targets/mathimpl.py lines 401-405 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L401-L405>`_  
======================  ==============================================================================================================================================================================

``math.radians``
----------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`                       ``radians_float_impl`` `numba/targets/mathimpl.py lines 379-384 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L379-L384>`_                  
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.sin``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`              ``unary_math_intr.<locals>.float_impl`` `numba/targets/mathimpl.py lines 122-125 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L122-L125>`_          
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.sinh``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.sqrt``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.tan``
------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.tanh``
-------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``math.trunc``
--------------

===============  ========================================================================================================================================================================================================================
   Signature                                                                                                            Definition                                                                                                       
===============  ========================================================================================================================================================================================================================
   `(Float)`             ``unary_math_extern.<locals>.float_impl`` `numba/targets/mathimpl.py lines 140-156 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L140-L156>`_         
  `(Integer)`      ``_unary_int_input_wrapper_impl.<locals>.implementer`` `numba/targets/mathimpl.py lines 104-110 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/mathimpl.py#L104-L110>`_  
===============  ========================================================================================================================================================================================================================

``numba.numpy_support.carray``
------------------------------

===========================  ====================================================================================================================================================================================
         Signature                                                                                                Definition                                                                                     
===========================  ====================================================================================================================================================================================
       `(any, any)`            ``np_cfarray`` `numba/targets/arrayobj.py lines 3850-3904 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3850-L3904>`_  
  `(any, any, DTypeSpec)`      ``np_cfarray`` `numba/targets/arrayobj.py lines 3850-3904 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3850-L3904>`_  
===========================  ====================================================================================================================================================================================

``numba.numpy_support.farray``
------------------------------

===========================  ====================================================================================================================================================================================
         Signature                                                                                                Definition                                                                                     
===========================  ====================================================================================================================================================================================
       `(any, any)`            ``np_cfarray`` `numba/targets/arrayobj.py lines 3850-3904 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3850-L3904>`_  
  `(any, any, DTypeSpec)`      ``np_cfarray`` `numba/targets/arrayobj.py lines 3850-3904 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3850-L3904>`_  
===========================  ====================================================================================================================================================================================

``numba.parfor.internal_prange``
--------------------------------

==============================  ======================================================================================================================================================================================================
          Signature                                                                                                           Definition                                                                                              
==============================  ======================================================================================================================================================================================================
          `(int32)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int32, int32)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int32, int32, int32)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(int64)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int64, int64)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int64, int64, int64)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(uint64)`              ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
      `(uint64, uint64)`          ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
  `(uint64, uint64, uint64)`      ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
==============================  ======================================================================================================================================================================================================

``numba.special.pndindex``
--------------------------

==============================================  ============================================================================================================================================================================================
                  Signature                                                                                                              Definition                                                                                         
==============================================  ============================================================================================================================================================================================
  `(*<class 'numba.types.scalars.Integer'>)`      ``make_array_ndindex`` `numba/targets/arrayobj.py lines 3063-3075 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3063-L3075>`_  
                `(BaseTuple)`                     ``make_array_ndindex`` `numba/targets/arrayobj.py lines 3077-3097 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3077-L3097>`_  
==============================================  ============================================================================================================================================================================================

``numba.special.prange``
------------------------

==============================  ======================================================================================================================================================================================================
          Signature                                                                                                           Definition                                                                                              
==============================  ======================================================================================================================================================================================================
          `(int32)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int32, int32)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int32, int32, int32)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(int64)`               ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
       `(int64, int64)`           ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
   `(int64, int64, int64)`        ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
          `(uint64)`              ``make_range_impl.<locals>.range1_impl`` `numba/targets/rangeobj.py lines 27-42 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L27-L42>`_  
      `(uint64, uint64)`          ``make_range_impl.<locals>.range2_impl`` `numba/targets/rangeobj.py lines 44-59 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L44-L59>`_  
  `(uint64, uint64, uint64)`      ``make_range_impl.<locals>.range3_impl`` `numba/targets/rangeobj.py lines 61-76 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/rangeobj.py#L61-L76>`_  
==============================  ======================================================================================================================================================================================================

``numba.stencil.stencil``
-------------------------

=============  =======================================================================================================================================================================
  Signature                                                                                  Definition                                                                               
=============  =======================================================================================================================================================================
    `()`         ``stencil_dummy_lower`` `numba/stencil.py lines 742-745 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/stencil.py#L742-L745>`_  
=============  =======================================================================================================================================================================

``numba.targets.arrayobj.reshape_unchecked``
--------------------------------------------

===================================  ==============================================================================================================================================================================================
             Signature                                                                                                         Definition                                                                                          
===================================  ==============================================================================================================================================================================================
  `(Array, BaseTuple, BaseTuple)`      ``impl_shape_unchecked`` `numba/targets/arrayobj.py lines 4703-4722 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4703-L4722>`_  
===================================  ==============================================================================================================================================================================================

``numba.targets.builtins.get_type_max_value``
---------------------------------------------

===================  ==============================================================================================================================================================================================
     Signature                                                                                                 Definition                                                                                          
===================  ==============================================================================================================================================================================================
     `(DType)`         ``lower_get_type_max_value`` `numba/targets/builtins.py lines 390-409 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L390-L409>`_  
  `(NumberClass)`      ``lower_get_type_max_value`` `numba/targets/builtins.py lines 390-409 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L390-L409>`_  
===================  ==============================================================================================================================================================================================

``numba.targets.builtins.get_type_min_value``
---------------------------------------------

===================  ==============================================================================================================================================================================================
     Signature                                                                                                 Definition                                                                                          
===================  ==============================================================================================================================================================================================
     `(DType)`         ``lower_get_type_min_value`` `numba/targets/builtins.py lines 369-388 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L369-L388>`_  
  `(NumberClass)`      ``lower_get_type_min_value`` `numba/targets/builtins.py lines 369-388 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L369-L388>`_  
===================  ==============================================================================================================================================================================================

``numba.types.functions.NamedTupleClass``
-----------------------------------------

=============  ========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                       
=============  ========================================================================================================================================================================================
  `(*any)`       ``namedtuple_constructor`` `numba/targets/tupleobj.py lines 15-20 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/tupleobj.py#L15-L20>`_  
=============  ========================================================================================================================================================================================

``numba.types.functions.NumberClass``
-------------------------------------

=============  ========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                       
=============  ========================================================================================================================================================================================
   `(any)`       ``number_constructor`` `numba/targets/builtins.py lines 240-253 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L240-L253>`_  
=============  ========================================================================================================================================================================================

``numba.typing.builtins.IndexValue``
------------------------------------

====================  ======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                      
====================  ======================================================================================================================================================================================
  `(int64, Type)`       ``impl_index_value`` `numba/targets/builtins.py lines 416-424 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L416-L424>`_  
  `(uint64, Type)`      ``impl_index_value`` `numba/targets/builtins.py lines 416-424 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/builtins.py#L416-L424>`_  
====================  ======================================================================================================================================================================================

``numpy.core.fromnumeric.amax``
-------------------------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_max`` `numba/targets/arraymath.py lines 402-417 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L402-L417>`_  
=============  =================================================================================================================================================================================

``numpy.core.fromnumeric.amin``
-------------------------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_min`` `numba/targets/arraymath.py lines 362-399 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L362-L399>`_  
=============  =================================================================================================================================================================================

``numpy.core.fromnumeric.argmax``
---------------------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_argmax`` `numba/targets/arraymath.py lines 471-488 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L471-L488>`_  
=============  ====================================================================================================================================================================================

``numpy.core.fromnumeric.argmin``
---------------------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_argmin`` `numba/targets/arraymath.py lines 420-468 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L420-L468>`_  
=============  ====================================================================================================================================================================================

``numpy.core.fromnumeric.argsort``
----------------------------------

====================  =======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                       
====================  =======================================================================================================================================================================================
  `(Array, Const)`      ``array_argsort`` `numba/targets/arrayobj.py lines 4650-4664 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4650-L4664>`_  
====================  =======================================================================================================================================================================================

``numpy.core.fromnumeric.cumprod``
----------------------------------

=============  =====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                      
=============  =====================================================================================================================================================================================
  `(Array)`      ``array_cumprod`` `numba/targets/arraymath.py lines 297-316 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L297-L316>`_  
=============  =====================================================================================================================================================================================

``numpy.core.fromnumeric.cumsum``
---------------------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``array_cumsum`` `numba/targets/arraymath.py lines 273-293 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L273-L293>`_  
=============  ====================================================================================================================================================================================

``numpy.core.fromnumeric.mean``
-------------------------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(Array)`      ``array_mean`` `numba/targets/arraymath.py lines 318-333 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L318-L333>`_  
=============  ==================================================================================================================================================================================

``numpy.core.fromnumeric.nonzero``
----------------------------------

=============  =========================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                        
=============  =========================================================================================================================================================================================
  `(Array)`      ``array_nonzero`` `numba/targets/arraymath.py lines 1352-1409 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1352-L1409>`_  
=============  =========================================================================================================================================================================================

``numpy.core.fromnumeric.prod``
-------------------------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(Array)`      ``array_prod`` `numba/targets/arraymath.py lines 259-271 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L259-L271>`_  
=============  ==================================================================================================================================================================================

``numpy.core.fromnumeric.ravel``
--------------------------------

=============  ==================================================================================================================================================================================
  Signature                                                                                        Definition                                                                                    
=============  ==================================================================================================================================================================================
  `(Array)`      ``np_ravel`` `numba/targets/arrayobj.py lines 1683-1688 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L1683-L1688>`_  
=============  ==================================================================================================================================================================================

``numpy.core.fromnumeric.round_``
---------------------------------

=============================  =======================================================================================================================================================================================================
          Signature                                                                                                          Definition                                                                                               
=============================  =======================================================================================================================================================================================================
  `(Array, Integer, Array)`              ``array_round`` `numba/targets/arraymath.py lines 1278-1289 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1278-L1289>`_          
         `(Complex)`             ``scalar_round_unary_complex`` `numba/targets/arraymath.py lines 1228-1235 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1228-L1235>`_   
    `(Complex, Integer)`         ``scalar_round_binary_complex`` `numba/targets/arraymath.py lines 1268-1275 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1268-L1275>`_  
          `(Float)`                  ``scalar_round_unary`` `numba/targets/arraymath.py lines 1218-1221 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1218-L1221>`_       
     `(Float, Integer)`           ``scalar_round_binary_float`` `numba/targets/arraymath.py lines 1237-1266 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1237-L1266>`_   
         `(Integer)`                 ``scalar_round_unary`` `numba/targets/arraymath.py lines 1223-1226 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1223-L1226>`_       
    `(Integer, Integer)`          ``scalar_round_binary_float`` `numba/targets/arraymath.py lines 1237-1266 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1237-L1266>`_   
=============================  =======================================================================================================================================================================================================

``numpy.core.fromnumeric.sort``
-------------------------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``np_sort`` `numba/targets/arrayobj.py lines 4640-4648 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4640-L4648>`_  
=============  =================================================================================================================================================================================

``numpy.core.fromnumeric.std``
------------------------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_std`` `numba/targets/arraymath.py lines 353-359 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L353-L359>`_  
=============  =================================================================================================================================================================================

``numpy.core.fromnumeric.sum``
------------------------------

====================  ======================================================================================================================================================================================
     Signature                                                                                              Definition                                                                                      
====================  ======================================================================================================================================================================================
     `(Array)`            ``array_sum`` `numba/targets/arraymath.py lines 154-167 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L154-L167>`_     
  `(Array, Const)`      ``array_sum_axis`` `numba/targets/arraymath.py lines 169-257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L169-L257>`_  
  `(Array, int64)`      ``array_sum_axis`` `numba/targets/arraymath.py lines 169-257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L169-L257>`_  
====================  ======================================================================================================================================================================================

``numpy.core.fromnumeric.take``
-------------------------------

========================  ======================================================================================================================================================================================
       Signature                                                                                                Definition                                                                                      
========================  ======================================================================================================================================================================================
    `(Array, Array)`        ``numpy_take_2`` `numba/targets/arrayobj.py lines 3529-3552 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3529-L3552>`_  
  `(Array, BaseTuple)`      ``numpy_take_3`` `numba/targets/arrayobj.py lines 3554-3574 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3554-L3574>`_  
   `(Array, Integer)`       ``numpy_take_1`` `numba/targets/arrayobj.py lines 3517-3527 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3517-L3527>`_  
    `(Array, List)`         ``numpy_take_3`` `numba/targets/arrayobj.py lines 3554-3574 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3554-L3574>`_  
========================  ======================================================================================================================================================================================

``numpy.core.fromnumeric.var``
------------------------------

=============  =================================================================================================================================================================================
  Signature                                                                                       Definition                                                                                    
=============  =================================================================================================================================================================================
  `(Array)`      ``array_var`` `numba/targets/arraymath.py lines 335-350 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L335-L350>`_  
=============  =================================================================================================================================================================================

``numpy.core.function_base.linspace``
-------------------------------------

===============================  ==========================================================================================================================================================================================
           Signature                                                                                                     Definition                                                                                        
===============================  ==========================================================================================================================================================================================
      `(Number, Number)`           ``numpy_linspace_2`` `numba/targets/arrayobj.py lines 3639-3646 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3639-L3646>`_  
  `(Number, Number, Integer)`      ``numpy_linspace_3`` `numba/targets/arrayobj.py lines 3648-3663 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3648-L3663>`_  
===============================  ==========================================================================================================================================================================================

``numpy.core.multiarray.arange``
--------------------------------

=========================================  ========================================================================================================================================================================================
                Signature                                                                                                         Definition                                                                                       
=========================================  ========================================================================================================================================================================================
               `(Number)`                    ``numpy_arange_1`` `numba/targets/arrayobj.py lines 3576-3584 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3576-L3584>`_  
           `(Number, Number)`                ``numpy_arange_2`` `numba/targets/arrayobj.py lines 3586-3594 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3586-L3594>`_  
       `(Number, Number, Number)`            ``numpy_arange_3`` `numba/targets/arrayobj.py lines 3597-3606 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3597-L3606>`_  
  `(Number, Number, Number, DTypeSpec)`      ``numpy_arange_4`` `numba/targets/arrayobj.py lines 3608-3637 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3608-L3637>`_  
=========================================  ========================================================================================================================================================================================

``numpy.core.multiarray.array``
-------------------------------

======================  ==================================================================================================================================================================================
      Signature                                                                                             Definition                                                                                    
======================  ==================================================================================================================================================================================
       `(any)`            ``np_array`` `numba/targets/arrayobj.py lines 4045-4061 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4045-L4061>`_  
  `(any, DTypeSpec)`      ``np_array`` `numba/targets/arrayobj.py lines 4045-4061 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4045-L4061>`_  
======================  ==================================================================================================================================================================================

``numpy.core.multiarray.concatenate``
-------------------------------------

==========================  =============================================================================================================================================================================================
        Signature                                                                                                    Definition                                                                                          
==========================  =============================================================================================================================================================================================
      `(BaseTuple)`             ``np_concatenate`` `numba/targets/arrayobj.py lines 4438-4445 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4438-L4445>`_     
  `(BaseTuple, Integer)`      ``np_concatenate_axis`` `numba/targets/arrayobj.py lines 4447-4454 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4447-L4454>`_  
==========================  =============================================================================================================================================================================================

``numpy.core.multiarray.dot``
-----------------------------

===========================  =======================================================================================================================================================================
         Signature                                                                                         Definition                                                                               
===========================  =======================================================================================================================================================================
     `(Array, Array)`          ``dot_2`` `numba/targets/linalg.py lines 520-540 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/linalg.py#L520-L540>`_  
  `(Array, Array, Array)`      ``dot_3`` `numba/targets/linalg.py lines 699-714 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/linalg.py#L699-L714>`_  
===========================  =======================================================================================================================================================================

``numpy.core.multiarray.empty``
-------------------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
    `(any)`         ``numpy_empty_nd`` `numba/targets/arrayobj.py lines 3252-3257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3252-L3257>`_  
  `(any, any)`      ``numpy_empty_nd`` `numba/targets/arrayobj.py lines 3252-3257 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3252-L3257>`_  
================  ========================================================================================================================================================================================

``numpy.core.multiarray.empty_like``
------------------------------------

======================  =============================================================================================================================================================================================
      Signature                                                                                                  Definition                                                                                          
======================  =============================================================================================================================================================================================
       `(any)`            ``numpy_empty_like_nd`` `numba/targets/arrayobj.py lines 3259-3264 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3259-L3264>`_  
  `(any, DTypeSpec)`      ``numpy_empty_like_nd`` `numba/targets/arrayobj.py lines 3259-3264 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3259-L3264>`_  
======================  =============================================================================================================================================================================================

``numpy.core.multiarray.frombuffer``
------------------------------------

=========================  =======================================================================================================================================================================================
        Signature                                                                                                Definition                                                                                       
=========================  =======================================================================================================================================================================================
       `(Buffer)`            ``np_frombuffer`` `numba/targets/arrayobj.py lines 3811-3847 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3811-L3847>`_  
  `(Buffer, DTypeSpec)`      ``np_frombuffer`` `numba/targets/arrayobj.py lines 3811-3847 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3811-L3847>`_  
=========================  =======================================================================================================================================================================================

``numpy.core.multiarray.vdot``
------------------------------

====================  ======================================================================================================================================================================
     Signature                                                                                      Definition                                                                              
====================  ======================================================================================================================================================================
  `(Array, Array)`      ``vdot`` `numba/targets/linalg.py lines 543-551 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/linalg.py#L543-L551>`_  
====================  ======================================================================================================================================================================

``numpy.core.multiarray.where``
-------------------------------

=====================  =========================================================================================================================================================================================
      Signature                                                                                               Definition                                                                                        
=====================  =========================================================================================================================================================================================
      `(Array)`          ``array_nonzero`` `numba/targets/arraymath.py lines 1352-1409 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1352-L1409>`_  
  `(any, any, any)`        ``any_where`` `numba/targets/arraymath.py lines 1449-1467 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1449-L1467>`_    
=====================  =========================================================================================================================================================================================

``numpy.core.multiarray.zeros``
-------------------------------

================  ========================================================================================================================================================================================
   Signature                                                                                             Definition                                                                                       
================  ========================================================================================================================================================================================
    `(any)`         ``numpy_zeros_nd`` `numba/targets/arrayobj.py lines 3267-3273 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3267-L3273>`_  
  `(any, any)`      ``numpy_zeros_nd`` `numba/targets/arrayobj.py lines 3267-3273 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3267-L3273>`_  
================  ========================================================================================================================================================================================

``numpy.core.numeric.ascontiguousarray``
----------------------------------------

=============  =================================================================================================================================================================================================
  Signature                                                                                               Definition                                                                                            
=============  =================================================================================================================================================================================================
  `(Array)`      ``array_ascontiguousarray`` `numba/targets/arrayobj.py lines 3776-3778 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3776-L3778>`_  
=============  =================================================================================================================================================================================================

``numpy.core.numeric.asfortranarray``
-------------------------------------

=============  ==============================================================================================================================================================================================
  Signature                                                                                              Definition                                                                                          
=============  ==============================================================================================================================================================================================
  `(Array)`      ``array_asfortranarray`` `numba/targets/arrayobj.py lines 3771-3773 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3771-L3773>`_  
=============  ==============================================================================================================================================================================================

``numpy.core.numeric.full``
---------------------------

===========================  =============================================================================================================================================================================================
         Signature                                                                                                    Definition                                                                                          
===========================  =============================================================================================================================================================================================
       `(any, any)`               ``numpy_full_nd`` `numba/targets/arrayobj.py lines 3286-3304 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3286-L3304>`_     
  `(any, any, DTypeSpec)`      ``numpy_full_dtype_nd`` `numba/targets/arrayobj.py lines 3306-3316 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3306-L3316>`_  
===========================  =============================================================================================================================================================================================

``numpy.core.numeric.full_like``
--------------------------------

===========================  ============================================================================================================================================================================================
         Signature                                                                                                    Definition                                                                                         
===========================  ============================================================================================================================================================================================
       `(any, any)`            ``numpy_full_like_nd`` `numba/targets/arrayobj.py lines 3319-3329 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3319-L3329>`_  
  `(any, any, DTypeSpec)`      ``numpy_full_like_nd`` `numba/targets/arrayobj.py lines 3332-3342 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3332-L3342>`_  
===========================  ============================================================================================================================================================================================

``numpy.core.numeric.identity``
-------------------------------

==========================  ========================================================================================================================================================================================
        Signature                                                                                                  Definition                                                                                       
==========================  ========================================================================================================================================================================================
       `(Integer)`            ``numpy_identity`` `numba/targets/arrayobj.py lines 3396-3406 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3396-L3406>`_  
  `(Integer, DTypeSpec)`      ``numpy_identity`` `numba/targets/arrayobj.py lines 3408-3418 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3408-L3418>`_  
==========================  ========================================================================================================================================================================================

``numpy.core.numeric.ones``
---------------------------

======================  =============================================================================================================================================================================================
      Signature                                                                                                  Definition                                                                                          
======================  =============================================================================================================================================================================================
       `(any)`               ``numpy_ones_nd`` `numba/targets/arrayobj.py lines 3345-3357 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3345-L3357>`_     
  `(any, DTypeSpec)`      ``numpy_ones_dtype_nd`` `numba/targets/arrayobj.py lines 3359-3369 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3359-L3369>`_  
======================  =============================================================================================================================================================================================

``numpy.core.numeric.ones_like``
--------------------------------

======================  ==================================================================================================================================================================================================
      Signature                                                                                                     Definition                                                                                            
======================  ==================================================================================================================================================================================================
       `(any)`               ``numpy_ones_like_nd`` `numba/targets/arrayobj.py lines 3371-3381 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3371-L3381>`_     
  `(any, DTypeSpec)`      ``numpy_ones_like_dtype_nd`` `numba/targets/arrayobj.py lines 3383-3393 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3383-L3393>`_  
======================  ==================================================================================================================================================================================================

``numpy.core.numeric.zeros_like``
---------------------------------

======================  =============================================================================================================================================================================================
      Signature                                                                                                  Definition                                                                                          
======================  =============================================================================================================================================================================================
       `(any)`            ``numpy_zeros_like_nd`` `numba/targets/arrayobj.py lines 3276-3282 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3276-L3282>`_  
  `(any, DTypeSpec)`      ``numpy_zeros_like_nd`` `numba/targets/arrayobj.py lines 3276-3282 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3276-L3282>`_  
======================  =============================================================================================================================================================================================

``numpy.core.shape_base.atleast_1d``
------------------------------------

=============================================  =======================================================================================================================================================================================
                  Signature                                                                                                          Definition                                                                                       
=============================================  =======================================================================================================================================================================================
  `(*<class 'numba.types.npytypes.Array'>)`      ``np_atleast_1d`` `numba/targets/arrayobj.py lines 4222-4226 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4222-L4226>`_  
=============================================  =======================================================================================================================================================================================

``numpy.core.shape_base.atleast_2d``
------------------------------------

=============================================  =======================================================================================================================================================================================
                  Signature                                                                                                          Definition                                                                                       
=============================================  =======================================================================================================================================================================================
  `(*<class 'numba.types.npytypes.Array'>)`      ``np_atleast_2d`` `numba/targets/arrayobj.py lines 4228-4232 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4228-L4232>`_  
=============================================  =======================================================================================================================================================================================

``numpy.core.shape_base.atleast_3d``
------------------------------------

=============================================  =======================================================================================================================================================================================
                  Signature                                                                                                          Definition                                                                                       
=============================================  =======================================================================================================================================================================================
  `(*<class 'numba.types.npytypes.Array'>)`      ``np_atleast_2d`` `numba/targets/arrayobj.py lines 4234-4238 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4234-L4238>`_  
=============================================  =======================================================================================================================================================================================

``numpy.core.shape_base.hstack``
--------------------------------

=================  ===================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                     
=================  ===================================================================================================================================================================================
  `(BaseTuple)`      ``np_hstack`` `numba/targets/arrayobj.py lines 4507-4524 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4507-L4524>`_  
=================  ===================================================================================================================================================================================

``numpy.core.shape_base.stack``
-------------------------------

==========================  =======================================================================================================================================================================================
        Signature                                                                                                 Definition                                                                                       
==========================  =======================================================================================================================================================================================
      `(BaseTuple)`             ``np_stack`` `numba/targets/arrayobj.py lines 4496-4499 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4496-L4499>`_     
  `(BaseTuple, Integer)`      ``np_stack_axis`` `numba/targets/arrayobj.py lines 4501-4504 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4501-L4504>`_  
==========================  =======================================================================================================================================================================================

``numpy.core.shape_base.vstack``
--------------------------------

=================  ===================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                     
=================  ===================================================================================================================================================================================
  `(BaseTuple)`      ``np_vstack`` `numba/targets/arrayobj.py lines 4526-4544 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4526-L4544>`_  
=================  ===================================================================================================================================================================================

``numpy.lib.function_base.angle``
---------------------------------

=======================  ==============================================================================================================================================================================================
       Signature                                                                                                   Definition                                                                                          
=======================  ==============================================================================================================================================================================================
       `(Array)`           ``array_angle_kwarg`` `numba/targets/arraymath.py lines 1332-1349 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1332-L1349>`_   
  `(Array, Boolean)`       ``array_angle_kwarg`` `numba/targets/arraymath.py lines 1332-1349 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1332-L1349>`_   
      `(Number)`           ``scalar_angle_kwarg`` `numba/targets/arraymath.py lines 1315-1330 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1315-L1330>`_  
  `(Number, Boolean)`      ``scalar_angle_kwarg`` `numba/targets/arraymath.py lines 1315-1330 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1315-L1330>`_  
=======================  ==============================================================================================================================================================================================

``numpy.lib.function_base.copy``
--------------------------------

=============  ====================================================================================================================================================================================
  Signature                                                                                         Definition                                                                                     
=============  ====================================================================================================================================================================================
  `(Array)`      ``numpy_copy`` `numba/targets/arrayobj.py lines 3707-3709 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3707-L3709>`_  
=============  ====================================================================================================================================================================================

``numpy.lib.function_base.sinc``
--------------------------------

==============  =======================================================================================================================================================================================
  Signature                                                                                           Definition                                                                                       
==============  =======================================================================================================================================================================================
  `(Array)`       ``array_sinc`` `numba/targets/arraymath.py lines 1292-1300 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1292-L1300>`_   
  `(Number)`      ``scalar_sinc`` `numba/targets/arraymath.py lines 1302-1312 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arraymath.py#L1302-L1312>`_  
==============  =======================================================================================================================================================================================

``numpy.lib.index_tricks.ndenumerate``
--------------------------------------

=============  ================================================================================================================================================================================================
  Signature                                                                                               Definition                                                                                           
=============  ================================================================================================================================================================================================
  `(Array)`      ``make_array_ndenumerate`` `numba/targets/arrayobj.py lines 3029-3044 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3029-L3044>`_  
=============  ================================================================================================================================================================================================

``numpy.lib.index_tricks.ndindex``
----------------------------------

==============================================  ============================================================================================================================================================================================
                  Signature                                                                                                              Definition                                                                                         
==============================================  ============================================================================================================================================================================================
  `(*<class 'numba.types.scalars.Integer'>)`      ``make_array_ndindex`` `numba/targets/arrayobj.py lines 3063-3075 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3063-L3075>`_  
                `(BaseTuple)`                     ``make_array_ndindex`` `numba/targets/arrayobj.py lines 3077-3097 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3077-L3097>`_  
==============================================  ============================================================================================================================================================================================

``numpy.lib.shape_base.column_stack``
-------------------------------------

=================  =========================================================================================================================================================================================
    Signature                                                                                             Definition                                                                                        
=================  =========================================================================================================================================================================================
  `(BaseTuple)`      ``np_column_stack`` `numba/targets/arrayobj.py lines 4457-4482 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4457-L4482>`_  
=================  =========================================================================================================================================================================================

``numpy.lib.shape_base.dstack``
-------------------------------

=================  ===================================================================================================================================================================================
    Signature                                                                                          Definition                                                                                     
=================  ===================================================================================================================================================================================
  `(BaseTuple)`      ``np_dstack`` `numba/targets/arrayobj.py lines 4546-4578 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4546-L4578>`_  
=================  ===================================================================================================================================================================================

``numpy.lib.shape_base.expand_dims``
------------------------------------

======================  ========================================================================================================================================================================================
      Signature                                                                                                Definition                                                                                       
======================  ========================================================================================================================================================================================
  `(Array, Integer)`      ``np_expand_dims`` `numba/targets/arrayobj.py lines 4169-4176 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L4169-L4176>`_  
======================  ========================================================================================================================================================================================

``numpy.lib.twodim_base.diag``
------------------------------

======================  ==========================================================================================================================================================================================
      Signature                                                                                                 Definition                                                                                        
======================  ==========================================================================================================================================================================================
      `(Array)`              ``numpy_diag`` `numba/targets/arrayobj.py lines 3468-3472 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3468-L3472>`_     
  `(Array, Integer)`      ``numpy_diag_kwarg`` `numba/targets/arrayobj.py lines 3474-3515 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3474-L3515>`_  
======================  ==========================================================================================================================================================================================

``numpy.lib.twodim_base.eye``
-----------------------------

============================================  ===================================================================================================================================================================================
                 Signature                                                                                                        Definition                                                                                     
============================================  ===================================================================================================================================================================================
                `(Integer)`                     ``numpy_eye`` `numba/targets/arrayobj.py lines 3421-3428 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3421-L3428>`_  
            `(Integer, Integer)`                ``numpy_eye`` `numba/targets/arrayobj.py lines 3430-3437 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3430-L3437>`_  
       `(Integer, Integer, Integer)`            ``numpy_eye`` `numba/targets/arrayobj.py lines 3439-3447 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3439-L3447>`_  
  `(Integer, Integer, Integer, DTypeSpec)`      ``numpy_eye`` `numba/targets/arrayobj.py lines 3449-3466 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3449-L3466>`_  
============================================  ===================================================================================================================================================================================

``numpy.nditer``
----------------

=============  ===========================================================================================================================================================================================
  Signature                                                                                            Definition                                                                                         
=============  ===========================================================================================================================================================================================
   `(any)`       ``make_array_nditer`` `numba/targets/arrayobj.py lines 3111-3128 <https://github.com/numba/numba/blob/9c55d9f5f570db285da31e8ab357d2600d0ee615/numba/targets/arrayobj.py#L3111-L3128>`_  
=============  ===========================================================================================================================================================================================


